start-vibing 3.0.7 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/README.md +64 -51
  2. package/package.json +1 -1
  3. package/template/.claude/CLAUDE.md +717 -229
  4. package/template/.claude/agents/claude-md-compactor.md +2 -14
  5. package/template/.claude/agents/documenter.md +0 -7
  6. package/template/.claude/agents/domain-updater.md +2 -7
  7. package/template/.claude/config/README.md +10 -8
  8. package/template/.claude/config/domain-mapping.json +1 -1
  9. package/template/.claude/settings.json +0 -129
  10. package/template/.claude/skills/api-docs/SKILL.md +206 -0
  11. package/template/.claude/skills/claude-seo/SKILL.md +84 -0
  12. package/template/.claude/skills/codebase-knowledge/domains/claude-system.md +51 -416
  13. package/template/.claude/skills/codebase-knowledge/domains/mcp-integration.md +37 -204
  14. package/template/.claude/skills/mongoose-patterns/SKILL.md +141 -452
  15. package/template/.claude/skills/playwright-testing/SKILL.md +251 -0
  16. package/template/.claude/skills/skill-creator/SKILL.md +106 -0
  17. package/template/.claude/skills/test-infrastructure/SKILL.md +242 -0
  18. package/template/CLAUDE.md +65 -701
  19. package/template/.claude/agents/_archive/01-orchestration/agent-selector.md +0 -130
  20. package/template/.claude/agents/_archive/01-orchestration/checkpoint-manager.md +0 -142
  21. package/template/.claude/agents/_archive/01-orchestration/context-manager.md +0 -138
  22. package/template/.claude/agents/_archive/01-orchestration/error-recovery.md +0 -182
  23. package/template/.claude/agents/_archive/01-orchestration/orchestrator.md +0 -114
  24. package/template/.claude/agents/_archive/01-orchestration/parallel-coordinator.md +0 -141
  25. package/template/.claude/agents/_archive/01-orchestration/task-decomposer.md +0 -121
  26. package/template/.claude/agents/_archive/01-orchestration/workflow-router.md +0 -119
  27. package/template/.claude/agents/_archive/02-typescript/bun-runtime-expert.md +0 -197
  28. package/template/.claude/agents/_archive/02-typescript/esm-resolver.md +0 -193
  29. package/template/.claude/agents/_archive/02-typescript/import-alias-enforcer.md +0 -158
  30. package/template/.claude/agents/_archive/02-typescript/ts-generics-helper.md +0 -183
  31. package/template/.claude/agents/_archive/02-typescript/ts-migration-helper.md +0 -238
  32. package/template/.claude/agents/_archive/02-typescript/ts-strict-checker.md +0 -180
  33. package/template/.claude/agents/_archive/02-typescript/ts-types-analyzer.md +0 -199
  34. package/template/.claude/agents/_archive/02-typescript/type-definition-writer.md +0 -187
  35. package/template/.claude/agents/_archive/02-typescript/zod-schema-designer.md +0 -212
  36. package/template/.claude/agents/_archive/02-typescript/zod-validator.md +0 -158
  37. package/template/.claude/agents/_archive/03-testing/playwright-assertions.md +0 -265
  38. package/template/.claude/agents/_archive/03-testing/playwright-e2e.md +0 -247
  39. package/template/.claude/agents/_archive/03-testing/playwright-fixtures.md +0 -234
  40. package/template/.claude/agents/_archive/03-testing/playwright-multi-viewport.md +0 -256
  41. package/template/.claude/agents/_archive/03-testing/playwright-page-objects.md +0 -247
  42. package/template/.claude/agents/_archive/03-testing/test-cleanup-manager.md +0 -248
  43. package/template/.claude/agents/_archive/03-testing/test-data-generator.md +0 -254
  44. package/template/.claude/agents/_archive/03-testing/tester-integration.md +0 -278
  45. package/template/.claude/agents/_archive/03-testing/tester-unit.md +0 -207
  46. package/template/.claude/agents/_archive/03-testing/vitest-config.md +0 -287
  47. package/template/.claude/agents/_archive/04-docker/container-health.md +0 -255
  48. package/template/.claude/agents/_archive/04-docker/deployment-validator.md +0 -225
  49. package/template/.claude/agents/_archive/04-docker/docker-compose-designer.md +0 -281
  50. package/template/.claude/agents/_archive/04-docker/docker-env-manager.md +0 -235
  51. package/template/.claude/agents/_archive/04-docker/docker-multi-stage.md +0 -241
  52. package/template/.claude/agents/_archive/04-docker/dockerfile-optimizer.md +0 -208
  53. package/template/.claude/agents/_archive/05-database/database-seeder.md +0 -273
  54. package/template/.claude/agents/_archive/05-database/mongodb-query-optimizer.md +0 -230
  55. package/template/.claude/agents/_archive/05-database/mongoose-aggregation.md +0 -306
  56. package/template/.claude/agents/_archive/05-database/mongoose-index-optimizer.md +0 -182
  57. package/template/.claude/agents/_archive/05-database/mongoose-schema-designer.md +0 -267
  58. package/template/.claude/agents/_archive/06-security/auth-session-validator.md +0 -68
  59. package/template/.claude/agents/_archive/06-security/input-sanitizer.md +0 -80
  60. package/template/.claude/agents/_archive/06-security/owasp-checker.md +0 -97
  61. package/template/.claude/agents/_archive/06-security/permission-auditor.md +0 -100
  62. package/template/.claude/agents/_archive/06-security/security-auditor.md +0 -84
  63. package/template/.claude/agents/_archive/06-security/sensitive-data-scanner.md +0 -83
  64. package/template/.claude/agents/_archive/07-documentation/api-documenter.md +0 -136
  65. package/template/.claude/agents/_archive/07-documentation/changelog-manager.md +0 -105
  66. package/template/.claude/agents/_archive/07-documentation/claude-md-compactor.md +0 -214
  67. package/template/.claude/agents/_archive/07-documentation/documenter.md +0 -184
  68. package/template/.claude/agents/_archive/07-documentation/domain-updater.md +0 -138
  69. package/template/.claude/agents/_archive/07-documentation/jsdoc-generator.md +0 -114
  70. package/template/.claude/agents/_archive/07-documentation/readme-generator.md +0 -135
  71. package/template/.claude/agents/_archive/08-git/branch-manager.md +0 -58
  72. package/template/.claude/agents/_archive/08-git/commit-manager.md +0 -78
  73. package/template/.claude/agents/_archive/09-quality/code-reviewer.md +0 -71
  74. package/template/.claude/agents/_archive/09-quality/quality-checker.md +0 -67
  75. package/template/.claude/agents/_archive/10-research/best-practices-finder.md +0 -89
  76. package/template/.claude/agents/_archive/10-research/competitor-analyzer.md +0 -106
  77. package/template/.claude/agents/_archive/10-research/pattern-researcher.md +0 -93
  78. package/template/.claude/agents/_archive/10-research/research-cache-manager.md +0 -76
  79. package/template/.claude/agents/_archive/10-research/research-web.md +0 -98
  80. package/template/.claude/agents/_archive/10-research/tech-evaluator.md +0 -101
  81. package/template/.claude/agents/_archive/11-ui-ux/accessibility-auditor.md +0 -136
  82. package/template/.claude/agents/_archive/11-ui-ux/design-system-enforcer.md +0 -125
  83. package/template/.claude/agents/_archive/11-ui-ux/skeleton-generator.md +0 -118
  84. package/template/.claude/agents/_archive/11-ui-ux/ui-desktop.md +0 -132
  85. package/template/.claude/agents/_archive/11-ui-ux/ui-mobile.md +0 -125
  86. package/template/.claude/agents/_archive/11-ui-ux/ui-tablet.md +0 -110
  87. package/template/.claude/agents/_archive/12-performance/api-latency-analyzer.md +0 -156
  88. package/template/.claude/agents/_archive/12-performance/bundle-analyzer.md +0 -113
  89. package/template/.claude/agents/_archive/12-performance/memory-leak-detector.md +0 -137
  90. package/template/.claude/agents/_archive/12-performance/performance-profiler.md +0 -115
  91. package/template/.claude/agents/_archive/12-performance/query-optimizer.md +0 -124
  92. package/template/.claude/agents/_archive/12-performance/render-optimizer.md +0 -154
  93. package/template/.claude/agents/_archive/13-debugging/build-error-fixer.md +0 -207
  94. package/template/.claude/agents/_archive/13-debugging/debugger.md +0 -149
  95. package/template/.claude/agents/_archive/13-debugging/error-stack-analyzer.md +0 -141
  96. package/template/.claude/agents/_archive/13-debugging/network-debugger.md +0 -208
  97. package/template/.claude/agents/_archive/13-debugging/runtime-error-fixer.md +0 -181
  98. package/template/.claude/agents/_archive/13-debugging/type-error-resolver.md +0 -185
  99. package/template/.claude/agents/_archive/14-validation/final-validator.md +0 -93
  100. package/template/.claude/agents/_archive/_backup/analyzer.md +0 -134
  101. package/template/.claude/agents/_archive/_backup/code-reviewer.md +0 -279
  102. package/template/.claude/agents/_archive/_backup/commit-manager.md +0 -219
  103. package/template/.claude/agents/_archive/_backup/debugger.md +0 -280
  104. package/template/.claude/agents/_archive/_backup/documenter.md +0 -237
  105. package/template/.claude/agents/_archive/_backup/domain-updater.md +0 -197
  106. package/template/.claude/agents/_archive/_backup/final-validator.md +0 -169
  107. package/template/.claude/agents/_archive/_backup/orchestrator.md +0 -149
  108. package/template/.claude/agents/_archive/_backup/performance.md +0 -232
  109. package/template/.claude/agents/_archive/_backup/quality-checker.md +0 -240
  110. package/template/.claude/agents/_archive/_backup/research.md +0 -315
  111. package/template/.claude/agents/_archive/_backup/security-auditor.md +0 -192
  112. package/template/.claude/agents/_archive/_backup/tester.md +0 -566
  113. package/template/.claude/agents/_archive/_backup/ui-ux-reviewer.md +0 -247
  114. package/template/.claude/commands/feature.md +0 -48
  115. package/template/.claude/commands/fix.md +0 -80
  116. package/template/.claude/commands/research.md +0 -107
  117. package/template/.claude/commands/validate.md +0 -72
  118. package/template/.claude/config/mcp-config.json +0 -344
  119. package/template/.claude/hooks/SETUP.md +0 -126
  120. package/template/.claude/hooks/run-hook.cmd +0 -46
  121. package/template/.claude/hooks/run-hook.sh +0 -43
  122. package/template/.claude/hooks/run-hook.ts +0 -230
  123. package/template/.claude/hooks/security-check.js +0 -202
  124. package/template/.claude/hooks/stop-validator.ts +0 -1667
  125. package/template/.claude/hooks/user-prompt-submit.ts +0 -104
  126. package/template/.claude/scripts/mcp-quick-install.ts +0 -151
  127. package/template/.claude/scripts/setup-mcps.ts +0 -651
  128. package/template/.claude/skills/hook-development/SKILL.md +0 -343
  129. package/template/.claude/skills/playwright-automation/SKILL.md +0 -438
