start-vibing 2.0.3 → 2.0.4

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 (85) 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/skills/debugging-patterns/SKILL.md +484 -0
  83. package/template/.claude/skills/docker-patterns/SKILL.md +547 -0
  84. package/template/.claude/skills/git-workflow/SKILL.md +454 -0
  85. package/template/.claude/skills/performance-patterns/SKILL.md +549 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "start-vibing",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
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": {
@@ -3,6 +3,7 @@ name: agent-selector
3
3
  description: "Selects optimal agent based on task requirements. Uses capability matching to find best specialist. Invoke when multiple agents could handle a task."
4
4
  model: haiku
5
5
  tools: Read, Glob
6
+ skills: codebase-knowledge
6
7
  ---
7
8
 
8
9
  # Agent Selector Agent
@@ -3,6 +3,7 @@ name: checkpoint-manager
3
3
  description: "AUTOMATICALLY invoke BEFORE risky operations. Triggers: before git operations, before file deletions, before major refactors. Saves and restores workflow checkpoints. PROACTIVELY saves state before destructive operations."
4
4
  model: haiku
5
5
  tools: Read, Write, Grep, Glob
6
+ skills: codebase-knowledge
6
7
  ---
7
8
 
8
9
  # Checkpoint Manager Agent
@@ -3,6 +3,7 @@ name: context-manager
3
3
  description: "AUTOMATICALLY invoke when context grows large or between major phases. Triggers: agent handoff, long conversation, context bloat. Compresses state, saves checkpoints, prunes irrelevant data. PROACTIVELY manages token budget."
4
4
  model: haiku
5
5
  tools: Read, Write, Grep, Glob
6
+ skills: codebase-knowledge
6
7
  ---
7
8
 
8
9
  # Context Manager Agent
@@ -3,6 +3,7 @@ name: error-recovery
3
3
  description: "AUTOMATICALLY invoke when an agent fails or returns unexpected results. Triggers: tool failure, agent timeout, validation failure, unexpected error. Implements retry logic and fallbacks. PROACTIVELY handles failures in the pipeline."
4
4
  model: sonnet
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: codebase-knowledge, debugging-patterns
6
7
  ---
7
8
 
8
9
  # Error Recovery Agent
@@ -3,6 +3,7 @@ name: parallel-coordinator
3
3
  description: "AUTOMATICALLY invoke when multiple independent agents should run simultaneously. Triggers: parallel execution needed, fan-out/gather pattern, independent tasks identified. Coordinates parallel agent execution. PROACTIVELY optimizes multi-agent workflows."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: codebase-knowledge
6
7
  ---
7
8
 
8
9
  # Parallel Coordinator Agent
@@ -3,6 +3,7 @@ name: workflow-router
3
3
  description: "AUTOMATICALLY invoke at task start to route to correct agent. Triggers: new request, unclear which agent, multiple valid routes. Routes tasks based on keywords, file types, and context. PROACTIVELY analyzes requests for optimal routing."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: codebase-knowledge
6
7
  ---
7
8
 
8
9
  # Workflow Router Agent
@@ -3,6 +3,7 @@ name: bun-runtime-expert
3
3
  description: "AUTOMATICALLY invoke when using Bun runtime. Triggers: 'bun', runtime issues, package management, node compatibility. Expert in Bun-specific APIs and configurations. PROACTIVELY suggests Bun alternatives to Node.js."
4
4
  model: haiku
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: bun-runtime
6
7
  ---
7
8
 
8
9
  # Bun Runtime Expert Agent
@@ -3,6 +3,7 @@ name: esm-resolver
3
3
  description: "AUTOMATICALLY invoke on module errors. Triggers: 'module error', 'import error', 'cannot find module', 'require is not defined'. Fixes ESM/CJS compatibility issues. PROACTIVELY resolves import problems."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: typescript-strict, bun-runtime
6
7
  ---
7
8
 
8
9
  # ESM Resolver Agent
@@ -3,6 +3,7 @@ name: import-alias-enforcer
3
3
  description: "AUTOMATICALLY invoke AFTER editing .ts files. Triggers: new .ts file, imports added, code review. Enforces $types/*, @common, @db aliases. PROACTIVELY checks all imports use correct aliases."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: typescript-strict
6
7
  ---
7
8
 
8
9
  # Import Alias Enforcer Agent
