start-vibing 2.0.3 → 2.0.5

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 (87) hide show
  1. package/package.json +1 -1
  2. package/template/.claude/agents/01-orchestration/agent-selector.md +1 -0
  3. package/template/.claude/agents/01-orchestration/checkpoint-manager.md +1 -0
  4. package/template/.claude/agents/01-orchestration/context-manager.md +1 -0
  5. package/template/.claude/agents/01-orchestration/error-recovery.md +1 -0
  6. package/template/.claude/agents/01-orchestration/parallel-coordinator.md +1 -0
  7. package/template/.claude/agents/01-orchestration/workflow-router.md +1 -0
  8. package/template/.claude/agents/02-typescript/bun-runtime-expert.md +1 -0
  9. package/template/.claude/agents/02-typescript/esm-resolver.md +1 -0
  10. package/template/.claude/agents/02-typescript/import-alias-enforcer.md +1 -0
  11. package/template/.claude/agents/02-typescript/ts-generics-helper.md +1 -0
  12. package/template/.claude/agents/02-typescript/ts-migration-helper.md +1 -0
  13. package/template/.claude/agents/02-typescript/ts-strict-checker.md +1 -0
  14. package/template/.claude/agents/02-typescript/ts-types-analyzer.md +1 -0
  15. package/template/.claude/agents/02-typescript/type-definition-writer.md +1 -0
  16. package/template/.claude/agents/02-typescript/zod-schema-designer.md +1 -1
  17. package/template/.claude/agents/02-typescript/zod-validator.md +1 -0
  18. package/template/.claude/agents/03-testing/playwright-assertions.md +1 -0
  19. package/template/.claude/agents/03-testing/playwright-e2e.md +2 -2
  20. package/template/.claude/agents/03-testing/playwright-fixtures.md +2 -2
  21. package/template/.claude/agents/03-testing/playwright-multi-viewport.md +2 -2
  22. package/template/.claude/agents/03-testing/playwright-page-objects.md +2 -1
  23. package/template/.claude/agents/03-testing/test-cleanup-manager.md +2 -1
  24. package/template/.claude/agents/03-testing/test-data-generator.md +2 -1
  25. package/template/.claude/agents/03-testing/tester-integration.md +1 -1
  26. package/template/.claude/agents/03-testing/tester-unit.md +1 -1
  27. package/template/.claude/agents/03-testing/vitest-config.md +2 -1
  28. package/template/.claude/agents/04-docker/container-health.md +2 -1
  29. package/template/.claude/agents/04-docker/deployment-validator.md +2 -1
  30. package/template/.claude/agents/04-docker/docker-compose-designer.md +2 -1
  31. package/template/.claude/agents/04-docker/docker-env-manager.md +2 -1
  32. package/template/.claude/agents/04-docker/docker-multi-stage.md +2 -1
  33. package/template/.claude/agents/04-docker/dockerfile-optimizer.md +2 -1
  34. package/template/.claude/agents/05-database/data-migration.md +2 -1
  35. package/template/.claude/agents/05-database/database-seeder.md +2 -1
  36. package/template/.claude/agents/05-database/mongodb-query-optimizer.md +2 -1
  37. package/template/.claude/agents/05-database/mongoose-aggregation.md +2 -1
  38. package/template/.claude/agents/05-database/mongoose-index-optimizer.md +2 -1
  39. package/template/.claude/agents/05-database/mongoose-schema-designer.md +2 -2
  40. package/template/.claude/agents/06-security/auth-session-validator.md +1 -1
  41. package/template/.claude/agents/06-security/input-sanitizer.md +2 -1
  42. package/template/.claude/agents/06-security/owasp-checker.md +1 -1
  43. package/template/.claude/agents/06-security/permission-auditor.md +2 -1
  44. package/template/.claude/agents/06-security/security-auditor.md +1 -1
  45. package/template/.claude/agents/06-security/sensitive-data-scanner.md +2 -1
  46. package/template/.claude/agents/07-documentation/api-documenter.md +2 -1
  47. package/template/.claude/agents/07-documentation/changelog-manager.md +2 -1
  48. package/template/.claude/agents/07-documentation/documenter.md +1 -1
  49. package/template/.claude/agents/07-documentation/domain-updater.md +1 -1
  50. package/template/.claude/agents/07-documentation/jsdoc-generator.md +2 -1
  51. package/template/.claude/agents/07-documentation/readme-generator.md +2 -1
  52. package/template/.claude/agents/08-git/branch-manager.md +2 -1
  53. package/template/.claude/agents/08-git/commit-manager.md +2 -2
  54. package/template/.claude/agents/08-git/pr-creator.md +2 -1
  55. package/template/.claude/agents/09-quality/code-reviewer.md +2 -1
  56. package/template/.claude/agents/09-quality/quality-checker.md +1 -1
  57. package/template/.claude/agents/10-research/best-practices-finder.md +1 -1
  58. package/template/.claude/agents/10-research/competitor-analyzer.md +1 -1
  59. package/template/.claude/agents/10-research/pattern-researcher.md +1 -1
  60. package/template/.claude/agents/10-research/research-cache-manager.md +1 -1
  61. package/template/.claude/agents/10-research/research-web.md +1 -1
  62. package/template/.claude/agents/10-research/tech-evaluator.md +1 -1
  63. package/template/.claude/agents/11-ui-ux/accessibility-auditor.md +1 -1
  64. package/template/.claude/agents/11-ui-ux/design-system-enforcer.md +2 -2
  65. package/template/.claude/agents/11-ui-ux/skeleton-generator.md +2 -2
  66. package/template/.claude/agents/11-ui-ux/ui-desktop.md +2 -2
  67. package/template/.claude/agents/11-ui-ux/ui-mobile.md +2 -2
  68. package/template/.claude/agents/11-ui-ux/ui-tablet.md +2 -2
  69. package/template/.claude/agents/12-performance/api-latency-analyzer.md +2 -1
  70. package/template/.claude/agents/12-performance/bundle-analyzer.md +2 -1
  71. package/template/.claude/agents/12-performance/memory-leak-detector.md +2 -1
  72. package/template/.claude/agents/12-performance/performance-profiler.md +2 -1
  73. package/template/.claude/agents/12-performance/query-optimizer.md +2 -2
  74. package/template/.claude/agents/12-performance/render-optimizer.md +2 -1
  75. package/template/.claude/agents/13-debugging/build-error-fixer.md +2 -1
  76. package/template/.claude/agents/13-debugging/debugger.md +2 -1
  77. package/template/.claude/agents/13-debugging/error-stack-analyzer.md +2 -1
  78. package/template/.claude/agents/13-debugging/network-debugger.md +2 -1
  79. package/template/.claude/agents/13-debugging/runtime-error-fixer.md +2 -1
  80. package/template/.claude/agents/13-debugging/type-error-resolver.md +2 -1
  81. package/template/.claude/agents/14-validation/final-validator.md +1 -1
  82. package/template/.claude/hooks/user-prompt-submit.py +574 -169
  83. package/template/.claude/hooks/user-prompt-submit.ts +578 -96
  84. package/template/.claude/skills/debugging-patterns/SKILL.md +484 -0
  85. package/template/.claude/skills/docker-patterns/SKILL.md +547 -0
  86. package/template/.claude/skills/git-workflow/SKILL.md +454 -0
  87. package/template/.claude/skills/performance-patterns/SKILL.md +549 -0
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: quality-checker
3
- description: "Runs all quality checks. Triggers: code written, 'check', 'verify'. Runs typecheck->lint->test->e2e->build. MUST pass before commit."
3
+ description: "AUTOMATICALLY invoke BEFORE any commit. Triggers: code written, implementation complete, 'check', 'verify'. Runs typecheck->lint->test->e2e->build. MUST pass before commit. PROACTIVELY runs all quality gates."
4
4
  model: haiku