package/README.md CHANGED
@@ -12,7 +12,7 @@ npx start-vibing
12
12
  That's it! The CLI will:
13
13
 
14
14
  1. Check for updates
15
- 2. Set up the `.claude/` folder with agents, skills, and hooks
15
+ 2. Set up the `.claude/` folder with agents, skills, and plugins
16
16
  3. Install Claude Code if not found on your system
17
17
  4. Launch Claude Code with `--dangerously-skip-permissions`
18
18
 
@@ -53,25 +53,24 @@ Creates a `.claude/` folder with:
53
53
 
54
54
  ```
55
55
  .claude/
56
- ├── agents/ # 14 specialized AI agents
57
- │ ├── orchestrator.md # Coordinates workflow
58
- │ ├── analyzer.md # Analyzes change impact
59
- │ ├── research.md # Researches best practices
60
- │ ├── code-reviewer.md # Reviews code quality
61
- │ ├── tester.md # Creates tests
62
- ├── security-auditor.md # Security audit (VETO power)
63
- ├── performance.md # Performance optimization
64
- │ ├── debugger.md # Bug tracing
56
+ ├── agents/ # 6 specialized AI subagents
57
+ │ ├── research-web.md # Best practices research
58
+ │ ├── documenter.md # Domain documentation
59
+ │ ├── domain-updater.md # Session learnings
60
+ │ ├── commit-manager.md # Git workflow
61
+ │ ├── claude-md-compactor.md # CLAUDE.md maintenance
62
+ └── tester-unit.md # Unit testing
63
+ ├── skills/ # 20 skill systems (auto-injected)
64
+ │ ├── typescript-strict/ # TypeScript patterns
65
+ │ ├── react-patterns/ # React 19 patterns
66
+ │ ├── security-scan/ # OWASP validation
67
+ │ ├── quality-gate/ # Quality checks
65
68
  │ └── ...
66
- ├── skills/ # 8 skill systems with progressive disclosure
67
- │ ├── test-coverage/ # E2E testing (Playwright)
68
- │ ├── security-scan/ # OWASP validation + scripts
69
- │ ├── quality-gate/ # Quality checks + scripts
69
+ ├── config/ # Project configuration
70
+ │ ├── project-config.json
71
+ │ ├── domain-mapping.json
70
72
  │ └── ...
71
- ├── hooks/ # Workflow enforcement
72
- │ └── stop-validator.py # Blocks incomplete work
73
- └── config/ # Project configuration
74
- └── project-config.json
73
+ └── commands/ # Slash commands
75
74
  ```