@@ -3,6 +3,7 @@ name: ts-generics-helper
3
3
  description: "Helps with generic type definitions. Triggers: 'generic', 'type parameter', complex type patterns. Creates and fixes generic functions/types."
4
4
  model: sonnet
5
5
  tools: Read, Grep, Glob
6
+ skills: typescript-strict
6
7
  ---
7
8
 
8
9
  # TypeScript Generics Helper Agent
@@ -3,6 +3,7 @@ name: ts-migration-helper
3
3
  description: "Helps migrate JavaScript to TypeScript. Triggers: 'migrate to ts', 'convert to typescript', .js files in project. Adds types progressively with strict mode."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob, Bash
6
+ skills: typescript-strict
6
7
  ---
7
8
 
8
9
  # TypeScript Migration Helper Agent
@@ -3,6 +3,7 @@ name: ts-strict-checker
3
3
  description: "AUTOMATICALLY invoke AFTER editing any .ts file. Triggers: editing .ts files, new .ts file, process.env access. Validates index access, literal types, null checks. PROACTIVELY enforces TypeScript strict mode rules."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob, Bash
6
+ skills: typescript-strict
6
7
  ---
7
8
 
8
9
  # TypeScript Strict Checker Agent
@@ -3,6 +3,7 @@ name: ts-types-analyzer
3
3
  description: "AUTOMATICALLY invoke on type errors. Triggers: 'type error', 'inference issue', 'generic problem', typecheck fails. Analyzes complex TypeScript types and debugs inference. PROACTIVELY fixes type issues."
4
4
  model: sonnet
5
5
  tools: Read, Grep, Glob, Bash
6
+ skills: typescript-strict
6
7
  ---
7
8
 
8
9
  # TypeScript Types Analyzer Agent
@@ -3,6 +3,7 @@ name: type-definition-writer
3
3
  description: "AUTOMATICALLY invoke BEFORE implementing new entities. Triggers: new model, new API, new entity, interface needed. Writes type definitions for types/ folder. PROACTIVELY creates interfaces following project conventions."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: typescript-strict
6
7
  ---
7
8
 
8
9
  # Type Definition Writer Agent
@@ -3,7 +3,7 @@ name: zod-schema-designer
3
3
  description: "AUTOMATICALLY invoke BEFORE implementing any API endpoint. Triggers: new API endpoint, new route, form input, user input. Designs Zod validation schemas. PROACTIVELY creates comprehensive input validation."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob
6
- skills: codebase-knowledge
6
+ skills: codebase-knowledge, zod-validation
7
7
  ---
8
8
 
9
9
  # Zod Schema Designer Agent
@@ -3,6 +3,7 @@ name: zod-validator
3
3
  description: "AUTOMATICALLY invoke BEFORE commit when API routes exist. Triggers: API route modified, security audit, validation audit. Validates all routes have proper Zod validation. PROACTIVELY checks schema completeness."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: zod-validation
6
7
  ---
7
8
 
8
9
  # Zod Validator Agent
@@ -3,6 +3,7 @@ name: playwright-assertions
3
3
  description: "Creates comprehensive Playwright assertions. Triggers: 'assertion', 'expect', test validation. Designs proper test assertions and waits."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: test-coverage, playwright-automation
6
7
  ---
7
8
 
8
9
  # Playwright Assertions Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: playwright-e2e
3
- description: "Creates E2E tests with Playwright. Triggers: 'e2e test', 'user flow', 'playwright'. Tests complete user journeys with real browser."
3
+ description: "AUTOMATICALLY invoke AFTER implementing any user-facing feature. Triggers: feature implemented, user flow created, UI component added. Creates E2E tests with Playwright. PROACTIVELY tests complete user journeys."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
- skills: test-coverage
6
+ skills: test-coverage, playwright-automation
7
7
  ---
8
8
 
9
9
  # Playwright E2E Tester Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: playwright-fixtures
3
- description: "Creates Playwright test fixtures. Triggers: 'fixture', shared test setup, database cleanup. Designs reusable test infrastructure."
3
+ description: "AUTOMATICALLY invoke when creating E2E tests that need shared setup. Triggers: 'fixture', shared test setup, database cleanup, auth helpers needed. Creates reusable Playwright fixtures. PROACTIVELY designs test infrastructure."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob
6
- skills: test-coverage
6
+ skills: test-coverage, playwright-automation
7
7
  ---
8
8
 
