@cregis-dev/cckit 0.3.0 → 0.4.0
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.
- package/README.md +15 -3
- package/package.json +1 -1
- package/registry.json +234 -200
- package/src/commands/init.js +19 -15
- package/src/commands/update.js +9 -4
- package/src/core/plugin-installer.js +59 -13
- package/src/utils/fs.js +6 -1
- package/templates/bmad/_config/bmad-help.csv +2 -1
- package/templates/bmad/_config/files-manifest.csv +437 -431
- package/templates/bmad/_config/ides/claude-code.yaml +5 -5
- package/templates/bmad/_config/ides/trae.yaml +5 -5
- package/templates/bmad/_config/task-manifest.csv +7 -6
- package/templates/bmad/_config/workflow-manifest.csv +34 -34
- package/templates/bmad/bmm/agents/qa.md +1 -1
- package/templates/bmad/bmm/config.yaml +1 -1
- package/templates/bmad/bmm/module-help.csv +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/research/workflow-market-research.md +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/document-project/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/generate-project-context/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml +2 -2
- package/templates/bmad/commands/bmad-bmm-check-implementation-readiness.md +2 -2
- package/templates/bmad/commands/bmad-bmm-code-review.md +4 -4
- package/templates/bmad/commands/bmad-bmm-correct-course.md +4 -4
- package/templates/bmad/commands/bmad-bmm-create-architecture.md +2 -2
- package/templates/bmad/commands/bmad-bmm-create-epics-and-stories.md +2 -2
- package/templates/bmad/commands/bmad-bmm-create-prd.md +2 -2
- package/templates/bmad/commands/bmad-bmm-create-product-brief.md +2 -2
- package/templates/bmad/commands/bmad-bmm-create-story.md +4 -4
- package/templates/bmad/commands/bmad-bmm-create-ux-design.md +2 -2
- package/templates/bmad/commands/bmad-bmm-dev-story.md +4 -4
- package/templates/bmad/commands/bmad-bmm-document-project.md +4 -4
- package/templates/bmad/commands/bmad-bmm-domain-research.md +2 -2
- package/templates/bmad/commands/bmad-bmm-edit-prd.md +2 -2
- package/templates/bmad/commands/bmad-bmm-generate-project-context.md +2 -2
- package/templates/bmad/commands/bmad-bmm-market-research.md +2 -2
- package/templates/bmad/commands/bmad-bmm-qa-generate-e2e-tests.md +4 -4
- package/templates/bmad/commands/bmad-bmm-quick-dev.md +2 -2
- package/templates/bmad/commands/bmad-bmm-quick-spec.md +2 -2
- package/templates/bmad/commands/bmad-bmm-retrospective.md +4 -4
- package/templates/bmad/commands/bmad-bmm-sprint-planning.md +4 -4
- package/templates/bmad/commands/bmad-bmm-sprint-status.md +4 -4
- package/templates/bmad/commands/bmad-bmm-technical-research.md +2 -2
- package/templates/bmad/commands/bmad-bmm-validate-prd.md +2 -2
- package/templates/bmad/commands/bmad-brainstorming.md +2 -2
- package/templates/bmad/commands/bmad-editorial-review-prose.md +1 -1
- package/templates/bmad/commands/bmad-editorial-review-structure.md +1 -1
- package/templates/bmad/commands/bmad-help.md +1 -1
- package/templates/bmad/commands/bmad-index-docs.md +1 -1
- package/templates/bmad/commands/bmad-party-mode.md +2 -2
- package/templates/bmad/commands/bmad-review-adversarial-general.md +1 -1
- package/templates/bmad/commands/bmad-review-edge-case-hunter.md +10 -0
- package/templates/bmad/commands/bmad-shard-doc.md +1 -1
- package/templates/bmad/commands/bmad-tea-teach-me-testing.md +2 -2
- package/templates/bmad/commands/bmad-tea-testarch-atdd.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-automate.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-ci.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-framework.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-nfr.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-test-design.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-test-review.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-trace.md +4 -4
- package/templates/bmad/core/config.yaml +1 -1
- package/templates/bmad/core/module-help.csv +1 -0
- package/templates/bmad/core/tasks/editorial-review-prose.xml +1 -1
- package/templates/bmad/core/tasks/editorial-review-structure.xml +1 -1
- package/templates/bmad/core/tasks/help.md +1 -1
- package/templates/bmad/core/tasks/index-docs.xml +1 -1
- package/templates/bmad/core/tasks/review-adversarial-general.xml +1 -1
- package/templates/bmad/core/tasks/review-edge-case-hunter.xml +63 -0
- package/templates/bmad/core/tasks/shard-doc.xml +1 -1
- package/templates/bmad/core/workflows/advanced-elicitation/workflow.xml +1 -1
- package/templates/bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +31 -18
- package/templates/bmad/core/workflows/brainstorming/steps/step-01b-continue.md +1 -1
- package/templates/bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +2 -2
- package/templates/bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +2 -2
- package/templates/bmad/core/workflows/brainstorming/workflow.md +4 -2
- package/templates/bmad/core/workflows/party-mode/workflow.md +1 -1
- package/templates/bmad/tea/config.yaml +5 -1
- package/templates/bmad/tea/testarch/knowledge/contract-testing.md +24 -2
- package/templates/bmad/tea/testarch/knowledge/pact-mcp.md +204 -0
- package/templates/bmad/tea/testarch/knowledge/pactjs-utils-consumer-helpers.md +211 -0
- package/templates/bmad/tea/testarch/knowledge/pactjs-utils-overview.md +210 -0
- package/templates/bmad/tea/testarch/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/templates/bmad/tea/testarch/knowledge/pactjs-utils-request-filter.md +224 -0
- package/templates/bmad/tea/testarch/tea-index.csv +5 -0
- package/templates/bmad/tea/workflows/testarch/README.md +1 -1
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +30 -0
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +159 -57
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04a-subagent-api-failing.md +215 -0
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04b-subagent-e2e-failing.md +244 -0
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +31 -15
- package/templates/bmad/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/atdd/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +32 -0
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +215 -101
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03a-subagent-api.md +193 -0
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03b-subagent-backend.md +246 -0
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03b-subagent-e2e.md +213 -0
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +38 -22
- package/templates/bmad/tea/workflows/testarch/automate/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/automate/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/automate/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +124 -1
- package/templates/bmad/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +7 -0
- package/templates/bmad/tea/workflows/testarch/ci/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/ci/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/ci/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +126 -3
- package/templates/bmad/tea/workflows/testarch/framework/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/framework/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/framework/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +150 -36
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subagent-security.md +138 -0
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subagent-performance.md +84 -0
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subagent-reliability.md +85 -0
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subagent-scalability.md +88 -0
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +27 -10
- package/templates/bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/nfr-assess/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +3 -3
- package/templates/bmad/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +6 -6
- package/templates/bmad/tea/workflows/testarch/teach-me-testing/workflow.md +1 -1
- package/templates/bmad/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +30 -0
- package/templates/bmad/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +72 -1
- package/templates/bmad/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/test-design/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +29 -1
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +147 -46
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03a-subagent-determinism.md +214 -0
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03b-subagent-isolation.md +125 -0
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03c-subagent-maintainability.md +102 -0
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03e-subagent-performance.md +117 -0
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +10 -10
- package/templates/bmad/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/test-review/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +92 -1
- package/templates/bmad/tea/workflows/testarch/trace/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/trace/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/trace/workflow.yaml +2 -2
- package/templates/ecc/agents/chief-of-staff.md +151 -0
- package/templates/ecc/commands/claw.md +79 -0
- package/templates/ecc/rules/README.md +23 -2
- package/templates/ecc/rules/common/development-workflow.md +37 -0
- package/templates/ecc/rules/common/git-workflow.md +2 -23
- package/templates/ecc/rules/swift/coding-style.md +47 -0
- package/templates/ecc/rules/swift/hooks.md +20 -0
- package/templates/ecc/rules/swift/patterns.md +66 -0
- package/templates/ecc/rules/swift/security.md +33 -0
- package/templates/ecc/rules/swift/testing.md +45 -0
- package/templates/ecc/skills/api-design/SKILL.md +1 -0
- package/templates/ecc/skills/article-writing/SKILL.md +85 -0
- package/templates/ecc/skills/backend-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/clickhouse-io/SKILL.md +1 -0
- package/templates/ecc/skills/coding-standards/SKILL.md +1 -0
- package/templates/ecc/skills/configure-ecc/SKILL.md +32 -4
- package/templates/ecc/skills/content-engine/SKILL.md +88 -0
- package/templates/ecc/skills/content-hash-cache-pattern/SKILL.md +1 -0
- package/templates/ecc/skills/continuous-learning/SKILL.md +2 -1
- package/templates/ecc/skills/continuous-learning-v2/SKILL.md +4 -1
- package/templates/ecc/skills/continuous-learning-v2/hooks/observe.sh +14 -7
- package/templates/ecc/skills/cost-aware-llm-pipeline/SKILL.md +1 -0
- package/templates/ecc/skills/cpp-coding-standards/SKILL.md +1 -0
- package/templates/ecc/skills/cpp-testing/SKILL.md +1 -0
- package/templates/ecc/skills/database-migrations/SKILL.md +1 -0
- package/templates/ecc/skills/deployment-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/django-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/django-security/SKILL.md +1 -0
- package/templates/ecc/skills/django-tdd/SKILL.md +1 -0
- package/templates/ecc/skills/django-verification/SKILL.md +1 -0
- package/templates/ecc/skills/docker-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/e2e-testing/SKILL.md +1 -0
- package/templates/ecc/skills/eval-harness/SKILL.md +1 -0
- package/templates/ecc/skills/foundation-models-on-device/SKILL.md +243 -0
- package/templates/ecc/skills/frontend-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/frontend-slides/SKILL.md +184 -0
- package/templates/ecc/skills/frontend-slides/STYLE_PRESETS.md +330 -0
- package/templates/ecc/skills/golang-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/golang-testing/SKILL.md +1 -0
- package/templates/ecc/skills/investor-materials/SKILL.md +96 -0
- package/templates/ecc/skills/investor-outreach/SKILL.md +76 -0
- package/templates/ecc/skills/iterative-retrieval/SKILL.md +1 -0
- package/templates/ecc/skills/java-coding-standards/SKILL.md +1 -0
- package/templates/ecc/skills/jpa-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/liquid-glass-design/SKILL.md +279 -0
- package/templates/ecc/skills/market-research/SKILL.md +75 -0
- package/templates/ecc/skills/nutrient-document-processing/SKILL.md +1 -1
- package/templates/ecc/skills/postgres-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/project-guidelines-example/SKILL.md +1 -0
- package/templates/ecc/skills/python-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/python-testing/SKILL.md +1 -0
- package/templates/ecc/skills/regex-vs-llm-structured-text/SKILL.md +1 -0
- package/templates/ecc/skills/search-first/SKILL.md +3 -1
- package/templates/ecc/skills/security-review/SKILL.md +1 -0
- package/templates/ecc/skills/security-scan/SKILL.md +1 -0
- package/templates/ecc/skills/skill-stocktake/SKILL.md +176 -0
- package/templates/ecc/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
- package/templates/ecc/skills/skill-stocktake/scripts/save-results.sh +56 -0
- package/templates/ecc/skills/skill-stocktake/scripts/scan.sh +170 -0
- package/templates/ecc/skills/springboot-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/springboot-security/SKILL.md +1 -0
- package/templates/ecc/skills/springboot-tdd/SKILL.md +1 -0
- package/templates/ecc/skills/springboot-verification/SKILL.md +1 -0
- package/templates/ecc/skills/strategic-compact/SKILL.md +1 -0
- package/templates/ecc/skills/swift-actor-persistence/SKILL.md +1 -0
- package/templates/ecc/skills/swift-concurrency-6-2/SKILL.md +216 -0
- package/templates/ecc/skills/swift-protocol-di-testing/SKILL.md +1 -0
- package/templates/ecc/skills/swiftui-patterns/SKILL.md +259 -0
- package/templates/ecc/skills/tdd-workflow/SKILL.md +1 -0
- package/templates/ecc/skills/verification-loop/SKILL.md +1 -0
- package/templates/ecc/skills/visa-doc-translate/README.md +86 -0
- package/templates/ecc/skills/visa-doc-translate/SKILL.md +117 -0
- package/templates/ext-skills/pinchtab/SKILL.md +89 -486
- package/templates/ext-skills/pinchtab/TRUST.md +69 -0
- package/templates/ext-skills/pinchtab/references/api.md +297 -0
- package/templates/ext-skills/pinchtab/references/env.md +45 -0
- package/templates/ext-skills/pinchtab/references/profiles.md +107 -0
- package/templates/plugins/claude-code-setup/.claude-plugin/plugin.json +9 -0
- package/templates/plugins/claude-code-setup/LICENSE +202 -0
- package/templates/plugins/claude-code-setup/README.md +29 -0
- package/templates/plugins/claude-code-setup/automation-recommender-example.png +0 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/SKILL.md +288 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/hooks-patterns.md +226 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/mcp-servers.md +263 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/plugins-reference.md +98 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/skills-reference.md +408 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/subagent-templates.md +181 -0
- package/templates/plugins/claude-md-management/.claude-plugin/plugin.json +9 -0
- package/templates/plugins/claude-md-management/LICENSE +202 -0
- package/templates/plugins/claude-md-management/README.md +40 -0
- package/templates/plugins/claude-md-management/claude-md-improver-example.png +0 -0
- package/templates/plugins/claude-md-management/commands/revise-claude-md.md +54 -0
- package/templates/plugins/claude-md-management/revise-claude-md-example.png +0 -0
- package/templates/plugins/claude-md-management/skills/claude-md-improver/SKILL.md +179 -0
- package/templates/plugins/claude-md-management/skills/claude-md-improver/references/quality-criteria.md +109 -0
- package/templates/plugins/claude-md-management/skills/claude-md-improver/references/templates.md +253 -0
- package/templates/plugins/claude-md-management/skills/claude-md-improver/references/update-guidelines.md +150 -0
- package/templates/plugins/code-simplifier/.claude-plugin/plugin.json +9 -0
- package/templates/plugins/code-simplifier/LICENSE +202 -0
- package/templates/plugins/code-simplifier/agents/code-simplifier.md +52 -0
- package/templates/plugins/commit-commands/.claude-plugin/plugin.json +9 -0
- package/templates/plugins/commit-commands/LICENSE +202 -0
- package/templates/plugins/commit-commands/README.md +225 -0
- package/templates/plugins/commit-commands/commands/clean_gone.md +53 -0
- package/templates/plugins/commit-commands/commands/commit-push-pr.md +20 -0
- package/templates/plugins/commit-commands/commands/commit.md +17 -0
- package/templates/trae-bmad/rules/bmad-bmm-check-implementation-readiness.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-code-review.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-correct-course.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-create-architecture.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-create-epics-and-stories.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-create-prd.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-create-product-brief.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-create-story.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-create-ux-design.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-dev-story.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-document-project.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-domain-research.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-edit-prd.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-generate-project-context.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-market-research.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-qa-generate-e2e-tests.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-quick-dev.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-quick-spec.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-retrospective.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-sprint-planning.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-sprint-status.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-technical-research.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-validate-prd.md +2 -2
- package/templates/trae-bmad/rules/bmad-brainstorming.md +2 -2
- package/templates/trae-bmad/rules/bmad-editorial-review-prose.md +1 -1
- package/templates/trae-bmad/rules/bmad-editorial-review-structure.md +1 -1
- package/templates/trae-bmad/rules/bmad-help.md +1 -1
- package/templates/trae-bmad/rules/bmad-index-docs.md +1 -1
- package/templates/trae-bmad/rules/bmad-party-mode.md +2 -2
- package/templates/trae-bmad/rules/bmad-review-adversarial-general.md +1 -1
- package/templates/trae-bmad/rules/bmad-review-edge-case-hunter.md +10 -0
- package/templates/trae-bmad/rules/bmad-shard-doc.md +1 -1
- package/templates/trae-bmad/rules/bmad-tea-teach-me-testing.md +2 -2
- package/templates/trae-bmad/rules/bmad-tea-testarch-atdd.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-automate.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-ci.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-framework.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-nfr.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-test-design.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-test-review.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-trace.md +4 -4
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
# Hooks Recommendations
|
|
2
|
+
|
|
3
|
+
Hooks automatically run commands in response to Claude Code events. They're ideal for enforcement and automation that should happen consistently.
|
|
4
|
+
|
|
5
|
+
**Note**: These are common patterns. Use web search to find hooks for tools/frameworks not listed here to recommend the best hooks for the user.
|
|
6
|
+
|
|
7
|
+
## Auto-Formatting Hooks
|
|
8
|
+
|
|
9
|
+
### Prettier (JavaScript/TypeScript)
|
|
10
|
+
| Detection | File Exists |
|
|
11
|
+
|-----------|-------------|
|
|
12
|
+
| `.prettierrc`, `.prettierrc.json`, `prettier.config.js` | ✓ |
|
|
13
|
+
|
|
14
|
+
**Recommend**: PostToolUse hook on Edit/Write to auto-format
|
|
15
|
+
**Value**: Code stays formatted without thinking about it
|
|
16
|
+
|
|
17
|
+
### ESLint (JavaScript/TypeScript)
|
|
18
|
+
| Detection | File Exists |
|
|
19
|
+
|-----------|-------------|
|
|
20
|
+
| `.eslintrc`, `.eslintrc.json`, `eslint.config.js` | ✓ |
|
|
21
|
+
|
|
22
|
+
**Recommend**: PostToolUse hook on Edit/Write to auto-fix
|
|
23
|
+
**Value**: Lint errors fixed automatically
|
|
24
|
+
|
|
25
|
+
### Black/isort (Python)
|
|
26
|
+
| Detection | File Exists |
|
|
27
|
+
|-----------|-------------|
|
|
28
|
+
| `pyproject.toml` with black/isort, `.black`, `setup.cfg` | ✓ |
|
|
29
|
+
|
|
30
|
+
**Recommend**: PostToolUse hook to format Python files
|
|
31
|
+
**Value**: Consistent Python formatting
|
|
32
|
+
|
|
33
|
+
### Ruff (Python - Modern)
|
|
34
|
+
| Detection | File Exists |
|
|
35
|
+
|-----------|-------------|
|
|
36
|
+
| `ruff.toml`, `pyproject.toml` with `[tool.ruff]` | ✓ |
|
|
37
|
+
|
|
38
|
+
**Recommend**: PostToolUse hook for lint + format
|
|
39
|
+
**Value**: Fast, comprehensive Python linting
|
|
40
|
+
|
|
41
|
+
### gofmt (Go)
|
|
42
|
+
| Detection | File Exists |
|
|
43
|
+
|-----------|-------------|
|
|
44
|
+
| `go.mod` | ✓ |
|
|
45
|
+
|
|
46
|
+
**Recommend**: PostToolUse hook to run gofmt
|
|
47
|
+
**Value**: Standard Go formatting
|
|
48
|
+
|
|
49
|
+
### rustfmt (Rust)
|
|
50
|
+
| Detection | File Exists |
|
|
51
|
+
|-----------|-------------|
|
|
52
|
+
| `Cargo.toml` | ✓ |
|
|
53
|
+
|
|
54
|
+
**Recommend**: PostToolUse hook to run rustfmt
|
|
55
|
+
**Value**: Standard Rust formatting
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## Type Checking Hooks
|
|
60
|
+
|
|
61
|
+
### TypeScript
|
|
62
|
+
| Detection | File Exists |
|
|
63
|
+
|-----------|-------------|
|
|
64
|
+
| `tsconfig.json` | ✓ |
|
|
65
|
+
|
|
66
|
+
**Recommend**: PostToolUse hook to run tsc --noEmit
|
|
67
|
+
**Value**: Catch type errors immediately
|
|
68
|
+
|
|
69
|
+
### mypy/pyright (Python)
|
|
70
|
+
| Detection | File Exists |
|
|
71
|
+
|-----------|-------------|
|
|
72
|
+
| `mypy.ini`, `pyrightconfig.json`, pyproject.toml with mypy | ✓ |
|
|
73
|
+
|
|
74
|
+
**Recommend**: PostToolUse hook for type checking
|
|
75
|
+
**Value**: Catch type errors in Python
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Protection Hooks
|
|
80
|
+
|
|
81
|
+
### Block Sensitive File Edits
|
|
82
|
+
| Detection | Presence Of |
|
|
83
|
+
|-----------|-------------|
|
|
84
|
+
| `.env`, `.env.local`, `.env.production` | Environment files |
|
|
85
|
+
| `credentials.json`, `secrets.yaml` | Secret files |
|
|
86
|
+
| `.git/` directory | Git internals |
|
|
87
|
+
|
|
88
|
+
**Recommend**: PreToolUse hook that blocks Edit/Write to these paths
|
|
89
|
+
**Value**: Prevent accidental secret exposure or git corruption
|
|
90
|
+
|
|
91
|
+
### Block Lock File Edits
|
|
92
|
+
| Detection | Presence Of |
|
|
93
|
+
|-----------|-------------|
|
|
94
|
+
| `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml` | JS lock files |
|
|
95
|
+
| `Cargo.lock`, `poetry.lock`, `Pipfile.lock` | Other lock files |
|
|
96
|
+
|
|
97
|
+
**Recommend**: PreToolUse hook that blocks direct edits
|
|
98
|
+
**Value**: Lock files should only change via package manager
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Test Runner Hooks
|
|
103
|
+
|
|
104
|
+
### Jest (JavaScript/TypeScript)
|
|
105
|
+
| Detection | Presence Of |
|
|
106
|
+
|-----------|-------------|
|
|
107
|
+
| `jest.config.js`, `jest` in package.json | Jest configured |
|
|
108
|
+
| `__tests__/`, `*.test.ts`, `*.spec.ts` | Test files exist |
|
|
109
|
+
|
|
110
|
+
**Recommend**: PostToolUse hook to run related tests after edit
|
|
111
|
+
**Value**: Immediate test feedback on changes
|
|
112
|
+
|
|
113
|
+
### pytest (Python)
|
|
114
|
+
| Detection | Presence Of |
|
|
115
|
+
|-----------|-------------|
|
|
116
|
+
| `pytest.ini`, `pyproject.toml` with pytest | pytest configured |
|
|
117
|
+
| `tests/`, `test_*.py` | Test files exist |
|
|
118
|
+
|
|
119
|
+
**Recommend**: PostToolUse hook to run pytest on changed files
|
|
120
|
+
**Value**: Immediate test feedback
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
## Quick Reference: Detection → Recommendation
|
|
125
|
+
|
|
126
|
+
| If You See | Recommend This Hook |
|
|
127
|
+
|------------|-------------------|
|
|
128
|
+
| Prettier config | Auto-format on Edit/Write |
|
|
129
|
+
| ESLint config | Auto-lint on Edit/Write |
|
|
130
|
+
| Ruff/Black config | Auto-format Python |
|
|
131
|
+
| tsconfig.json | Type-check on Edit |
|
|
132
|
+
| Test directory | Run related tests on Edit |
|
|
133
|
+
| .env files | Block .env edits |
|
|
134
|
+
| Lock files | Block lock file edits |
|
|
135
|
+
| Go project | gofmt on Edit |
|
|
136
|
+
| Rust project | rustfmt on Edit |
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## Notification Hooks
|
|
141
|
+
|
|
142
|
+
Notification hooks run when Claude Code sends notifications. Use matchers to filter by notification type.
|
|
143
|
+
|
|
144
|
+
### Permission Alerts
|
|
145
|
+
| Matcher | Use Case |
|
|
146
|
+
|---------|----------|
|
|
147
|
+
| `permission_prompt` | Alert when Claude requests permissions |
|
|
148
|
+
|
|
149
|
+
**Recommend**: Play sound, send desktop notification, or log permission requests
|
|
150
|
+
**Value**: Never miss permission prompts when multitasking
|
|
151
|
+
|
|
152
|
+
### Idle Notifications
|
|
153
|
+
| Matcher | Use Case |
|
|
154
|
+
|---------|----------|
|
|
155
|
+
| `idle_prompt` | Alert when Claude is waiting for input (60+ seconds idle) |
|
|
156
|
+
|
|
157
|
+
**Recommend**: Play sound or send notification when Claude needs attention
|
|
158
|
+
**Value**: Know when Claude is ready for your input
|
|
159
|
+
|
|
160
|
+
### Example Configuration
|
|
161
|
+
|
|
162
|
+
```json
|
|
163
|
+
{
|
|
164
|
+
"hooks": {
|
|
165
|
+
"Notification": [
|
|
166
|
+
{
|
|
167
|
+
"matcher": "permission_prompt",
|
|
168
|
+
"hooks": [
|
|
169
|
+
{
|
|
170
|
+
"type": "command",
|
|
171
|
+
"command": "afplay /System/Library/Sounds/Ping.aiff"
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"matcher": "idle_prompt",
|
|
177
|
+
"hooks": [
|
|
178
|
+
{
|
|
179
|
+
"type": "command",
|
|
180
|
+
"command": "osascript -e 'display notification \"Claude is waiting\" with title \"Claude Code\"'"
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
### Available Matchers
|
|
190
|
+
|
|
191
|
+
| Matcher | Triggers When |
|
|
192
|
+
|---------|---------------|
|
|
193
|
+
| `permission_prompt` | Claude needs permission for a tool |
|
|
194
|
+
| `idle_prompt` | Claude waiting for input (60+ seconds) |
|
|
195
|
+
| `auth_success` | Authentication succeeds |
|
|
196
|
+
| `elicitation_dialog` | MCP tool needs input |
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
## Quick Reference: Detection → Recommendation
|
|
201
|
+
|
|
202
|
+
| If You See | Recommend This Hook |
|
|
203
|
+
|------------|-------------------|
|
|
204
|
+
| Prettier config | Auto-format on Edit/Write |
|
|
205
|
+
| ESLint config | Auto-lint on Edit/Write |
|
|
206
|
+
| Ruff/Black config | Auto-format Python |
|
|
207
|
+
| tsconfig.json | Type-check on Edit |
|
|
208
|
+
| Test directory | Run related tests on Edit |
|
|
209
|
+
| .env files | Block .env edits |
|
|
210
|
+
| Lock files | Block lock file edits |
|
|
211
|
+
| Go project | gofmt on Edit |
|
|
212
|
+
| Rust project | rustfmt on Edit |
|
|
213
|
+
| Multitasking workflow | Notification hooks for alerts |
|
|
214
|
+
|
|
215
|
+
---
|
|
216
|
+
|
|
217
|
+
## Hook Placement
|
|
218
|
+
|
|
219
|
+
Hooks go in `.claude/settings.json`:
|
|
220
|
+
|
|
221
|
+
```
|
|
222
|
+
.claude/
|
|
223
|
+
└── settings.json ← Hook configurations here
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
Recommend creating the `.claude/` directory if it doesn't exist.
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
# MCP Server Recommendations
|
|
2
|
+
|
|
3
|
+
MCP (Model Context Protocol) servers extend Claude's capabilities by connecting to external tools and services.
|
|
4
|
+
|
|
5
|
+
**Note**: These are common MCP servers. Use web search to find MCP servers specific to the codebase's services and integrations.
|
|
6
|
+
|
|
7
|
+
## Setup & Team Sharing
|
|
8
|
+
|
|
9
|
+
**Connection methods:**
|
|
10
|
+
1. **Project config** (`.mcp.json`) - Available only in that directory
|
|
11
|
+
2. **Global config** (`~/.claude.json`) - Available across all projects
|
|
12
|
+
3. **Checked-in `.mcp.json`** - Available to entire team (recommended!)
|
|
13
|
+
|
|
14
|
+
**Tip**: Check `.mcp.json` into git so your whole team gets the same MCP servers.
|
|
15
|
+
|
|
16
|
+
**Debugging**: Use `claude --mcp-debug` to identify configuration issues.
|
|
17
|
+
|
|
18
|
+
## Documentation & Knowledge
|
|
19
|
+
|
|
20
|
+
### context7
|
|
21
|
+
**Best for**: Projects using popular libraries/SDKs where you want Claude to code with up-to-date documentation
|
|
22
|
+
|
|
23
|
+
| Recommend When | Examples |
|
|
24
|
+
|----------------|----------|
|
|
25
|
+
| Using React, Vue, Angular | Frontend frameworks |
|
|
26
|
+
| Using Express, FastAPI, Django | Backend frameworks |
|
|
27
|
+
| Using Prisma, Drizzle | ORMs |
|
|
28
|
+
| Using Stripe, Twilio, SendGrid | Third-party APIs |
|
|
29
|
+
| Using AWS SDK, Google Cloud | Cloud SDKs |
|
|
30
|
+
| Using LangChain, OpenAI SDK | AI/ML libraries |
|
|
31
|
+
|
|
32
|
+
**Value**: Claude fetches live documentation instead of relying on training data, reducing hallucinated APIs and outdated patterns.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Browser & Frontend
|
|
37
|
+
|
|
38
|
+
### Playwright MCP
|
|
39
|
+
**Best for**: Frontend projects needing browser automation, testing, or screenshots
|
|
40
|
+
|
|
41
|
+
| Recommend When | Examples |
|
|
42
|
+
|----------------|----------|
|
|
43
|
+
| React/Vue/Angular app | UI component testing |
|
|
44
|
+
| E2E tests needed | User flow validation |
|
|
45
|
+
| Visual regression testing | Screenshot comparisons |
|
|
46
|
+
| Debugging UI issues | See what user sees |
|
|
47
|
+
| Form testing | Multi-step workflows |
|
|
48
|
+
|
|
49
|
+
**Value**: Claude can interact with your running app, take screenshots, fill forms, and verify UI behavior.
|
|
50
|
+
|
|
51
|
+
### Puppeteer MCP
|
|
52
|
+
**Best for**: Headless browser automation, web scraping
|
|
53
|
+
|
|
54
|
+
| Recommend When | Examples |
|
|
55
|
+
|----------------|----------|
|
|
56
|
+
| PDF generation from HTML | Report generation |
|
|
57
|
+
| Web scraping tasks | Data extraction |
|
|
58
|
+
| Headless testing | CI environments |
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Databases
|
|
63
|
+
|
|
64
|
+
### Supabase MCP
|
|
65
|
+
**Best for**: Projects using Supabase for backend/database
|
|
66
|
+
|
|
67
|
+
| Recommend When | Examples |
|
|
68
|
+
|----------------|----------|
|
|
69
|
+
| Supabase project detected | `@supabase/supabase-js` in deps |
|
|
70
|
+
| Auth + database needs | User management apps |
|
|
71
|
+
| Real-time features | Live data sync |
|
|
72
|
+
|
|
73
|
+
**Value**: Claude can query tables, manage auth, and interact with Supabase storage directly.
|
|
74
|
+
|
|
75
|
+
### PostgreSQL MCP
|
|
76
|
+
**Best for**: Direct PostgreSQL database access
|
|
77
|
+
|
|
78
|
+
| Recommend When | Examples |
|
|
79
|
+
|----------------|----------|
|
|
80
|
+
| Raw PostgreSQL usage | No ORM layer |
|
|
81
|
+
| Database migrations | Schema management |
|
|
82
|
+
| Data analysis tasks | Complex queries |
|
|
83
|
+
| Debugging data issues | Inspect actual data |
|
|
84
|
+
|
|
85
|
+
### Neon MCP
|
|
86
|
+
**Best for**: Neon serverless Postgres users
|
|
87
|
+
|
|
88
|
+
### Turso MCP
|
|
89
|
+
**Best for**: Turso/libSQL edge database users
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Version Control & DevOps
|
|
94
|
+
|
|
95
|
+
### GitHub MCP
|
|
96
|
+
**Best for**: GitHub-hosted repositories needing issue/PR integration
|
|
97
|
+
|
|
98
|
+
| Recommend When | Examples |
|
|
99
|
+
|----------------|----------|
|
|
100
|
+
| GitHub repository | `.git` with GitHub remote |
|
|
101
|
+
| Issue-driven development | Reference issues in commits |
|
|
102
|
+
| PR workflows | Review, merge operations |
|
|
103
|
+
| GitHub Actions | CI/CD pipeline access |
|
|
104
|
+
| Release management | Tag and release automation |
|
|
105
|
+
|
|
106
|
+
**Value**: Claude can create issues, review PRs, check workflow runs, and manage releases.
|
|
107
|
+
|
|
108
|
+
### GitLab MCP
|
|
109
|
+
**Best for**: GitLab-hosted repositories
|
|
110
|
+
|
|
111
|
+
### Linear MCP
|
|
112
|
+
**Best for**: Teams using Linear for issue tracking
|
|
113
|
+
|
|
114
|
+
| Recommend When | Examples |
|
|
115
|
+
|----------------|----------|
|
|
116
|
+
| Linear workspace | Issue references like `ABC-123` |
|
|
117
|
+
| Sprint planning | Backlog management |
|
|
118
|
+
| Issue creation from code | Auto-create issues for TODOs |
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Cloud Infrastructure
|
|
123
|
+
|
|
124
|
+
### AWS MCP
|
|
125
|
+
**Best for**: AWS infrastructure management
|
|
126
|
+
|
|
127
|
+
| Recommend When | Examples |
|
|
128
|
+
|----------------|----------|
|
|
129
|
+
| AWS SDK in dependencies | `@aws-sdk/*` packages |
|
|
130
|
+
| Infrastructure as code | Terraform, CDK, SAM |
|
|
131
|
+
| Lambda development | Serverless functions |
|
|
132
|
+
| S3, DynamoDB usage | Cloud data services |
|
|
133
|
+
|
|
134
|
+
### Cloudflare MCP
|
|
135
|
+
**Best for**: Cloudflare Workers, Pages, R2, D1
|
|
136
|
+
|
|
137
|
+
| Recommend When | Examples |
|
|
138
|
+
|----------------|----------|
|
|
139
|
+
| Cloudflare Workers | Edge functions |
|
|
140
|
+
| Pages deployment | Static site hosting |
|
|
141
|
+
| R2 storage | Object storage |
|
|
142
|
+
| D1 database | Edge SQL database |
|
|
143
|
+
|
|
144
|
+
### Vercel MCP
|
|
145
|
+
**Best for**: Vercel deployment and configuration
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## Monitoring & Observtic
|
|
150
|
+
|
|
151
|
+
### Sentry MCP
|
|
152
|
+
**Best for**: Error tracking and debugging
|
|
153
|
+
|
|
154
|
+
| Recommend When | Examples |
|
|
155
|
+
|----------------|----------|
|
|
156
|
+
| Sentry configured | `@sentry/*` in deps |
|
|
157
|
+
| Production debugging | Investigate errors |
|
|
158
|
+
| Error patterns | Group similar issues |
|
|
159
|
+
| Release tracking | Correlate deploys with errors |
|
|
160
|
+
|
|
161
|
+
**Value**: Claude can investigate Sentry issues, find root causes, and suggest fixes.
|
|
162
|
+
|
|
163
|
+
### Datadog MCP
|
|
164
|
+
**Best for**: APM, logs, and metrics
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## Communication
|
|
169
|
+
|
|
170
|
+
### Slack MCP
|
|
171
|
+
**Best for**: Slack workspace integration
|
|
172
|
+
|
|
173
|
+
| Recommend When | Examples |
|
|
174
|
+
|----------------|----------|
|
|
175
|
+
| Team uses Slack | Send notifications |
|
|
176
|
+
| Deployment notifications | Alert channels |
|
|
177
|
+
| Incident response | Post updates |
|
|
178
|
+
|
|
179
|
+
### Notion MCP
|
|
180
|
+
**Best for**: Notion workspace for documentation
|
|
181
|
+
|
|
182
|
+
| Recommend When | Examples |
|
|
183
|
+
|----------------|----------|
|
|
184
|
+
| Notion for docs | Read/update pages |
|
|
185
|
+
| Knowledge base | Search documentation |
|
|
186
|
+
| Meeting notes | Create summaries |
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
## File & Data
|
|
191
|
+
|
|
192
|
+
### Filesystem MCP
|
|
193
|
+
**Best for**: Enhanced file operations beyond built-in tools
|
|
194
|
+
|
|
195
|
+
| Recommend When | Examples |
|
|
196
|
+
|----------------|----------|
|
|
197
|
+
| Complex file operations | Batch processing |
|
|
198
|
+
| File watching | Monitor changes |
|
|
199
|
+
| Advanced search | Custom patterns |
|
|
200
|
+
|
|
201
|
+
### Memory MCP
|
|
202
|
+
**Best for**: Persistent memory across sessions
|
|
203
|
+
|
|
204
|
+
| Recommend When | Examples |
|
|
205
|
+
|----------------|----------|
|
|
206
|
+
| Long-running projects | Remember context |
|
|
207
|
+
| User preferences | Store settings |
|
|
208
|
+
| Learning patterns | Build knowledge |
|
|
209
|
+
|
|
210
|
+
**Value**: Claude remembers project context, decisions, and patterns across conversations.
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
## Containers & DevOps
|
|
215
|
+
|
|
216
|
+
### Docker MCP
|
|
217
|
+
**Best for**: Container management
|
|
218
|
+
|
|
219
|
+
| Recommend When | Examples |
|
|
220
|
+
|----------------|----------|
|
|
221
|
+
| Docker Compose file | Container orchestration |
|
|
222
|
+
| Dockerfile present | Build images |
|
|
223
|
+
| Container debugging | Inspect logs, exec |
|
|
224
|
+
|
|
225
|
+
### Kubernetes MCP
|
|
226
|
+
**Best for**: Kubernetes cluster management
|
|
227
|
+
|
|
228
|
+
| Recommend When | Examples |
|
|
229
|
+
|----------------|----------|
|
|
230
|
+
| K8s manifests | Deploy, scale pods |
|
|
231
|
+
| Helm charts | Package management |
|
|
232
|
+
| Cluster debugging | Pod logs, status |
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
## AI & ML
|
|
237
|
+
|
|
238
|
+
### Exa MCP
|
|
239
|
+
**Best for**: Web search and research
|
|
240
|
+
|
|
241
|
+
| Recommend When | Examples |
|
|
242
|
+
|----------------|----------|
|
|
243
|
+
| Research tasks | Find current info |
|
|
244
|
+
| Competitive analysis | Market research |
|
|
245
|
+
| Documentation gaps | Find examples |
|
|
246
|
+
|
|
247
|
+
---
|
|
248
|
+
|
|
249
|
+
## Quick Reference: Detection Patterns
|
|
250
|
+
|
|
251
|
+
| Look For | Suggests MCP Server |
|
|
252
|
+
|----------|-------------------|
|
|
253
|
+
| Popular npm packages | context7 |
|
|
254
|
+
| React/Vue/Next.js | Playwright MCP |
|
|
255
|
+
| `@supabase/supabase-js` | Supabase MCP |
|
|
256
|
+
| `pg` or `postgres` | PostgreSQL MCP |
|
|
257
|
+
| GitHub remote | GitHub MCP |
|
|
258
|
+
| `.linear` or Linear refs | Linear MCP |
|
|
259
|
+
| `@aws-sdk/*` | AWS MCP |
|
|
260
|
+
| `@sentry/*` | Sentry MCP |
|
|
261
|
+
| `docker-compose.yml` | Docker MCP |
|
|
262
|
+
| Slack webhook URLs | Slack MCP |
|
|
263
|
+
| `@anthropic-ai/sdk` | context7 for Anthropic docs |
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
# Plugin Recommendations
|
|
2
|
+
|
|
3
|
+
Plugins are installable collections of skills, commands, agents, and hooks. Install via `/plugin install`.
|
|
4
|
+
|
|
5
|
+
**Note**: These are plugins from the official repository. Use web search to discover additional community plugins.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Official Plugins
|
|
10
|
+
|
|
11
|
+
### Development & Code Quality
|
|
12
|
+
|
|
13
|
+
| Plugin | Best For | Key Features |
|
|
14
|
+
|--------|----------|--------------|
|
|
15
|
+
| **plugin-dev** | Building Claude Code plugins | Skills for creating skills, hooks, commands, agents |
|
|
16
|
+
| **pr-review-toolkit** | PR review workflows | Specialized review agents (code, tests, types) |
|
|
17
|
+
| **code-review** | Automated code review | Multi-agent review with confidence scoring |
|
|
18
|
+
| **code-simplifier** | Code refactoring | Simplify code while preserving functionality |
|
|
19
|
+
| **feature-dev** | Feature development | End-to-end feature workflow with agents |
|
|
20
|
+
|
|
21
|
+
### Git & Workflow
|
|
22
|
+
|
|
23
|
+
| Plugin | Best For | Key Features |
|
|
24
|
+
|--------|----------|--------------|
|
|
25
|
+
| **commit-commands** | Git workflows | /commit, /commit-push-pr commands |
|
|
26
|
+
| **hookify** | Automation rules | Create hooks from conversation patterns |
|
|
27
|
+
|
|
28
|
+
### Frontend
|
|
29
|
+
|
|
30
|
+
| Plugin | Best For | Key Features |
|
|
31
|
+
|--------|----------|--------------|
|
|
32
|
+
| **frontend-design** | UI development | Production-grade UI, avoids generic aesthetics |
|
|
33
|
+
|
|
34
|
+
### Learning & Guidance
|
|
35
|
+
|
|
36
|
+
| Plugin | Best For | Key Features |
|
|
37
|
+
|--------|----------|--------------|
|
|
38
|
+
| **explanatory-output-style** | Learning | Educational insights about code choices |
|
|
39
|
+
| **learning-output-style** | Interactive learning | Requests contributions at decision points |
|
|
40
|
+
| **security-guidance** | Security awareness | Warns about security issues when editing |
|
|
41
|
+
|
|
42
|
+
### Language Servers (LSP)
|
|
43
|
+
|
|
44
|
+
| Plugin | Language |
|
|
45
|
+
|--------|----------|
|
|
46
|
+
| **typescript-lsp** | TypeScript/JavaScript |
|
|
47
|
+
| **pyright-lsp** | Python |
|
|
48
|
+
| **gopls-lsp** | Go |
|
|
49
|
+
| **rust-analyzer-lsp** | Rust |
|
|
50
|
+
| **clangd-lsp** | C/C++ |
|
|
51
|
+
| **jdtls-lsp** | Java |
|
|
52
|
+
| **kotlin-lsp** | Kotlin |
|
|
53
|
+
| **swift-lsp** | Swift |
|
|
54
|
+
| **csharp-lsp** | C# |
|
|
55
|
+
| **php-lsp** | PHP |
|
|
56
|
+
| **lua-lsp** | Lua |
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Quick Reference: Codebase → Plugin
|
|
61
|
+
|
|
62
|
+
| Codebase Signal | Recommended Plugin |
|
|
63
|
+
|-----------------|-------------------|
|
|
64
|
+
| Building plugins | plugin-dev |
|
|
65
|
+
| PR-based workflow | pr-review-toolkit |
|
|
66
|
+
| Git commits | commit-commands |
|
|
67
|
+
| React/Vue/Angular | frontend-design |
|
|
68
|
+
| Want automation rules | hookify |
|
|
69
|
+
| TypeScript project | typescript-lsp |
|
|
70
|
+
| Python project | pyright-lsp |
|
|
71
|
+
| Go project | gopls-lsp |
|
|
72
|
+
| Security-sensitive code | security-guidance |
|
|
73
|
+
| Learning/onboarding | explanatory-output-style |
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## Plugin Management
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
# Install a plugin
|
|
81
|
+
/plugin install <plugin-name>
|
|
82
|
+
|
|
83
|
+
# List installed plugins
|
|
84
|
+
/plugin list
|
|
85
|
+
|
|
86
|
+
# View plugin details
|
|
87
|
+
/plugin info <plugin-name>
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## When to Recommend Plugins
|
|
93
|
+
|
|
94
|
+
**Recommend plugin installation when:**
|
|
95
|
+
- User wants to install Claude Code automations from Anthropic's official repository or another shared marketplace
|
|
96
|
+
- User needs multiple related capabilities
|
|
97
|
+
- Team wants standardized workflows
|
|
98
|
+
- First-time Claude Code setup
|