76
75
 
77
76
  ### 3. Auto-launches Claude Code
@@ -82,32 +81,45 @@ After setup, automatically runs `claude --dangerously-skip-permissions` so you c
82
81
 
83
82
  Checks for updates on every run (cached for 1 hour) and notifies you when a new version is available.
84
83
 
85
- ## Features
86
-
87
- ### 14 Specialized Agents
88
-
89
- | Agent | Purpose | VETO |
90
- | ---------------- | --------------------------- | ---- |
91
- | orchestrator | Coordinates entire workflow | No |
92
- | analyzer | Analyzes change impact | No |
93
- | research | Best practices research | No |
94
- | code-reviewer | Reviews code quality | No |
95
- | documenter | Documentation updates | No |
96
- | tester | Unit + E2E tests | No |
97
- | security-auditor | Security audit | Yes |
98
- | ui-ux-reviewer | UI/UX review | No |
99
- | quality-checker | Quality gates | No |
100
- | performance | Performance optimization | No |
101
- | debugger | Bug tracing | No |
102
- | final-validator | Final validation | Yes |
103
- | domain-updater | Domain knowledge | No |
104
- | commit-manager | Git commits | No |
84
+ ## Architecture
85
+
86
+ ### 6 Subagents
87
+
88
+ | Agent | Purpose |
89
+ | ------------------ | ------------------------------------ |
90
+ | research-web | Researches best practices (2024-2026)|
91
+ | documenter | Maps files to domains, creates docs |
92
+ | domain-updater | Records learnings in domain docs |
93
+ | commit-manager | Manages git commits |
94
+ | claude-md-compactor| Compacts CLAUDE.md when > 40k chars |
95
+ | tester-unit | Creates unit tests with Vitest |
96
+
97
+ ### 5 Plugins (auto-install)
98
+
99
+ | Plugin | Mechanism | Purpose |
100
+ | ------------------ | ---------------- | -------------------------- |
101
+ | typescript-lsp | LSP server | Type diagnostics (auto) |
102
+ | security-guidance | PreToolUse hook | OWASP vulnerability scan |
103
+ | code-review | /code-review cmd | Code quality analysis |
104
+ | commit-commands | /commit cmd | Git commit/push/PR flows |
105
+ | frontend-design | /frontend-design | Production-grade UI design |
106
+
107
+ ### 20 Skills
108
+
109
+ Skills are auto-injected into context when the task matches their description.
110
+
111
+ | Category | Skills |
112
+ | ------------------ | --------------------------------------------------------- |
113
+ | Development | bun-runtime, typescript-strict, react-patterns, nextjs-app-router, trpc-api, zod-validation, shadcn-ui, tailwind-patterns |
114
+ | Quality & Testing | quality-gate, security-scan, test-coverage, final-check |
115
+ | Infrastructure | docker-patterns, git-workflow, performance-patterns, debugging-patterns |
116
+ | Documentation | codebase-knowledge, docs-tracker, research-cache, ui-ux-audit |
105
117
 