5
5
  tools: Bash, Read, Grep
6
6
  skills: quality-gate
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: best-practices-finder
3
- description: "Finds current best practices. Triggers: 'best practice', 'recommended way', 'should I'. Finds 2024-2025 recommendations."
3
+ description: "AUTOMATICALLY invoke BEFORE implementing any new pattern. Triggers: 'best practice', new feature, architectural decision, 'recommended way'. Finds 2024-2025 best practices. PROACTIVELY researches current recommendations."
4
4
  model: sonnet
5
5
  tools: WebSearch, WebFetch, Read
6
6
  skills: research-cache
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: competitor-analyzer
3
- description: "Analyzes competitor implementations. Triggers: 'how does X do', 'competitor', 'similar apps'. Studies reference implementations."
3
+ description: "AUTOMATICALLY invoke when designing UI or features with existing market solutions. Triggers: UI design, 'how does X do', 'competitor', 'similar apps'. Studies reference implementations. PROACTIVELY analyzes competitors."
4
4
  model: sonnet
5
5
  tools: WebSearch, WebFetch, Read
6
6
  skills: research-cache, ui-ux-audit
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: pattern-researcher
3
- description: "Researches design patterns. Triggers: 'pattern', 'architecture', 'how do others'. Finds industry patterns for problems."
3
+ description: "AUTOMATICALLY invoke when facing architectural decisions. Triggers: 'pattern', 'architecture', complex problem, design decision. Finds industry design patterns. PROACTIVELY researches patterns for problems."
4
4
  model: sonnet