9
9
  # Playwright Fixtures Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: playwright-multi-viewport
3
- description: "Creates multi-viewport tests. Triggers: 'responsive', 'mobile test', 'viewport'. Tests on desktop, tablet, and mobile viewports."
3
+ description: "AUTOMATICALLY invoke AFTER any UI implementation. Triggers: UI feature implemented, responsive design, component created. Tests on desktop (1280px), tablet (768px), and mobile (375px) viewports. PROACTIVELY ensures cross-device compatibility."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
- skills: test-coverage
6
+ skills: test-coverage, playwright-automation
7
7
  ---
8
8
 
9
9
  # Playwright Multi-Viewport Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: playwright-page-objects
3
- description: "Creates Page Object Model classes. Triggers: 'page object', 'POM', reusable page interactions. Encapsulates page structure and actions."
3
+ description: "AUTOMATICALLY invoke when creating E2E tests for new pages. Triggers: new page test, reusable page interactions, complex UI testing. Creates Page Object Model classes. PROACTIVELY encapsulates page structure."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: test-coverage, playwright-automation
6
7
  ---
7
8
 
8
9
  # Playwright Page Objects Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: test-cleanup-manager
3
- description: "Manages test data cleanup. Triggers: 'cleanup', 'test isolation', flaky tests. Ensures proper cleanup between tests."
3
+ description: "AUTOMATICALLY invoke when tests are flaky or share state. Triggers: flaky tests, test isolation issues, database state leakage. Ensures proper cleanup between tests. PROACTIVELY manages test data lifecycle."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
+ skills: test-coverage
6
7
  ---
7
8
 
8
9
  # Test Cleanup Manager Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: test-data-generator
3
- description: "Generates test data and fixtures. Triggers: 'test data', 'mock data', 'factory'. Creates realistic test data for all test types."
3
+ description: "AUTOMATICALLY invoke BEFORE writing tests that need data. Triggers: new tests created, mock data needed, factory pattern. Generates realistic test data and fixtures. PROACTIVELY creates data factories."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: test-coverage
6
7
  ---
7
8
 
8
9
  # Test Data Generator Agent
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: tester-integration
3
- description: "Creates integration tests. Triggers: 'integration test', API testing, service interaction. Tests component integration without UI."
3
+ description: "AUTOMATICALLY invoke AFTER implementing API endpoints or services. Triggers: new API route, service created, multiple components interacting. Creates integration tests. PROACTIVELY tests service interactions."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
6
  skills: test-coverage
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: tester-unit
3
- description: "Creates unit tests with Vitest. Triggers: 'unit test', 'test function', new utility code. Tests isolated functions and modules."
3
+ description: "AUTOMATICALLY invoke AFTER implementing any function or utility. Triggers: new function created, utility code written, logic implemented. Creates unit tests with Vitest. PROACTIVELY tests isolated functions."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
6
  skills: test-coverage
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: vitest-config
3
- description: "Configures Vitest for unit testing. Triggers: 'vitest', test configuration, coverage setup. Sets up Vitest properly for the project."
3
+ description: "AUTOMATICALLY invoke when setting up tests or coverage issues arise. Triggers: test setup needed, coverage configuration, vitest config missing. Configures Vitest properly for the project. PROACTIVELY sets up test infrastructure."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
+ skills: test-coverage
6
7
  ---
7
8
 
8
9
  # Vitest Config Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: container-health
3
- description: "Implements container health checks. Triggers: 'health check', container monitoring, service reliability. Adds proper health endpoints and checks."
3
+ description: "AUTOMATICALLY invoke when creating Docker containers. Triggers: new Dockerfile, container monitoring, service reliability. Implements proper health endpoints and checks. PROACTIVELY adds health checks to containers."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
+ skills: docker-patterns
6
7
  ---
7
8
 
8
9
  # Container Health Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: deployment-validator
3
- description: "Validates Docker deployment configuration. Triggers: 'validate deployment', pre-deploy check, docker verification. Ensures deployment readiness."
3
+ description: "AUTOMATICALLY invoke BEFORE deploying. Triggers: pre-deploy, docker changes, configuration modified. Validates Docker deployment configuration. PROACTIVELY ensures deployment readiness."
4
4
  model: haiku
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: docker-patterns
6
7
  ---
7
8
 
8
9
  # Deployment Validator Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: docker-compose-designer