106
118
  ### Smart Copy Behavior
107
119
 
108
120
  When you run `start-vibing` in an existing project:
109
121
 
110
- - **ALWAYS overwrites:** Agent files, hooks, settings.json
122
+ - **ALWAYS overwrites:** Agent files, settings.json
111
123
  - **PRESERVES:** Your custom domains, cached research
112
124
  - **MERGES:** New skills with existing ones
113
125
 
@@ -118,6 +130,7 @@ Use `--force` to overwrite everything.
118
130
  | Flag | Description |
119
131
  | ------------------- | ---------------------------------------- |
120
132
  | `--force` | Overwrite all files |
133
+ | `--new` | Start fresh session (skip resume) |
121
134
  | `--no-claude` | Skip Claude Code installation and launch |
122
135
  | `--no-update-check` | Skip checking for updates |
123
136
  | `--help`, `-h` | Show help message |
@@ -130,7 +143,7 @@ Use `--force` to overwrite everything.
130
143
  edit .claude/config/project-config.json
131
144
 
132
145
  # 2. Claude Code is already running!
133
- # The agents will guide you through the workflow
146
+ # The agents and skills will guide you through the workflow
134
147
  ```
135
148
 
136
149
  ### Configuration
@@ -139,17 +152,17 @@ Edit `.claude/config/project-config.json`:
139
152
 
140
153
  ```json
141
154
  {
142
- "stack": {
143
- "runtime": "bun",
144
- "language": "typescript",
145
- "database": "mongodb"
146
- },
147
- "commands": {
148
- "typecheck": "bun run typecheck",
149
- "lint": "bun run lint",
150
- "test": "bun run test",
151
- "build": "bun run build"
152
- }
155
+ "stack": {
156
+ "runtime": "bun",
157
+ "language": "typescript",
158
+ "database": "mongodb"
159
+ },
160
+ "commands": {
161
+ "typecheck": "bun run typecheck",
162
+ "lint": "bun run lint",
163
+ "test": "bun run test",
164
+ "build": "bun run build"
165
+ }
153
166
  }
154
167
  ```
155
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "start-vibing",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "description": "Setup Claude Code agents, skills, and hooks in your project. Smart copy that preserves your custom domains and configurations.",
5
5
  "type": "module",
6
6
  "bin": {