5
5
  tools: WebSearch, WebFetch, Read
6
6
  skills: research-cache
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: research-cache-manager
3
- description: "Manages research cache. Triggers: cache lookup, cache save, cache cleanup. Prevents duplicate web searches."
3
+ description: "AUTOMATICALLY invoke BEFORE any web research. Triggers: research starting, cache lookup, cache save. Manages research cache. PROACTIVELY prevents duplicate web searches."
4
4
  model: haiku
5
5
  tools: Read, Write, Glob
6
6
  skills: research-cache
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: research-web
3
- description: "Web research specialist. Triggers: 'search', 'find info', 'look up', new technology. Searches web for current solutions."
3
+ description: "AUTOMATICALLY invoke BEFORE implementing any new feature or technology. Triggers: new feature, new technology, 'search', 'find info'. Web research specialist. PROACTIVELY searches for current solutions."
4
4
  model: sonnet
5
5
  tools: WebSearch, WebFetch, Read, Write
6
6
  skills: research-cache
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: tech-evaluator
3
- description: "Evaluates technologies. Triggers: 'should we use', 'compare', 'evaluate library'. Compares options with criteria."
3
+ description: "AUTOMATICALLY invoke when choosing between technologies. Triggers: 'should we use', 'compare', library selection, tech decision. Evaluates technologies with criteria. PROACTIVELY compares options."
4
4
  model: sonnet
5
5
  tools: WebSearch, WebFetch, Read
6
6
  skills: research-cache
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: accessibility-auditor
3
- description: "WCAG 2.1 compliance checker. Triggers: 'a11y', 'accessibility', 'WCAG', UI implementation. Validates accessibility."
3
+ description: "AUTOMATICALLY invoke AFTER any UI implementation. Triggers: UI created, component added, 'a11y', 'accessibility', 'WCAG'. Validates WCAG 2.1 compliance. PROACTIVELY checks accessibility."
4
4
  model: sonnet
5
5
  tools: Read, Grep, Glob, Bash
6
6
  skills: ui-ux-audit
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: design-system-enforcer
3
- description: "Enforces design system consistency. Triggers: component review, 'design system', 'consistency'. Validates component patterns."
3
+ description: "AUTOMATICALLY invoke AFTER creating UI components. Triggers: component created, UI review, 'design system'. Enforces design system consistency. PROACTIVELY validates component patterns."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
- skills: ui-ux-audit
6
+ skills: ui-ux-audit, shadcn-ui
7
7
  ---
8
8
 
9
9
  # Design System Enforcer Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: skeleton-generator
3
- description: "Generates loading skeletons. Triggers: 'skeleton', 'loading state', new component. Creates skeleton variants."
3
+ description: "AUTOMATICALLY invoke AFTER creating any component that loads data. Triggers: new component, data fetching, 'skeleton', 'loading state'. Generates loading skeletons. PROACTIVELY creates skeleton variants."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit
6
- skills: ui-ux-audit
6
+ skills: ui-ux-audit, react-patterns
7
7
  ---
8
8
 
9
9
  # Skeleton Generator Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: ui-desktop