3
- description: "Designs docker-compose configurations. Triggers: 'docker-compose', multi-service setup, local development. Creates comprehensive compose files."
3
+ description: "AUTOMATICALLY invoke when multi-service setup is needed. Triggers: docker-compose, multi-service setup, local development. Designs docker-compose configurations. PROACTIVELY creates comprehensive compose files."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
+ skills: docker-patterns
6
7
  ---
7
8
 
8
9
  # Docker Compose Designer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: docker-env-manager
3
- description: "Manages Docker environment variables and secrets. Triggers: 'env', 'secrets', docker configuration. Handles environment securely."
3
+ description: "AUTOMATICALLY invoke when Docker uses environment variables. Triggers: env vars in Docker, secrets needed, sensitive configuration. Manages environment variables and secrets securely. PROACTIVELY secures Docker configuration."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: docker-patterns
6
7
  ---
7
8
 
8
9
  # Docker Environment Manager Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: docker-multi-stage
3
- description: "Creates multi-stage Docker builds. Triggers: 'multi-stage', build optimization, image size reduction. Separates build and runtime."
3
+ description: "AUTOMATICALLY invoke when Dockerfile can benefit from multi-stage. Triggers: large image, build optimization needed, production Dockerfile. Creates multi-stage builds. PROACTIVELY separates build and runtime stages."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: docker-patterns
6
7
  ---
7
8
 
8
9
  # Docker Multi-Stage Build Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: dockerfile-optimizer
3
- description: "Optimizes Dockerfiles for size and speed. Triggers: 'dockerfile', 'docker build', container optimization. Creates efficient multi-stage builds."
3
+ description: "AUTOMATICALLY invoke when creating or modifying Dockerfile. Triggers: new Dockerfile, docker build slow, large image size. Optimizes for size and speed. PROACTIVELY creates efficient multi-stage builds."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
+ skills: docker-patterns
6
7
  ---
7
8
 
8
9
  # Dockerfile Optimizer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: data-migration
3
- description: "Creates database migrations. Triggers: 'migration', schema change, data transformation. Handles safe schema evolution."
3
+ description: "AUTOMATICALLY invoke when schema changes are needed. Triggers: schema change, data transformation, model modified. Creates safe database migrations. PROACTIVELY handles schema evolution."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
+ skills: mongoose-patterns
6
7
  ---
7
8
 
8
9
  # Data Migration Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: database-seeder
3
- description: "Creates database seeders. Triggers: 'seed', 'mock data', initial data. Generates realistic seed data for development and testing."
3
+ description: "AUTOMATICALLY invoke when setting up development environment. Triggers: new project, database initialized, test data needed. Creates database seeders with realistic data. PROACTIVELY generates seed data for development and testing."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
+ skills: mongoose-patterns
6
7
  ---
7
8
 
8
9
  # Database Seeder Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: mongodb-query-optimizer
3
- description: "Optimizes MongoDB queries. Triggers: 'slow query', 'optimize query', database performance. Analyzes and improves query efficiency."
3
+ description: "AUTOMATICALLY invoke when queries are slow. Triggers: slow query, N+1 detected, database performance issues. Optimizes MongoDB queries. PROACTIVELY analyzes and improves query efficiency."
4
4
  model: haiku
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: mongoose-patterns
6
7
  ---
7
8
 
8
9
  # MongoDB Query Optimizer Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: mongoose-aggregation
3
- description: "Creates MongoDB aggregation pipelines. Triggers: 'aggregation', 'pipeline', complex queries. Designs efficient aggregation operations."
3
+ description: "AUTOMATICALLY invoke for complex data queries. Triggers: aggregation needed, complex queries, reporting data. Creates MongoDB aggregation pipelines. PROACTIVELY designs efficient aggregation operations."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: mongoose-patterns
6
7
  ---
7
8
 
8
9
  # Mongoose Aggregation Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: mongoose-index-optimizer
3
- description: "Optimizes Mongoose indexes. Triggers: 'slow query', 'index', database performance. Analyzes and improves query performance."
3
+ description: "AUTOMATICALLY invoke when database queries are slow. Triggers: slow query, index missing, database performance. Optimizes Mongoose indexes. PROACTIVELY analyzes and improves query performance."
4
4
  model: haiku
5
5
  tools: Read, Bash, Grep, Glob
6
+ skills: mongoose-patterns
6
7
  ---
7
8
 
8
9
  # Mongoose Index Optimizer Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: mongoose-schema-designer
3
- description: "Designs Mongoose schemas. Triggers: 'schema', 'model', database design. Creates properly typed Mongoose schemas with indexes."
3
+ description: "AUTOMATICALLY invoke BEFORE creating any database model. Triggers: new model, database design, schema needed. Designs properly typed Mongoose schemas with indexes. PROACTIVELY creates database models."
4
4
  model: sonnet
5
5
  tools: Read, Write, Edit, Grep, Glob
6
- skills: codebase-knowledge
6
+ skills: codebase-knowledge, mongoose-patterns
7
7
  ---
8
8
 
9
9
  # Mongoose Schema Designer Agent
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: auth-session-validator
3
- description: "Validates authentication and session handling. Triggers: auth code, login, session, token. Ensures secure auth implementation."
3
+ description: "AUTOMATICALLY invoke when implementing auth or session code. Triggers: auth code, login, session, token, JWT. Validates authentication and session handling. PROACTIVELY ensures secure auth implementation."
4
4
  model: sonnet
5
5
  tools: Read, Grep, Glob
6
6
  skills: security-scan
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: input-sanitizer
3
- description: "Validates input sanitization. Triggers: user input, form data, API input. Ensures proper input validation and sanitization."
3
+ description: "AUTOMATICALLY invoke when handling user input. Triggers: user input, form data, API input, query params. Validates input sanitization. PROACTIVELY ensures proper input validation and sanitization."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: security-scan, zod-validation
6
7
  ---
7
8
 
8
9
  # Input Sanitizer Agent
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: owasp-checker
3
- description: "Checks OWASP Top 10 vulnerabilities. Triggers: security review, new API endpoint. Validates against common vulnerability patterns."
3
+ description: "AUTOMATICALLY invoke BEFORE committing any API or security code. Triggers: security review, new API endpoint, auth changes. Checks OWASP Top 10 vulnerabilities. PROACTIVELY validates against common vulnerability patterns."
4
4
  model: sonnet
5
5
  tools: Read, Grep, Glob
6
6
  skills: security-scan
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: permission-auditor
3
- description: "Audits permission and authorization. Triggers: protected routes, role-based access, resource ownership. Ensures proper access control."
3
+ description: "AUTOMATICALLY invoke when implementing protected routes. Triggers: protected routes, role-based access, resource ownership. Audits permission and authorization. PROACTIVELY ensures proper access control."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: security-scan
6
7
  ---
7
8
 
8
9
  # Permission Auditor Agent
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: security-auditor
3
- description: "VETO POWER. Audits security for all code changes. Triggers: auth, session, user data, passwords, tokens, API routes. MUST block insecure code."
3
+ description: "AUTOMATICALLY invoke BEFORE committing any code that touches auth, user data, or APIs. Triggers: auth, session, user data, passwords, tokens, API routes. VETO POWER - MUST block insecure code. PROACTIVELY audits security for all code changes."
4
4
  model: opus
5
5
  tools: Read, Grep, Glob, Bash
6
6
  skills: security-scan
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: sensitive-data-scanner
3
- description: "Scans for sensitive data exposure. Triggers: API response, logging, error handling. Detects potential data leaks."
3
+ description: "AUTOMATICALLY invoke when implementing API responses or logging. Triggers: API response, logging, error handling, data serialization. Scans for sensitive data exposure. PROACTIVELY detects potential data leaks."
4
4
  model: haiku
5
5
  tools: Read, Grep, Glob
6
+ skills: security-scan
6
7
  ---
7
8
 
8
9
  # Sensitive Data Scanner Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: api-documenter
3
- description: "Documents API endpoints. Triggers: new API route, endpoint changes. Creates OpenAPI/Swagger compatible documentation."
3
+ description: "AUTOMATICALLY invoke AFTER creating or modifying API endpoints. Triggers: new API route, endpoint changes, API implementation complete. Documents API endpoints with OpenAPI/Swagger. PROACTIVELY creates API documentation."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: docs-tracker
6
7
  ---
7
8
 
8
9
  # API Documenter Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: changelog-manager
3
- description: "Manages project changelog. Triggers: new feature, bug fix, release. Maintains CHANGELOG.md following Keep a Changelog format."
3
+ description: "AUTOMATICALLY invoke BEFORE committing any feature or fix. Triggers: new feature, bug fix, release, implementation complete. Manages CHANGELOG.md following Keep a Changelog format. PROACTIVELY maintains project changelog."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: docs-tracker
6
7
  ---