3
- description: "Desktop UI specialist. Triggers: 'desktop', '1280px+', 'sidebar', 'dashboard'. Implements desktop patterns."
3
+ description: "AUTOMATICALLY invoke when implementing any UI feature. Triggers: UI feature, 'desktop', '1280px+', 'sidebar', 'dashboard'. Desktop UI specialist (1280px+). PROACTIVELY implements desktop-specific patterns."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob
6
- skills: ui-ux-audit
6
+ skills: ui-ux-audit, react-patterns, tailwind-patterns, shadcn-ui
7
7
  ---
8
8
 
9
9
  # UI Desktop Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: ui-mobile
3
- description: "Mobile UI specialist. Triggers: files in app/, components/, 'mobile', 'touch'. Implements mobile-first patterns."
3
+ description: "AUTOMATICALLY invoke when implementing any UI feature. Triggers: UI feature, files in app/, components/, 'mobile', 'touch'. Mobile UI specialist (375px). PROACTIVELY implements mobile-first patterns."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob
6
- skills: ui-ux-audit
6
+ skills: ui-ux-audit, react-patterns, tailwind-patterns, shadcn-ui
7
7
  ---
8
8
 
9
9
  # UI Mobile Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: ui-tablet
3
- description: "Tablet UI specialist. Triggers: 'tablet', 'iPad', '768px'. Implements hybrid tablet patterns."
3
+ description: "AUTOMATICALLY invoke when implementing any UI feature. Triggers: UI feature, 'tablet', 'iPad', '768px'. Tablet UI specialist (768px). PROACTIVELY implements hybrid tablet patterns."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob
6
- skills: ui-ux-audit
6
+ skills: ui-ux-audit, react-patterns, tailwind-patterns, shadcn-ui
7
7
  ---
8
8
 
9
9
  # UI Tablet Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: api-latency-analyzer
3
- description: "Analyzes API latency. Triggers: 'API slow', 'response time', 'latency'. Identifies and fixes slow endpoints."
3
+ description: "AUTOMATICALLY invoke when API endpoints are slow. Triggers: 'API slow', 'response time', 'latency', performance issues. Analyzes API latency. PROACTIVELY identifies and fixes slow endpoints."
4
4
  model: sonnet
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: performance-patterns
6
7
  ---
7
8
 
8
9
  # API Latency Analyzer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: bundle-analyzer
3
- description: "Analyzes bundle size. Triggers: 'bundle', 'build size', 'lighthouse'. Identifies large dependencies."
3
+ description: "AUTOMATICALLY invoke when build is large or slow. Triggers: 'bundle', 'build size', 'lighthouse', large dependencies. Analyzes bundle size. PROACTIVELY identifies large dependencies."
4
4
  model: haiku
5
5
  tools: Bash, Read, Grep
6
+ skills: performance-patterns
6
7
  ---
7
8
 
8
9
  # Bundle Analyzer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: memory-leak-detector
3
- description: "Detects memory leaks. Triggers: 'memory leak', 'memory usage', 'heap'. Finds and fixes memory issues."
3
+ description: "AUTOMATICALLY invoke when memory issues are suspected. Triggers: 'memory leak', 'memory usage', 'heap', app slowing over time. Detects memory leaks. PROACTIVELY finds and fixes memory issues."
4
4
  model: sonnet
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: performance-patterns
6
7
  ---
7
8
 
8
9
  # Memory Leak Detector Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: performance-profiler
3
- description: "Profiles application performance. Triggers: 'slow', 'performance', 'optimize', 'profile'. Identifies bottlenecks."
3
+ description: "AUTOMATICALLY invoke when application is slow. Triggers: 'slow', 'performance', 'optimize', 'profile', bottleneck. Profiles application performance. PROACTIVELY identifies bottlenecks."
4
4
  model: sonnet
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: performance-patterns
6
7
  ---
7
8
 
8
9
  # Performance Profiler Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: query-optimizer
3
- description: "Optimizes database queries. Triggers: 'slow query', 'N+1', 'query performance'. Optimizes MongoDB/Mongoose queries."
3
+ description: "AUTOMATICALLY invoke when database queries are slow. Triggers: 'slow query', 'N+1', 'query performance', database bottleneck. Optimizes MongoDB/Mongoose queries. PROACTIVELY improves query performance."
4
4
  model: sonnet
5
5
  tools: Read, Bash, Grep, Glob
6
- skills: codebase-knowledge
6
+ skills: codebase-knowledge, performance-patterns, mongoose-patterns
7
7
  ---