7
8
 
8
9
  # Changelog Manager Agent
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: documenter
3
- description: "Creates and maintains documentation. Triggers: code implementation complete, new files created. Detects changes via git diff, updates domains, maintains changelog."
3
+ description: "AUTOMATICALLY invoke AFTER any code implementation completes. Triggers: code was written/edited, new files created, feature implemented. Detects changes via git diff, updates domain files, maintains changelog. PROACTIVELY runs after tester agent completes."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob, Bash
6
6
  skills: docs-tracker, codebase-knowledge
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: domain-updater
3
- description: "Updates domain documentation with session learnings. Runs BEFORE commit-manager. Records problems, solutions, prevention tips."
3
+ description: "AUTOMATICALLY invoke BEFORE commit-manager at session end. Triggers: implementation complete, problems solved, learnings to record. Updates domain documentation with session learnings. PROACTIVELY records problems, solutions, prevention tips."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
6
  skills: codebase-knowledge, docs-tracker
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: jsdoc-generator
3
- description: "Generates JSDoc comments for code. Triggers: new function, complex code, 'add docs'. Creates TypeScript-aware documentation."
3
+ description: "AUTOMATICALLY invoke when complex functions lack documentation. Triggers: new function, complex code, exported function without docs. Generates JSDoc comments. PROACTIVELY creates TypeScript-aware documentation."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: docs-tracker, typescript-strict
6
7
  ---
7
8
 
8
9
  # JSDoc Generator Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: readme-generator
3
- description: "Generates and updates README files. Triggers: new project, major changes, 'update readme'. Creates comprehensive project documentation."
3
+ description: "AUTOMATICALLY invoke when project structure changes significantly. Triggers: new project, major changes, new features added. Generates and updates README files. PROACTIVELY creates comprehensive project documentation."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Grep, Glob
6
+ skills: docs-tracker
6
7
  ---
7
8
 
8
9
  # README Generator Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: branch-manager
3
- description: "Manages git branches. Triggers: 'branch', 'feature branch', 'create branch'. Creates and manages feature/fix branches."
3
+ description: "AUTOMATICALLY invoke BEFORE making source changes on main branch. Triggers: source changes on main, new feature starting, bug fix starting. Creates and manages feature/fix branches. PROACTIVELY ensures proper branch workflow."
4
4
  model: haiku
5
5
  tools: Bash, Read
6
+ skills: git-workflow
6
7
  ---
7
8
 
8
9
  # Branch Manager Agent
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: commit-manager
3
- description: "FINAL AGENT in workflow. Triggers: 'commit', 'push', 'finalize'. Creates conventional commits, updates tracking. Runs AFTER domain-updater."
3
+ description: "AUTOMATICALLY invoke as FINAL AGENT when implementation is complete. Triggers: 'commit', 'push', 'finalize', implementation done. Creates conventional commits, updates tracking. PROACTIVELY runs AFTER domain-updater."
4
4
  model: haiku
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
- skills: docs-tracker, codebase-knowledge
6
+ skills: docs-tracker, codebase-knowledge, git-workflow
7
7
  ---
8
8
 
9
9
  # Commit Manager Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: pr-creator
3
- description: "Creates pull requests. Triggers: 'create PR', 'pull request', ready to merge. Creates well-formatted PRs with gh CLI."
3
+ description: "AUTOMATICALLY invoke AFTER commit-manager when feature is ready. Triggers: feature complete, 'create PR', ready to merge. Creates well-formatted PRs with gh CLI. PROACTIVELY creates PRs after committing."
4
4
  model: haiku
5
5
  tools: Bash, Read, Grep
6
+ skills: git-workflow
6
7
  ---
7
8
 
8
9
  # PR Creator Agent
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: code-reviewer
3
- description: "Reviews code quality. Triggers: 'review', 'check code', PR review. Reviews patterns, readability, maintainability."
3
+ description: "AUTOMATICALLY invoke AFTER significant code is written. Triggers: 'review', implementation complete, PR review, significant code added. Reviews patterns, readability, maintainability. PROACTIVELY reviews code quality."
4
4
  model: sonnet
5
5
  tools: Read, Grep, Glob
6
+ skills: quality-gate, codebase-knowledge
6
7
  ---
7
8
 
8
9
  # Code Reviewer Agent