8
8
 
9
9
  # Query Optimizer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: render-optimizer
3
- description: "Optimizes React render performance. Triggers: 're-render', 'React performance', 'slow component'. Fixes render issues."
3
+ description: "AUTOMATICALLY invoke when React components re-render excessively. Triggers: 're-render', 'React performance', 'slow component', UI lag. Optimizes React render performance. PROACTIVELY fixes render issues."
4
4
  model: sonnet
5
5
  tools: Read, Grep, Glob, Edit
6
+ skills: performance-patterns, react-patterns
6
7
  ---
7
8
 
8
9
  # Render Optimizer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: build-error-fixer
3
- description: "Fixes build errors. Triggers: 'build failed', 'compile error', 'bundler error'. Resolves build issues."
3
+ description: "AUTOMATICALLY invoke when build fails. Triggers: 'build failed', 'compile error', 'bundler error', docker build fails. Fixes build errors. PROACTIVELY resolves build issues."
4
4
  model: sonnet
5
5
  tools: Read, Bash, Grep, Glob, Edit
6
+ skills: debugging-patterns
6
7
  ---
7
8
 
8
9
  # Build Error Fixer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: debugger
3
- description: "Main debugging agent. Triggers: 'bug', 'error', 'not working', 'broken', 'fails'. Analyzes and fixes bugs."
3
+ description: "AUTOMATICALLY invoke when there's any bug or error. Triggers: 'bug', 'error', 'not working', 'broken', 'fails', unexpected behavior. Main debugging agent. PROACTIVELY analyzes and fixes bugs."
4
4
  model: sonnet
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: debugging-patterns
6
7
  ---
7
8
 
8
9
  # Debugger Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: error-stack-analyzer
3
- description: "Analyzes stack traces. Triggers: stack trace in error, 'trace', 'call stack'. Decodes error origins."
3
+ description: "AUTOMATICALLY invoke when error includes stack trace. Triggers: stack trace in error, 'trace', 'call stack', error log. Analyzes stack traces. PROACTIVELY decodes error origins."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: debugging-patterns
6
7
  ---
7
8
 
8
9
  # Error Stack Analyzer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: network-debugger
3
- description: "Debugs network/API issues. Triggers: 'fetch error', 'API not working', 'CORS', 'network'. Fixes HTTP issues."
3
+ description: "AUTOMATICALLY invoke on network or API errors. Triggers: 'fetch error', 'API not working', 'CORS', 'network', HTTP status errors. Debugs network/API issues. PROACTIVELY fixes HTTP issues."
4
4
  model: sonnet
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: debugging-patterns
6
7
  ---
7
8
 
8
9
  # Network Debugger Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: runtime-error-fixer
3
- description: "Fixes runtime errors. Triggers: runtime crash, 'crash', 'exception'. Handles JS/TS runtime issues."
3
+ description: "AUTOMATICALLY invoke on runtime crashes or exceptions. Triggers: runtime crash, 'crash', 'exception', uncaught error. Fixes runtime errors. PROACTIVELY handles JS/TS runtime issues."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: debugging-patterns
6
7
  ---
7
8
 
8
9
  # Runtime Error Fixer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: type-error-resolver
3
- description: "Resolves TypeScript type errors. Triggers: 'TS error', 'type error', red squiggles. Fixes TypeScript issues."
3
+ description: "AUTOMATICALLY invoke on TypeScript type errors. Triggers: 'TS error', 'type error', typecheck fails, red squiggles. Resolves TypeScript type errors. PROACTIVELY fixes TypeScript issues."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob, Bash
6
+ skills: debugging-patterns, typescript-strict
6
7
  ---
7
8
 
8
9
  # Type Error Resolver Agent
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: final-validator
3
- description: "VETO POWER. Last check before commit. Validates ALL rules: tests, docs, security. MANDATORY before commit-manager."
3
+ description: "AUTOMATICALLY invoke BEFORE commit-manager. VETO POWER - Last check before commit. Validates ALL rules: tests, docs, security. MANDATORY. PROACTIVELY blocks incomplete implementations."
4
4
  model: sonnet
5
5
  tools: Read, Grep, Glob, Bash
6
6
  skills: final-check, codebase-knowledge, docs-tracker, test-coverage, security-scan, quality-gate