claude-code-kit 0.59.0__tar.gz → 0.61.0__tar.gz
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.
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/.claude-plugin/marketplace.json +1 -1
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/.claude-plugin/plugin.json +1 -1
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/CHANGELOG.md +138 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/CLAUDE.md +1 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/PKG-INFO +2 -2
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/README.md +1 -1
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/orchestrator.md +20 -3
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/catalog/mcp.yaml +89 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/commands/init.md +13 -3
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/eval-harness.md +44 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/launch/directory-submission.md +54 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/org-capabilities.md +17 -0
- claude_code_kit-0.61.0/hooks/scripts/warn-missing-tests.sh +90 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/pyproject.toml +1 -1
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/agent-guardrails.md +41 -3
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/agent-memory.md +1 -1
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/autonomy-levels.md +10 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/evals.md +32 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/goal-setting-and-monitoring.md +9 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/wave-orchestration.md +8 -0
- claude_code_kit-0.61.0/scripts/check_cross_references.py +124 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/consolidate-learnings/SKILL.md +24 -2
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dependency-verification/SKILL.md +60 -1
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/documentation-and-adrs/SKILL.md +16 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/frontend-ui-engineering/SKILL.md +17 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/refresh-docs/SKILL.md +35 -18
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/security-and-hardening/references/supply-chain-and-dependencies.md +26 -1
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/sprint/SKILL.md +1 -1
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/using-agent-skills/SKILL.md +2 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/__init__.py +1 -1
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/validator.py +103 -4
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/README.md +4 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +1 -1
- claude_code_kit-0.59.0/hooks/scripts/warn-missing-tests.sh +0 -28
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/.gitignore +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/CONTRIBUTING.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/LICENSE +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/acceptance-reviewer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/auditor.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/dependency-scanner.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/developer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/devils-advocate.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/devops-engineer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/e2e-tester.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/em-reviewer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/incident-responder.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/merge-reviewer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/observability-engineer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/owasp-reviewer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/policy-validator.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/pr-raiser.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/risk-classifier.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/sdlc-code-reviewer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/secret-scanner.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/security-reviewer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/senior-backend-dev.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/senior-frontend-dev.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/senior-tester.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/spec-doc-writer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/story-planner.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/technical-architect.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/tester.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/ui-designer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/agents/unit-tester.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/catalog/capture.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/catalog/org.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/catalog/profiles.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/catalog/stacks.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/commands/abort.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/commands/sdlc.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/commands/status.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/KNOWN_LIMITATIONS.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/RELEASE-POLICY.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/agentic-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/agents.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/architecture.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/autonomous-operation.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/capture-a-real-run.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/cli.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/coverage-audit.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/cursor-export.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/influences.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/install.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/launch/awesome-prs.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/launch/demo-script.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/launch/github-about.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/launch/posts.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/launch/road-to-1.0.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/launch/seed-issues.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/rules-context-budget.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/skill-audit.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/stack-skills/GAP-ANALYSIS.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/stack-skills/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/docs/stack-skills/REPO-INVENTORY.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/hooks.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/audit-log.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/capture-learnings.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/guard-destructive-git.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/guard-kubectl-delete.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/guard-push-main.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/guard-secrets.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/lint-fix.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/load-autonomy.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/load-continuity.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/load-learnings.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/type-check.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/validate-frontmatter.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/validate-settings.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/warn-large-edits.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/warn-llm-io.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/warn-sensitive-files.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/hooks/scripts/warn-shared-modules.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/agent-resilience.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/code-organization.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/continuity.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/design-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/devops-observability.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/documentation.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/frontend-best-practices.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/human-in-the-loop.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/linting-and-formatting.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/mandatory-workflow.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/model-tiers.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/quality-gates.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/rarv-cycle.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/reasoning-techniques.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/resilience-engineering.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/responsive-and-accessibility.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/risk-classification.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/testing.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/rules/tool-design.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/schemas/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/schemas/catalog-capture.schema.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/schemas/catalog-mcp.schema.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/schemas/catalog-org.schema.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/schemas/catalog-profiles.schema.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/schemas/catalog-stacks.schema.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/schemas/mcp-lock.schema.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/schemas/org-pack.schema.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/schemas/pipeline-snapshot.schema.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/scripts/backfill-releases.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/scripts/capture-sdlc-run.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/scripts/check_docs_consistency.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/scripts/check_mcp_pins.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/scripts/check_rule_sizes.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/scripts/check_skill_descriptions.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/scripts/gen_hooks.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/scripts/init.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/_references/accessibility-checklist.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/_references/orchestration-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/_references/performance-checklist.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/_references/security-checklist.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/_references/testing-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/accessibility-review/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/alembic-migrations/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/alembic-migrations/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/alembic-migrations/references/alembic-setup-and-env.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/alembic-migrations/references/async-and-multitenant-migrations.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/alembic-migrations/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/alembic-migrations/references/troubleshooting-and-debugging.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/alembic-migrations/references/writing-migrations.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/anthropic-vertex-integration/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/anthropic-vertex-integration/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/anthropic-vertex-integration/references/generate-helpers-and-retry.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/anthropic-vertex-integration/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/anthropic-vertex-integration/references/vertex-client-and-auth.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/api-and-interface-design/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/api-integration/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/api-pagination-filtering-sorting/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/api-pagination-filtering-sorting/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/api-pagination-filtering-sorting/references/query-params-conventions.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/api-pagination-filtering-sorting/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/api-pagination-filtering-sorting/references/response-metadata.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/archive-sprint/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/async-python-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/async-python-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/async-python-patterns/references/async-boundaries.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/async-python-patterns/references/lifecycle-and-gather.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/async-python-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/auth-and-rbac/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/auth-and-rbac/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/auth-and-rbac/references/auth-dependencies.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/auth-and-rbac/references/rbac-and-permissions.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/auth-and-rbac/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/auth-and-rbac/references/security-hardening.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/auth-and-rbac/references/tokens-and-hashing.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/backend-repo-architecture/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/backend-repo-architecture/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/backend-repo-architecture/references/deployment-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/backend-repo-architecture/references/entrypoint-and-config.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/backend-repo-architecture/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/backend-repo-architecture/references/structure-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/backend-repo-architecture/references/troubleshooting.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/backlog/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/backlog/item-template.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/browser-testing-with-devtools/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/bug-hunt/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/ci-cd-and-automation/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/code-review-and-quality/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/code-simplification/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/component-design/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/configargparse-yaml-env-layering/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/configargparse-yaml-env-layering/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/configargparse-yaml-env-layering/references/config-layering-anatomy.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/configargparse-yaml-env-layering/references/mode-dispatch-and-precedence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/configargparse-yaml-env-layering/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/containerization-and-deployment/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/containerization-and-deployment/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/containerization-and-deployment/references/deployment-and-secrets.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/containerization-and-deployment/references/dockerfile-and-compose.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/containerization-and-deployment/references/entrypoint-and-modes.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/containerization-and-deployment/references/kerberos-kinit-bootstrap.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/containerization-and-deployment/references/makefile-dev-workflow.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/containerization-and-deployment/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/context-engineering/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/cron-and-scheduled-jobs/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/cron-and-scheduled-jobs/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/cron-and-scheduled-jobs/references/choosing-and-operations.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/cron-and-scheduled-jobs/references/kubernetes-cronjob.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/cron-and-scheduled-jobs/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/cron-and-scheduled-jobs/references/temporal-schedules.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/data-engineering-bigquery-gcs/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/data-engineering-bigquery-gcs/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/data-engineering-bigquery-gcs/references/bigquery-advanced-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/data-engineering-bigquery-gcs/references/bigquery-gcs-io.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/data-engineering-bigquery-gcs/references/medallion-architecture.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/data-engineering-bigquery-gcs/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/data-engineering-bigquery-gcs/references/temp-table-merge-pattern.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/debugging-and-error-recovery/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/decision/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/decision/adr-template.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/deploy/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/deprecation-and-migration/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-patterns-and-conventions/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-patterns-and-conventions/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-patterns-and-conventions/references/anti-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-patterns-and-conventions/references/naming-and-layout.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-patterns-and-conventions/references/patterns-catalog.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-patterns-and-conventions/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-patterns-and-conventions/references/testing-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-patterns-and-conventions/references/troubleshooting.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-system-ops/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-system-ops/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-system-ops/references/ai-readiness.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-system-ops/references/drift-detection.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-system-ops/references/governance-and-adoption.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-system-ops/references/system-health-and-maturity.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/design-system-ops/references/token-architecture.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/doc-consolidation/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-compose/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-compose/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-compose/references/compose-services-and-healthchecks.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-compose/references/compose-skeletons.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-compose/references/dev-vs-prod-variants.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-compose/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-shared/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-shared/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-shared/references/dockerignore-and-build-secrets.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-shared/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-shared/references/shared-base-images.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/docker-shared/references/shared-compose-fragments.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-backend/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-backend/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-backend/references/backend-dockerfile-anatomy.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-backend/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-backend/references/system-deps-and-caching.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-frontend/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-frontend/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-frontend/references/build-args-and-nginx.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-frontend/references/frontend-dockerfile-anatomy.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/dockerfile-frontend/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/doubt-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/edge-to-service-trust-boundary/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/edge-to-service-trust-boundary/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/edge-to-service-trust-boundary/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/edge-to-service-trust-boundary/references/trust-contract.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/execute/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/fastapi-service-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/fastapi-service-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/fastapi-service-patterns/references/api-versioning.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/fastapi-service-patterns/references/app-factory-and-lifespan.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/fastapi-service-patterns/references/custom-route-and-middleware.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/fastapi-service-patterns/references/dependency-injection.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/fastapi-service-patterns/references/model-and-serialization-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/fastapi-service-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/file-export-and-reporting/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/file-export-and-reporting/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/file-export-and-reporting/references/excel-generation.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/file-export-and-reporting/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/file-export-and-reporting/references/streaming-and-downloads.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/frontend-repo-architecture/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/frontend-repo-architecture/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/frontend-repo-architecture/references/api-layer-and-types.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/frontend-repo-architecture/references/divergences.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/frontend-repo-architecture/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/frontend-repo-architecture/references/structure-and-state.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/frontend-repo-architecture/references/testing-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcp-cloud-run-github-actions/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcp-cloud-run-github-actions/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcp-cloud-run-github-actions/references/cloud-run-deploy.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcp-cloud-run-github-actions/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcp-cloud-run-github-actions/references/workflow-structure.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcs-file-storage-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcs-file-storage-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcs-file-storage-patterns/references/client-and-uploads.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcs-file-storage-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/gcs-file-storage-patterns/references/signed-urls-and-reads.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/git-workflow-and-versioning/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/grafana-dashboards-and-alerts/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/grafana-dashboards-and-alerts/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/grafana-dashboards-and-alerts/references/dashboard-json-and-templating.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/grafana-dashboards-and-alerts/references/provisioning-and-organization.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/grafana-dashboards-and-alerts/references/red-dashboard-skeleton.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/grafana-dashboards-and-alerts/references/red-metrics-queries.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/grafana-dashboards-and-alerts/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/grafana-dashboards-and-alerts/references/unified-alerting.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/graphql-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/graphql-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/graphql-patterns/references/apollo-client-frontend.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/graphql-patterns/references/apollo-client-setup.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/graphql-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/graphql-patterns/references/strawberry-backend.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/graphql-patterns/references/when-to-use-graphql.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/idea-refine/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/idea-refine/examples.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/idea-refine/frameworks.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/idea-refine/refinement-criteria.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/idea-refine/scripts/idea-refine.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/incident-postmortem/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/incremental-implementation/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/interview-me/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kafka-config-driven/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kafka-config-driven/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kafka-config-driven/references/config-and-sasl-kerberos.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kafka-config-driven/references/consumer-producer-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kafka-config-driven/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kafka-config-driven/references/troubleshooting-and-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubectl-operations/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubectl-operations/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubectl-operations/references/command-reference.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubectl-operations/references/context-namespace-rbac.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubectl-operations/references/debugging-playbooks.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubectl-operations/references/output-formats-and-selectors.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubectl-operations/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubernetes-workload-hardening/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubernetes-workload-hardening/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubernetes-workload-hardening/references/networkpolicy-and-rbac.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubernetes-workload-hardening/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/kubernetes-workload-hardening/references/securitycontext-and-podsecurity.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/langfuse-llm-tracing/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/langfuse-llm-tracing/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/langfuse-llm-tracing/references/langfuse-client-and-tracing.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/langfuse-llm-tracing/references/python-and-typescript.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/langfuse-llm-tracing/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/library-review/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/load-testing/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/manual-test/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/modernization-and-migration/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/modernization-and-migration/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/modernization-and-migration/references/migration-best-practices.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/modernization-and-migration/references/pydantic-v1-to-v2.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/modernization-and-migration/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/modernization-and-migration/references/shared-internal-library.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/modernization-and-migration/references/sqlalchemy-14-to-20.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/multi-tenancy-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/multi-tenancy-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/multi-tenancy-patterns/references/caching-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/multi-tenancy-patterns/references/isolation-strategies.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/multi-tenancy-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/multi-tenancy-patterns/references/tenant-resolution.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-express-service/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-express-service/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-express-service/references/app-factory-and-mode-dispatch.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-express-service/references/config-and-module-alias.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-express-service/references/middleware-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-express-service/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-objection-knex/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-objection-knex/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-objection-knex/references/migrations-and-validation.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-objection-knex/references/objection-model-and-knex.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/node-objection-knex/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/notifications-and-messaging/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/notifications-and-messaging/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/notifications-and-messaging/references/provider-abstraction.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/notifications-and-messaging/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/notifications-and-messaging/references/templates-and-fallback.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/observability-and-logging/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/observability-and-logging/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/observability-and-logging/references/health-and-readiness.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/observability-and-logging/references/logging-and-structlog.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/observability-and-logging/references/outbound-metrics-and-multi-mode.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/observability-and-logging/references/pii-redaction.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/observability-and-logging/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/observability-and-logging/references/tracing-and-metrics.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/otel-tracing/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/otel-tracing/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/otel-tracing/references/collector.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/otel-tracing/references/correlation.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/otel-tracing/references/gotchas.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/otel-tracing/references/instrumentation.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/otel-tracing/references/sampling.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/otel-tracing/references/tempo.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/over-engineering-review/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/performance-optimization/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/planning-and-task-breakdown/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/playwright-verification/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/pydantic-schema-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/pydantic-schema-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/pydantic-schema-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/pydantic-schema-patterns/references/settings-and-validation.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/pydantic-schema-patterns/references/troubleshooting-and-common-errors.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/pydantic-schema-patterns/references/v1-vs-v2.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/python-dao-and-database/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/python-dao-and-database/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/python-dao-and-database/references/advanced-query-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/python-dao-and-database/references/basedao-and-sessions.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/python-dao-and-database/references/mongodb-advanced.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/python-dao-and-database/references/other-db-mongodb.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/python-dao-and-database/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/python-dao-and-database/references/sqlalchemy-1x-vs-2x.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/radix-tailwind-component-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/radix-tailwind-component-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/radix-tailwind-component-patterns/references/radix-primitives-and-variants.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/radix-tailwind-component-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/radix-tailwind-component-patterns/references/tailwind-theme-and-cn.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/react-hook-form-zod-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/react-hook-form-zod-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/react-hook-form-zod-patterns/references/form-setup-and-zod.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/react-hook-form-zod-patterns/references/multi-step-and-modes.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/react-hook-form-zod-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/redis-caching-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/redis-caching-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/redis-caching-patterns/references/cache-manager-and-fallback.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/redis-caching-patterns/references/namespacing-and-invalidation.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/redis-caching-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/remember/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/safety-critical-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/scope/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/scope/scope-template.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/sdlc/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/security-and-hardening/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/security-and-hardening/references/input-validation-and-uploads.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/security-and-hardening/references/llm-guardrails.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/security-and-hardening/references/owasp-top10-prevention.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/security-verification/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/shannon-ai-pentest/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/shannon-ai-pentest/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/shannon-ai-pentest/references/operating-guide.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/shell-review/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/shipping-and-launch/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/simplification-debt/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/smoke-test/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/source-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/spec-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/sprint/sprint-template.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/tanstack-react-query-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/tanstack-react-query-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/tanstack-react-query-patterns/references/mutations-and-cache.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/tanstack-react-query-patterns/references/query-keys-and-hooks.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/tanstack-react-query-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/task-tracker-sync/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-config-driven/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-config-driven/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-config-driven/references/config-and-retry-idempotency.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-config-driven/references/dag-dsl-interpreter.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-config-driven/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-config-driven/references/schedule-registration.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-config-driven/references/schedules-and-cron.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-config-driven/references/worker-workflow-activity-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-developer/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-developer/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-developer/references/cli.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-developer/references/determinism.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-developer/references/gotchas.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-developer/references/languages.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-developer/references/testing.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/temporal-developer/references/versioning.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/test-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/test-plan-review/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/references/async-and-mocking.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/references/coverage-gap-and-recommendations.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/references/github-actions-test-orchestration.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/references/pytest-and-fixtures.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/references/pytest-asyncio-modes.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/references/security-regression-tests.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/testing-conventions/references/vitest-frontend-testing.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/threat-model/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/triage/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/ui-ux-design/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/unit-test/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/vitest-rtl-msw-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/vitest-rtl-msw-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/vitest-rtl-msw-patterns/references/msw-and-contract-tests.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/vitest-rtl-msw-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/vitest-rtl-msw-patterns/references/vitest-rtl-setup.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zap-vapt-scanning/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zap-vapt-scanning/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zap-vapt-scanning/references/operating-guide.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zap-vapt-scanning/scripts/endpoints.example.txt +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zap-vapt-scanning/scripts/requirements.txt +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zap-vapt-scanning/scripts/zap_vapt.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zustand-state-patterns/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zustand-state-patterns/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zustand-state-patterns/references/async-polling-and-persistence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zustand-state-patterns/references/repo-evidence.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/skills/zustand-state-patterns/references/store-structure-and-selectors.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/__main__.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/catalog.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/cli.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/detect.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/export.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/hooks.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/models.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/pipeline.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/prompts.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/render.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/report.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/scaffold.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/schemas.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/src/claude_kit/upgrader.py +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/CLAUDE.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/CLAUDE.stack.md.tmpl +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/CONTINUITY.template.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/README.claude-sdlc.md.tmpl +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/agent-memory/MEMORY.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/agent-memory/api/.gitkeep +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/agent-memory/architecture/.gitkeep +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/agent-memory/debugging/.gitkeep +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/agent-memory/gotchas/.gitkeep +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/agent-memory/patterns/.gitkeep +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/agent-memory/performance/.gitkeep +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/artifacts/adr.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/artifacts/api-change-report.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/artifacts/change-proposal.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/artifacts/feature-spec.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/artifacts/release-plan.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/artifacts/runbook.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/artifacts/security-review.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/artifacts/test-plan.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/export/sdlc-workflow-guide.md.tmpl +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/agents/data-workflow-agent.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/agents/founder-prototype-agent.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/agents/internal-tools-builder.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/agents/pm-copilot.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/agents/staff-pm-reviewer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/agents/support-ticket-engineer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/devops-and-release/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/devops-and-release/pack.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/engineering-core/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/engineering-core/pack.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/non-engineer-builder/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/onboarding-and-docs/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/product-to-code/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/product-to-code/pack.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/quality-and-review/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/quality-and-review/pack.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/security-and-compliance/README.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/ai-working-agreement.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/ambiguity-resolution.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/branch-and-pr-policy.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/compliance-policy.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/non-engineer-safe-coding.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/pii-policy.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/production-data-policy.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/prompt-to-task-conversion.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/prototype-boundaries.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/rules/secrets-policy.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/skills/review-scope/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/skills/review-sprint/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/scripts/sdlc-loop.sh +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/settings.json +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/frontend/react/rules/design-system-compliance.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/frontend/react/rules/ui-components.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/frontend/react/rules/ui-design-system.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/frontend/react/rules/ui-layout-and-motion.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/frontend/react/rules/ux-dashboard-patterns.md +0 -0
- {claude_code_kit-0.59.0 → claude_code_kit-0.61.0}/templates/stacks/frontend/react/rules/ux-patterns.md +0 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"name": "claude-kit",
|
|
11
11
|
"source": "./",
|
|
12
12
|
"description": "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC config (no app code, no Docker): install CLAUDE.md + .claude/ (rules, the profile's agents/skills, hooks, artifact templates) + optional .mcp.json, then run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop.",
|
|
13
|
-
"version": "0.
|
|
13
|
+
"version": "0.61.0",
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"keywords": ["sdlc", "agents", "orchestration", "quality-gates", "workflow", "scaffold", "cookiecutter"]
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.61.0",
|
|
4
4
|
"description": "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC config (no app code, no Docker). `claude-kit init` asks ordered questions and installs CLAUDE.md + .claude/ (rules, the profile's agents/skills, hooks, artifact templates) + optional .mcp.json; run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates with working memory and a self-improving learnings loop.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Arjunsingh Yadav",
|
|
@@ -4,6 +4,144 @@ All notable changes to claude-kit are documented here. The format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/), and the project uses
|
|
5
5
|
[semantic versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [0.61.0] — 2026-07-15
|
|
8
|
+
|
|
9
|
+
**OSS-adoption wave 2 — nine more items from the 1,345-repo scan backlog** (wave 1 = 0.60.0 below).
|
|
10
|
+
Same discipline: everything re-derived as stack-agnostic prose/data; nothing vendored.
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **`agent-guardrails` hardening pass** (completes the three guardrails items begun in 0.60.0):
|
|
15
|
+
the unfamiliar-CLI protocol (`--help` on the *exact leaf command* before first use — validation
|
|
16
|
+
is not transitive from parent groups; single-item schema discovery before unconstrained list
|
|
17
|
+
queries), cloud control-plane categories added to the §3 Block tier (IAM/role-binding, billing,
|
|
18
|
+
org governance, KMS-class key ops, enabling paid APIs, autonomous IaC apply — dry-run/preview
|
|
19
|
+
mandatory where offered), and a graceful-degradation token ladder in the §4 resource bounds
|
|
20
|
+
(warn fraction → wrap-up, hard-stop fraction → final answer, ceiling coupled to compaction).
|
|
21
|
+
- **Evals upgrade** (`rules/evals.md` §9–10 + `docs/eval-harness.md`): evals as one versioned
|
|
22
|
+
declarative config gated in CI (path filters, parsed JSON/JUnit pass-rate, prompt-set-hash
|
|
23
|
+
response cache, SHA + run-id lineage); colocate a skill's evals beside its `SKILL.md` with
|
|
24
|
+
with/without-skill A/B judged on the skill's own claims. The harness doc gains the
|
|
25
|
+
skill-activation eval (trigger F1 + Wilson/Clopper-Pearson/bootstrap certification — the
|
|
26
|
+
routing-layer failure mode neither arm measured), the falsifiability discipline (assertions must
|
|
27
|
+
fail in baseline; Signal/Baseline/Unreachable/Regression quadrants; labeled delta bands;
|
|
28
|
+
path-scoped isolation caveat), and fixed-overhead accounting (always-injected prose is a
|
|
29
|
+
per-turn flat tax; billing A/B is the only honest end-to-end number).
|
|
30
|
+
- **Pre-run budget declarations**: `goal-setting-and-monitoring` §4 budgets the run from its
|
|
31
|
+
orchestration shape (>2× single-agent needs written justification; estimate-vs-actual recorded;
|
|
32
|
+
on-exceed action declared up front) and `wave-orchestration`'s manifest extends
|
|
33
|
+
announce-the-spend to a full per-wave envelope (hard spawn cap, per-worker max turns, wall-clock
|
|
34
|
+
timeout, token ceiling) declared as data.
|
|
35
|
+
- **Org governance**: `autonomy-levels` precedence — repo/user overrides may only **tighten**
|
|
36
|
+
(autonomy = min, allow = intersect, deny = union); `docs/org-capabilities.md` gains the **bypass
|
|
37
|
+
contract** — every legitimate bypass surface named in one table with its guardrail
|
|
38
|
+
(`upgrade --force`, sidecar take-ownership, breakglass, `bypassPermissions` + its org disable).
|
|
39
|
+
- **Evidence-based `warn-missing-tests` hook**: convention-named test-file search (same dir +
|
|
40
|
+
`tests//test//__tests__` walking up) silences the old blanket nag when a test exists; specific
|
|
41
|
+
messages otherwise ("no test file for X" vs "no RED test recorded — write it first" via
|
|
42
|
+
`.pytest_cache`); curated skip list for generated/infra trees. Still advisory; still no-ops
|
|
43
|
+
without `jq`.
|
|
44
|
+
- **`/claude-kit:init` self-install loop**: a missing CLI now offers "Install claude-code-kit now
|
|
45
|
+
(Recommended)" (pipx, else pip) with re-detection before proceeding; skip/failure/no-installer
|
|
46
|
+
keep the stop-with-instructions behavior.
|
|
47
|
+
- **Doc-skill upgrades**: `refresh-docs` diffs the documented surface against the code surface and
|
|
48
|
+
classifies each divergence (`missing_in_docs` / `missing_in_code` / `signature_mismatch` /
|
|
49
|
+
`description_mismatch`, severity-guided); `documentation-and-adrs` gains the derived-artifact
|
|
50
|
+
discipline (edit the structured source, regenerate the deliverable, label source-vs-derived,
|
|
51
|
+
drift-check in CI).
|
|
52
|
+
- **Design intent capture** (`frontend-ui-engineering`): one concrete world-reference over
|
|
53
|
+
adjective lists; short intentional Do's/Don'ts; tokens are context serving the reference, not
|
|
54
|
+
rendering instructions.
|
|
55
|
+
- **Directory-review self-audit** (`docs/launch/directory-submission.md`): the reviewer's pass/fail
|
|
56
|
+
criteria plus the audit run against the kit's own registry — all 21 hooks tabulated (event,
|
|
57
|
+
gated/advisory, network, plugin-vs-starter); finding: zero direct network calls, one disclosed
|
|
58
|
+
indirect family (learning capture's background `claude` job, opt-out
|
|
59
|
+
`CLAUDE_KIT_NO_AUTOCAPTURE=1`).
|
|
60
|
+
|
|
61
|
+
### Fixed
|
|
62
|
+
|
|
63
|
+
- `refresh-docs` shipped another project's literal doc paths and a nonexistent `frontend-dev`
|
|
64
|
+
agent name in its examples — now marked as example shapes / corrected to general-purpose
|
|
65
|
+
subagents.
|
|
66
|
+
|
|
67
|
+
### Not adopted (deliberately)
|
|
68
|
+
|
|
69
|
+
- **The two L-sized scan items** — the `context-engineering` consolidation (8 merged proposals)
|
|
70
|
+
and the `tool-design` expansion (7 merged proposals) — are deferred to their own focused wave:
|
|
71
|
+
they overlap each other on the same two files and deserve a single coherent editing pass, not a
|
|
72
|
+
tail-end squeeze.
|
|
73
|
+
- **The 10 user-gated items** remain gated (list in the 0.60.0 block below) — unchanged, awaiting
|
|
74
|
+
owner decisions.
|
|
75
|
+
|
|
76
|
+
## [0.60.0] — 2026-07-15
|
|
77
|
+
|
|
78
|
+
**OSS-adoption wave 1 — the first tranche from a 1,345-repo scan.** 39 provenance-tagged GitHub
|
|
79
|
+
searches gathered 1,345 unique AI/Claude/MCP/context-engineering repositories; batch triage,
|
|
80
|
+
48 deep-dives, and an adversarial verification pass confirmed 76 adoption ideas, merged into a
|
|
81
|
+
30-item backlog. This release ships the six highest value-per-effort items — everything
|
|
82
|
+
re-derived as stack-agnostic prose/data per the reuse-first discipline; nothing vendored.
|
|
83
|
+
|
|
84
|
+
### Added
|
|
85
|
+
|
|
86
|
+
- **Agent-config supply-chain vetting canon** (`dependency-verification` skill). Third-party
|
|
87
|
+
skills/agents/MCP entries/hooks are dependencies whose payload is *instructions executed with
|
|
88
|
+
your agent's privileges*. New canonical intake: threat taxonomy, provenance pinning to
|
|
89
|
+
repo + SHA, structural read, ONE deterministic hidden-content grep (zero-width · bidi ·
|
|
90
|
+
Unicode Tags · instruction-keyword HTML comments · data-URIs · long base64), the
|
|
91
|
+
credential-ownership routing test, **never load-to-inspect** (a stdio MCP entry executes on
|
|
92
|
+
config load), and a pre-vendoring license check. Scanner pointers referenced, not bundled
|
|
93
|
+
(snyk-agent-scan, NVIDIA SkillSpector, Invariant mcp-scan). Cross-linked from
|
|
94
|
+
`using-agent-skills` (Skill Rule 5), `security-and-hardening`'s supply-chain reference (two
|
|
95
|
+
new subsections), and `agent-guardrails` §4 + the ASI04 row.
|
|
96
|
+
- **5 new MCP fragments** (17 → **22**), pins verified live: `aws_knowledge` (first-party AWS
|
|
97
|
+
docs, hosted), `aws_api` (awslabs control plane, shipped read-only + mutation-consent, with
|
|
98
|
+
the honesty notes that the flag is an API-classification allowlist and secondary to IAM),
|
|
99
|
+
`skillspector` (NVIDIA skill scanner), `serena` (semantic code navigation), `semble` (local
|
|
100
|
+
codebase index).
|
|
101
|
+
- **Toxic-flow legs taxonomy across the MCP catalog.** Every fragment now carries a
|
|
102
|
+
`# toxic-flow legs:` note naming which of {untrusted-content · private-data · destructive ·
|
|
103
|
+
egress} it introduces; the catalog header documents the RESTRICTIVE-BY-DEFAULT policy and
|
|
104
|
+
`agent-guardrails` §4 gains the joint-coverage rule (untrusted + private + egress ⇒ drop a
|
|
105
|
+
leg or apply the fail-closed sandbox), §3 the restrictive-mode-on-by-default bullet.
|
|
106
|
+
- **Hidden-Unicode scan in `validate --strict` / `doctor`.** Deployed prose (`.claude/**/*.md`
|
|
107
|
+
+ root `CLAUDE.md`) is scanned for invisible-instruction characters, tiered: critical
|
|
108
|
+
(Unicode tags, bidi overrides/isolates, variation selectors 17-256) FAILs strict validation;
|
|
109
|
+
warning (zero-width, bidi marks, mid-file BOM, non-UTF-8) WARNs; NBSP surfaces via a new
|
|
110
|
+
INFO channel. Output capped per tier; the shipped payload is pinned clean by test. 6 new tests.
|
|
111
|
+
- **Cross-reference gardener** (`scripts/check_cross_references.py`, wired into CI warn-only
|
|
112
|
+
with `--strict` available). Extracts every `.claude/{rules,skills,agents}/...` reference from
|
|
113
|
+
shipped prose and checks the target ships in core, a stack overlay, or the org overlay. Its
|
|
114
|
+
first run found and this release fixes two real defects: `sprint` and the FastAPI overlay
|
|
115
|
+
both pointed at `.claude/rules/` paths for content that ships as *skills*
|
|
116
|
+
(`context-engineering`, `deprecation-and-migration`).
|
|
117
|
+
|
|
118
|
+
### Changed
|
|
119
|
+
|
|
120
|
+
- **Orchestrator: independent VALIDATE step.** After each developer lane (parallel FE/BE,
|
|
121
|
+
single-stack, and fast-track alike) the orchestrator now re-runs the project's test +
|
|
122
|
+
build/lint commands itself and compares `git diff --name-only` against the story's declared
|
|
123
|
+
file scope before code review — a structural form of the evidence rule; out-of-scope changes
|
|
124
|
+
are a defect.
|
|
125
|
+
- **`consolidate-learnings`: new Promote step (§6).** 3+ same-domain procedure learnings (or one
|
|
126
|
+
applied 3+ times) graduate into a project-local skill (`.claude/skills/<domain>/`) or
|
|
127
|
+
user-owned rule — upgrade-safe non-kit files — with a pointer left in MEMORY.md and an
|
|
128
|
+
update-vs-create decision tree (fewer rich skills beat many thin ones). `agent-memory`'s
|
|
129
|
+
Procedural row documents the graduation path.
|
|
130
|
+
|
|
131
|
+
### Not adopted (deliberately)
|
|
132
|
+
|
|
133
|
+
- **10 scan items are user-gated, not silently shipped** — each changes surface the owner
|
|
134
|
+
should decide: an `/sdlc` Stop-hook completion guard (enforcement-tier choice), two new hook
|
|
135
|
+
surfaces (warn-context-flood; detect-correction on UserPromptSubmit), a DESIGN.md template +
|
|
136
|
+
a visual-report core skill (both move CI-anchored counts/conventions), a core/stack-skills
|
|
137
|
+
marketplace split (distribution shape), a `.agents/skills` export target, a React performance
|
|
138
|
+
overlay, an org-scope skill-governance rule, and a consolidate-learnings compression pass
|
|
139
|
+
(it would reverse that skill's stated no-information-loss policy).
|
|
140
|
+
- **The remaining 14 implement-now backlog items** are queued for later waves — deferred, not
|
|
141
|
+
dropped.
|
|
142
|
+
- **Vendoring any scanner or example code** from the scanned repos — the kit ships prose/data
|
|
143
|
+
only; scanners stay referenced with their licenses noted.
|
|
144
|
+
|
|
7
145
|
## [0.59.0] — 2026-07-08
|
|
8
146
|
|
|
9
147
|
**The kit gains a deploy-execution skill — the lifecycle's last mile.** Until now the pipeline
|
|
@@ -137,6 +137,7 @@ root are read directly by the plugin **and** bundled into the wheel (mapped to
|
|
|
137
137
|
shellcheck -S warning hooks/scripts/*.sh scripts/*.sh
|
|
138
138
|
python scripts/gen_hooks.py --check # hooks.json + settings.json drift
|
|
139
139
|
python scripts/check_docs_consistency.py # version parity + CHANGELOG heading
|
|
140
|
+
python scripts/check_cross_references.py # rule/skill/agent refs in prose exist (warn-only)
|
|
140
141
|
```
|
|
141
142
|
- **Stack-leakage guard:** `grep -rInE 'fastapi|sqlalchemy|alembic|docker' rules agents skills` — should
|
|
142
143
|
be clean (balanced multi-framework *example* lists are acceptable; a real leak is agnostic logic
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claude-code-kit
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.61.0
|
|
4
4
|
Summary: Cookiecutter-style scaffolder for an autonomous Claude Code SDLC configuration (no app code, no Docker). Asks ordered questions and installs CLAUDE.md + .claude/ (rules, the chosen profile's agents/skills, hooks, artifact templates) + optional .mcp.json; run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop.
|
|
5
5
|
Project-URL: Homepage, https://github.com/ajyadav013/claude-kit
|
|
6
6
|
Project-URL: Repository, https://github.com/ajyadav013/claude-kit
|
|
@@ -149,7 +149,7 @@ claude-kit init --defaults # non-interactive: React + Python/FastAPI + Post
|
|
|
149
149
|
| 📐 **Rules & skills** | **25** stack-agnostic core rules + **105** context-activated skills (57 core + 48 stack-collection), pulled into context on demand |
|
|
150
150
|
| 🧱 **Stacks & overlays** | A stack-agnostic core + **13** overlay rule files (React · FastAPI · Go · Postgres · Mongo) wired to your exact commands and path-scoped to load only when you touch matching files |
|
|
151
151
|
| 🛠️ **Hooks & guards** | **18** event hooks — deterministic safety guards and advisory warnings — that no-op gracefully without `jq` |
|
|
152
|
-
| 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **
|
|
152
|
+
| 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **22** ready MCP fragments (version-pinned), edit-preserving `upgrade`, and a root `AGENTS.md` at init so non-Claude agents share the same standards |
|
|
153
153
|
|
|
154
154
|
Profiles (`lean` · `standard` · `enterprise`), team scopes, autonomy levels, and org capability
|
|
155
155
|
packs decide how much of this actually installs — see
|
|
@@ -116,7 +116,7 @@ claude-kit init --defaults # non-interactive: React + Python/FastAPI + Post
|
|
|
116
116
|
| 📐 **Rules & skills** | **25** stack-agnostic core rules + **105** context-activated skills (57 core + 48 stack-collection), pulled into context on demand |
|
|
117
117
|
| 🧱 **Stacks & overlays** | A stack-agnostic core + **13** overlay rule files (React · FastAPI · Go · Postgres · Mongo) wired to your exact commands and path-scoped to load only when you touch matching files |
|
|
118
118
|
| 🛠️ **Hooks & guards** | **18** event hooks — deterministic safety guards and advisory warnings — that no-op gracefully without `jq` |
|
|
119
|
-
| 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **
|
|
119
|
+
| 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **22** ready MCP fragments (version-pinned), edit-preserving `upgrade`, and a root `AGENTS.md` at init so non-Claude agents share the same standards |
|
|
120
120
|
|
|
121
121
|
Profiles (`lean` · `standard` · `enterprise`), team scopes, autonomy levels, and org capability
|
|
122
122
|
packs decide how much of this actually installs — see
|
|
@@ -108,6 +108,9 @@ Human PRD
|
|
|
108
108
|
│ [4a-FE] Developer (FE mode) [4a-BE] Developer (BE) │
|
|
109
109
|
│ implements in worktree A implements in worktree B│
|
|
110
110
|
│ │
|
|
111
|
+
│ [4v-FE] Orchestrator VALIDATE [4v-BE] Orchestrator │
|
|
112
|
+
│ re-runs checks + scope diff VALIDATE (same) │
|
|
113
|
+
│ │
|
|
111
114
|
│ [4b-FE] SDLC Code Reviewer [4b-BE] SDLC Code │
|
|
112
115
|
│ reviews frontend code Reviewer reviews │
|
|
113
116
|
│ ↕ fix loop (max 5) backend code │
|
|
@@ -166,7 +169,7 @@ Done
|
|
|
166
169
|
Spec-Doc Writer → [UI Designer if UI]
|
|
167
170
|
→ Senior Dev → Technical Architect → EM
|
|
168
171
|
→ Story Planner (coverage gate)
|
|
169
|
-
→ Developer → SDLC Code Reviewer → Unit Tests
|
|
172
|
+
→ Developer → orchestrator VALIDATE (re-run checks + scope diff) → SDLC Code Reviewer → Unit Tests
|
|
170
173
|
→ Tester (full) → Senior Tester (full)
|
|
171
174
|
→ PR Raiser
|
|
172
175
|
```
|
|
@@ -174,7 +177,7 @@ No fork/join needed. No merge reviewer needed. Single tester + single senior tes
|
|
|
174
177
|
|
|
175
178
|
### Fast-Track (Mode D) — bug fixes, small changes (< 5 files)
|
|
176
179
|
```
|
|
177
|
-
Developer → SDLC Code Reviewer → Tester (full) → PR Raiser
|
|
180
|
+
Developer → orchestrator VALIDATE → SDLC Code Reviewer → Tester (full) → PR Raiser
|
|
178
181
|
```
|
|
179
182
|
Skips: spec, design, senior dev review, tech architect, EM, merge reviewer, senior tester.
|
|
180
183
|
Use when: bug fix, typo, single-component change, config update, docs-only change.
|
|
@@ -193,7 +196,7 @@ Parallel pipeline — fork into backend and frontend lanes after spec/design are
|
|
|
193
196
|
If the PRD contains **multiple independent features**, decompose into separate pipelines that run in parallel, each following Mode A or B. Join all at PR stage.
|
|
194
197
|
|
|
195
198
|
### Mode D: Fast-Track (bug fixes, small changes)
|
|
196
|
-
Minimal pipeline for changes touching < 5 files or bug fixes. Skips spec, design, review chain. Goes straight to: Developer → Code Reviewer → Tester → PR Raiser.
|
|
199
|
+
Minimal pipeline for changes touching < 5 files or bug fixes. Skips spec, design, review chain. Goes straight to: Developer → orchestrator VALIDATE → Code Reviewer → Tester → PR Raiser.
|
|
197
200
|
|
|
198
201
|
### Mode E: Program / Wave Mode (migrations, repo-wide refactors, irreversible steps)
|
|
199
202
|
For **program-scale** work — many files across multiple subsystems (> ~20 files or > 2 independent
|
|
@@ -343,6 +346,15 @@ code is written.
|
|
|
343
346
|
- **Spawn**: `developer` in **frontend mode** with `isolation: "worktree"`.
|
|
344
347
|
- **Input**: Approved spec + design spec.
|
|
345
348
|
|
|
349
|
+
**[4v-FE] Independent VALIDATE (you — not a sub-agent):**
|
|
350
|
+
- When the Developer reports done, do **not** take the self-report at face value. In the lane's
|
|
351
|
+
worktree, re-run the project's test + build/lint commands yourself, and compare
|
|
352
|
+
`git diff --name-only` against the story's declared file scope.
|
|
353
|
+
- A red check is a defect. **Out-of-scope changes are a defect** — route back to the Developer
|
|
354
|
+
with the offending file list. The lane does not reach the Code Reviewer until *your own* run
|
|
355
|
+
is green. (Structural form of the evidence rule: a verdict must be backed by output you
|
|
356
|
+
captured — `.claude/rules/quality-gates.md` §2.5.)
|
|
357
|
+
|
|
346
358
|
**[4b-FE] SDLC Code Reviewer:**
|
|
347
359
|
- **Spawn**: `sdlc-code-reviewer` for the frontend diff.
|
|
348
360
|
- **Feedback loop**: Code Reviewer ↔ Developer. Max **5 iterations**.
|
|
@@ -361,6 +373,11 @@ code is written.
|
|
|
361
373
|
- **Spawn**: `developer` in **backend mode** with `isolation: "worktree"`.
|
|
362
374
|
- **Input**: Approved backend spec.
|
|
363
375
|
|
|
376
|
+
**[4v-BE] Independent VALIDATE (you — not a sub-agent):** same contract as [4v-FE] — re-run the
|
|
377
|
+
backend test + lint commands yourself in the lane's worktree, diff `git diff --name-only` against
|
|
378
|
+
the story's file scope; red checks and out-of-scope files are defects that return to the
|
|
379
|
+
Developer before any reviewer spawns.
|
|
380
|
+
|
|
364
381
|
**[4b-BE] SDLC Code Reviewer:**
|
|
365
382
|
- **Spawn**: `sdlc-code-reviewer` for the backend diff.
|
|
366
383
|
- **Feedback loop**: Code Reviewer ↔ Developer. Max **5 iterations**.
|
|
@@ -8,12 +8,19 @@
|
|
|
8
8
|
# rather than a moving `@latest`, so an install is reproducible and a fresh upstream release can't
|
|
9
9
|
# silently change what runs. Bump these deliberately (and review the changelog) — do not switch back
|
|
10
10
|
# to `@latest`. See SECURITY.md and the README "MCP integrations" note.
|
|
11
|
+
#
|
|
12
|
+
# RESTRICTIVE-BY-DEFAULT: where a server supports a restrictive mode, its fragment ships in that mode
|
|
13
|
+
# (read-only flags on, mutation consent on) — loosen deliberately, never by default. Every entry
|
|
14
|
+
# carries a `toxic-flow legs:` note naming which of {untrusted-content · private-data · destructive ·
|
|
15
|
+
# egress} it introduces; when your enabled servers JOINTLY cover untrusted content + private data +
|
|
16
|
+
# egress, the fail-closed sandbox policy applies (`.claude/rules/agent-guardrails.md` §4).
|
|
11
17
|
|
|
12
18
|
version: 1
|
|
13
19
|
|
|
14
20
|
servers:
|
|
15
21
|
github:
|
|
16
22
|
label: "GitHub (issues, PRs, repos)"
|
|
23
|
+
# toxic-flow legs: untrusted-content (issue/PR text from strangers) · private-data (private repos) · destructive (writes) · egress (API)
|
|
17
24
|
# NOTE: the official @modelcontextprotocol/server-github npm package is archived/deprecated upstream
|
|
18
25
|
# (GitHub now ships a Go `github-mcp-server`). Pinned to its last published version for a stable
|
|
19
26
|
# install; switch to the maintained server in a future kit release if you need newer features.
|
|
@@ -25,11 +32,13 @@ servers:
|
|
|
25
32
|
GITHUB_PERSONAL_ACCESS_TOKEN: "${GITHUB_PERSONAL_ACCESS_TOKEN}"
|
|
26
33
|
linear:
|
|
27
34
|
label: "Linear (issues)"
|
|
35
|
+
# toxic-flow legs: untrusted-content (ticket text) · private-data · destructive (edits issues) · egress (hosted)
|
|
28
36
|
config:
|
|
29
37
|
type: http
|
|
30
38
|
url: "https://mcp.linear.app/mcp"
|
|
31
39
|
jira:
|
|
32
40
|
label: "Jira (issues)"
|
|
41
|
+
# toxic-flow legs: untrusted-content (ticket text) · private-data · destructive (edits issues) · egress (API)
|
|
33
42
|
config:
|
|
34
43
|
type: stdio
|
|
35
44
|
command: npx
|
|
@@ -39,6 +48,7 @@ servers:
|
|
|
39
48
|
JIRA_API_TOKEN: "${JIRA_API_TOKEN}"
|
|
40
49
|
postgres:
|
|
41
50
|
label: "PostgreSQL (query the database)"
|
|
51
|
+
# toxic-flow legs: private-data (DB rows) · untrusted-content (user-generated rows); read-only server — no destructive leg
|
|
42
52
|
# NOTE: @modelcontextprotocol/server-postgres is archived/deprecated upstream; pinned to its last
|
|
43
53
|
# published version for a stable install. Consider a maintained Postgres MCP server going forward.
|
|
44
54
|
config:
|
|
@@ -48,6 +58,7 @@ servers:
|
|
|
48
58
|
["-y", "@modelcontextprotocol/server-postgres@0.6.2", "${DATABASE_URL}"]
|
|
49
59
|
mongodb:
|
|
50
60
|
label: "MongoDB (query the database)"
|
|
61
|
+
# toxic-flow legs: private-data (DB contents) · untrusted-content (stored docs) · destructive (supports writes)
|
|
51
62
|
config:
|
|
52
63
|
type: stdio
|
|
53
64
|
command: npx
|
|
@@ -56,12 +67,14 @@ servers:
|
|
|
56
67
|
MDB_MCP_CONNECTION_STRING: "${MONGODB_URI}"
|
|
57
68
|
playwright:
|
|
58
69
|
label: "Playwright (browser automation / E2E)"
|
|
70
|
+
# toxic-flow legs: untrusted-content (ANY web page) · destructive (clicks/submits) · egress (arbitrary sites) — the widest combination in this catalog
|
|
59
71
|
config:
|
|
60
72
|
type: stdio
|
|
61
73
|
command: npx
|
|
62
74
|
args: ["-y", "@playwright/mcp@0.0.77"]
|
|
63
75
|
docs:
|
|
64
76
|
label: "Docs / Context7 (live library docs)"
|
|
77
|
+
# toxic-flow legs: untrusted-content (fetched pages) · egress (hosted endpoint)
|
|
65
78
|
config:
|
|
66
79
|
type: http
|
|
67
80
|
url: "https://mcp.context7.com/mcp"
|
|
@@ -73,6 +86,7 @@ servers:
|
|
|
73
86
|
# `dependency-verification` and `library-review` skills for where this sits in the dependency lifecycle.
|
|
74
87
|
ms_learn:
|
|
75
88
|
label: "Microsoft Learn Docs (official learn.microsoft.com docs search/fetch)"
|
|
89
|
+
# toxic-flow legs: egress (hosted) · untrusted-content (low — official docs)
|
|
76
90
|
# First-party Microsoft-hosted MCP (github.com/MicrosoftDocs/mcp) exposing fresh official docs
|
|
77
91
|
# (microsoft_docs_search / _fetch / code-sample search) over a hosted HTTP endpoint — no auth, no
|
|
78
92
|
# credentials generated. Complements the Context7 `docs` entry (general libraries) with
|
|
@@ -81,8 +95,18 @@ servers:
|
|
|
81
95
|
config:
|
|
82
96
|
type: http
|
|
83
97
|
url: "https://learn.microsoft.com/api/mcp"
|
|
98
|
+
aws_knowledge:
|
|
99
|
+
label: "AWS Knowledge (official AWS docs, API refs, Well-Architected — search/fetch)"
|
|
100
|
+
# First-party AWS-hosted MCP (github.com/awslabs/mcp) — the AWS counterpart to `ms_learn` above:
|
|
101
|
+
# fresh official docs over a hosted HTTP endpoint, no auth, no credentials generated.
|
|
102
|
+
# toxic-flow legs: egress (hosted endpoint) · untrusted-content (low — official docs).
|
|
103
|
+
# Snapshot 2026-07-15.
|
|
104
|
+
config:
|
|
105
|
+
type: http
|
|
106
|
+
url: "https://knowledge-mcp.global.api.aws"
|
|
84
107
|
azure:
|
|
85
108
|
label: "Azure (cloud resource management — 200+ tools across Azure services)"
|
|
109
|
+
# toxic-flow legs: private-data (cloud resources) · destructive (200+ management tools) · egress
|
|
86
110
|
# First-party Azure MCP Server (github.com/microsoft/mcp, @azure/mcp, MIT). Authenticates via
|
|
87
111
|
# DefaultAzureCredential — run `az login` first; no token is stored in this config. Pinned to an
|
|
88
112
|
# exact version (the package's current `latest` is a 3.0 beta — review the changelog before bumping;
|
|
@@ -91,8 +115,27 @@ servers:
|
|
|
91
115
|
type: stdio
|
|
92
116
|
command: npx
|
|
93
117
|
args: ["-y", "@azure/mcp@3.0.0-beta.23", "server", "start"]
|
|
118
|
+
aws_api:
|
|
119
|
+
label: "AWS API (control-plane access across AWS services; read-only by default)"
|
|
120
|
+
# First-party awslabs server (github.com/awslabs/mcp, Apache-2.0) — the AWS counterpart to the
|
|
121
|
+
# `azure` entry above. Ships in its most-restrictive mode: READ_OPERATIONS_ONLY=true is an
|
|
122
|
+
# API-classification allowlist (NOT a filesystem guarantee) and REQUIRE_MUTATION_CONSENT=true
|
|
123
|
+
# gates every mutating call — and BOTH are secondary to your real IAM grants, which remain the
|
|
124
|
+
# actual authorization boundary. Loosen deliberately, never by default. HONESTY NOTE: awslabs is
|
|
125
|
+
# consolidating standalone servers into its AWS Agent Toolkit; this package still ships and is
|
|
126
|
+
# pinned exactly — revisit at the next MCP freshness pass. Auth rides your AWS CLI credential
|
|
127
|
+
# chain (`aws configure` / SSO); no credentials generated here. Snapshot 2026-07-15.
|
|
128
|
+
# toxic-flow legs: private-data (cloud resources) · destructive (mutations, consent-gated) · egress.
|
|
129
|
+
config:
|
|
130
|
+
type: stdio
|
|
131
|
+
command: uvx
|
|
132
|
+
args: ["awslabs.aws-api-mcp-server==1.3.46"]
|
|
133
|
+
env:
|
|
134
|
+
READ_OPERATIONS_ONLY: "true"
|
|
135
|
+
REQUIRE_MUTATION_CONSENT: "true"
|
|
94
136
|
azure_devops:
|
|
95
137
|
label: "Azure DevOps (work items, repos, pipelines, wikis, test plans)"
|
|
138
|
+
# toxic-flow legs: untrusted-content (work-item text) · private-data · destructive (writes) · egress
|
|
96
139
|
# First-party Azure DevOps MCP Server (github.com/microsoft/azure-devops-mcp, @azure-devops/mcp,
|
|
97
140
|
# MIT) — the Azure-DevOps counterpart to the github/jira/linear issue trackers above. The first arg
|
|
98
141
|
# is your ADO organization name; authenticates via the Azure CLI (`az login`). Snapshot 2026-06-28.
|
|
@@ -108,10 +151,25 @@ servers:
|
|
|
108
151
|
# or Homebrew/Nix/Docker/Windows per the repo's installation guide), then it runs over stdio.
|
|
109
152
|
wassette:
|
|
110
153
|
label: "Wassette (WASM-sandboxed tool execution; needs the `wassette` binary installed)"
|
|
154
|
+
# toxic-flow legs: untrusted-content (third-party WASM tools) — destructive/egress bounded per-component by the sandbox policy
|
|
111
155
|
config:
|
|
112
156
|
type: stdio
|
|
113
157
|
command: wassette
|
|
114
158
|
args: ["run"]
|
|
159
|
+
# SkillSpector (github.com/NVIDIA/SkillSpector) — static skill/agent-config scanner: 68
|
|
160
|
+
# vulnerability patterns across 17 categories (prompt injection, data exfiltration, tool
|
|
161
|
+
# poisoning, MCP least-privilege, memory poisoning, ...). The optional scan backend for the
|
|
162
|
+
# third-party vetting canon in the `dependency-verification` skill. NOT an npx/PyPI package —
|
|
163
|
+
# install from git first (`uv tool install 'skillspector[mcp] @
|
|
164
|
+
# git+https://github.com/NVIDIA/skillspector.git'`), then it runs over stdio. Referenced only,
|
|
165
|
+
# never bundled (the wassette precedent). Snapshot 2026-07-15.
|
|
166
|
+
# toxic-flow legs: untrusted-content (the artifact under scan is hostile by assumption); local-only.
|
|
167
|
+
skillspector:
|
|
168
|
+
label: "SkillSpector skill/plugin scanner (needs `uv tool install` from git)"
|
|
169
|
+
config:
|
|
170
|
+
type: stdio
|
|
171
|
+
command: skillspector
|
|
172
|
+
args: ["mcp"]
|
|
115
173
|
# Sentry (github.com/getsentry/sentry-mcp) — official, vendor-maintained MCP for production error
|
|
116
174
|
# monitoring / issue triage: top unresolved issues, stacktraces, performance & trace data, and Seer
|
|
117
175
|
# root-cause analysis. Fills the error-monitoring gap the `incident-responder` + `observability-engineer`
|
|
@@ -124,6 +182,7 @@ servers:
|
|
|
124
182
|
# command: npx, args: ["-y", "@sentry/mcp-server@0.36.0"], env: SENTRY_ACCESS_TOKEN: "${SENTRY_ACCESS_TOKEN}".
|
|
125
183
|
sentry:
|
|
126
184
|
label: "Sentry (error monitoring / issue triage; source-available FSL-1.1)"
|
|
185
|
+
# toxic-flow legs: private-data (stacktraces can carry PII) · untrusted-content (error payloads) · egress (hosted)
|
|
127
186
|
config:
|
|
128
187
|
type: http
|
|
129
188
|
url: "https://mcp.sentry.dev/mcp"
|
|
@@ -134,10 +193,36 @@ servers:
|
|
|
134
193
|
# first use. Point it at the repo via the env var below (e.g. `export REPOWISE_PROJECT_ROOT=$(pwd)`).
|
|
135
194
|
repowise:
|
|
136
195
|
label: "Repowise codebase intelligence (AGPL-3.0; needs `pip install repowise` + `repowise init`)"
|
|
196
|
+
# toxic-flow legs: private-data (whole-codebase index); local-only — no egress leg
|
|
137
197
|
config:
|
|
138
198
|
type: stdio
|
|
139
199
|
command: repowise
|
|
140
200
|
args: ["mcp", "${REPOWISE_PROJECT_ROOT}", "--transport", "stdio"]
|
|
201
|
+
# Serena (github.com/oraios/serena, MIT) — free, local, LSP-backed semantic code toolkit:
|
|
202
|
+
# symbol-level find/reference/edit tools that give precise retrieval instead of whole-file reads.
|
|
203
|
+
# Install via uv first: `uv tool install serena-agent==1.5.3` (pinned; snapshot 2026-07-15). Two
|
|
204
|
+
# notes from its docs: raise the MCP client timeout (e.g. MCP_TIMEOUT=60000) — first launch
|
|
205
|
+
# downloads language servers; and in the `claude-code` context Serena auto-disables its own
|
|
206
|
+
# file/shell tools (Claude Code's are better there) — it contributes the symbolic layer only.
|
|
207
|
+
# toxic-flow legs: private-data (whole-codebase symbol index); local-only — no egress leg.
|
|
208
|
+
serena:
|
|
209
|
+
label: "Serena semantic code toolkit (LSP symbols; needs `uv tool install serena-agent`)"
|
|
210
|
+
config:
|
|
211
|
+
type: stdio
|
|
212
|
+
command: serena
|
|
213
|
+
args: ["start-mcp-server", "--context", "claude-code"]
|
|
214
|
+
semble:
|
|
215
|
+
label: "Semble semantic code search (local embeddings, CPU-only; runs via uvx)"
|
|
216
|
+
# (github.com/MinishLab/semble, MIT) — local semantic code search: natural-language queries
|
|
217
|
+
# return exact snippets at a fraction of grep+read token cost; indexes a repo in ~seconds on
|
|
218
|
+
# CPU, no API keys or external services. The lightweight complement to `repowise` above
|
|
219
|
+
# (repowise = churn/risk analytics; semble = meaning search) and to Serena's symbolic tools.
|
|
220
|
+
# Respects `.sembleignore` for excluding paths from the index. Pinned exactly (snapshot
|
|
221
|
+
# 2026-07-15). toxic-flow legs: private-data (local code index); local-only — no egress leg.
|
|
222
|
+
config:
|
|
223
|
+
type: stdio
|
|
224
|
+
command: uvx
|
|
225
|
+
args: ["--from", "semble[mcp]==0.5.1", "semble"]
|
|
141
226
|
# Google Security Operations cluster (github.com/google/mcp-security, Apache-2.0) — four first-party
|
|
142
227
|
# Google MCP servers covering the SOC/operational-security domain the catalog otherwise has no entry
|
|
143
228
|
# for (Sentry above is error-monitoring, not threat-intel/SIEM/SOAR/CSPM):
|
|
@@ -153,6 +238,7 @@ servers:
|
|
|
153
238
|
# credentials are generated here. Enable only the server(s) whose backend you actually have.
|
|
154
239
|
secops:
|
|
155
240
|
label: "Google SecOps / Chronicle SIEM (paid Chronicle backend + ADC required)"
|
|
241
|
+
# toxic-flow legs: private-data (SIEM events) · untrusted-content (attacker-controlled log data) · egress
|
|
156
242
|
config:
|
|
157
243
|
type: stdio
|
|
158
244
|
command: uvx
|
|
@@ -163,6 +249,7 @@ servers:
|
|
|
163
249
|
CHRONICLE_REGION: "${CHRONICLE_REGION}"
|
|
164
250
|
gti:
|
|
165
251
|
label: "Google Threat Intelligence / VirusTotal (needs VT_APIKEY)"
|
|
252
|
+
# toxic-flow legs: egress (lookups can reveal your indicators/incident) · private-data (query context)
|
|
166
253
|
config:
|
|
167
254
|
type: stdio
|
|
168
255
|
command: uvx
|
|
@@ -171,12 +258,14 @@ servers:
|
|
|
171
258
|
VT_APIKEY: "${VT_APIKEY}"
|
|
172
259
|
scc:
|
|
173
260
|
label: "Security Command Center — cloud security posture (ADC required)"
|
|
261
|
+
# toxic-flow legs: private-data (security posture & findings) · egress
|
|
174
262
|
config:
|
|
175
263
|
type: stdio
|
|
176
264
|
command: uvx
|
|
177
265
|
args: ["--from", "scc-mcp==0.1.0", "scc_mcp"]
|
|
178
266
|
secops_soar:
|
|
179
267
|
label: "Google SecOps SOAR / Siemplify (paid SOAR backend; needs SOAR_URL + SOAR_APP_KEY)"
|
|
268
|
+
# toxic-flow legs: private-data · destructive (response actions / playbooks) · egress
|
|
180
269
|
config:
|
|
181
270
|
type: stdio
|
|
182
271
|
command: uvx
|
|
@@ -17,9 +17,19 @@ command -v claude-kit >/dev/null 2>&1 && echo "CKIT_CLI=claude-kit" \
|
|
|
17
17
|
|| echo "CKIT_CLI_MISSING"; }; }
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
**If the output is `CKIT_CLI_MISSING`,
|
|
21
|
-
under any of its names.
|
|
22
|
-
|
|
20
|
+
**If the output is `CKIT_CLI_MISSING`, offer to install it — never scaffold without it.** The CLI
|
|
21
|
+
is not installed under any of its names. When an installer is available on PATH (`pipx`, else
|
|
22
|
+
`pip`/`pip3`), ask ONE AskUserQuestion with the install option first:
|
|
23
|
+
|
|
24
|
+
- **"Install claude-code-kit now (Recommended)"** — on accept, run `pipx install claude-code-kit`
|
|
25
|
+
(fall back to `pip install claude-code-kit` when pipx is absent), then **re-run the detection
|
|
26
|
+
block above** and proceed only if a CLI name now resolves.
|
|
27
|
+
- **"Skip"** — or if the install fails, or no installer is on PATH: STOP — do not scaffold
|
|
28
|
+
anything. Tell the user the CLI is required, show both install commands below, and have them
|
|
29
|
+
re-run `/claude-kit:init`. Do not silently fall back to a partial install.
|
|
30
|
+
|
|
31
|
+
Never ask when the CLI is already present, and never ask when no installer exists on PATH (nothing
|
|
32
|
+
to offer — go straight to the stop-with-instructions):
|
|
23
33
|
|
|
24
34
|
- Recommended: `pipx install claude-code-kit`
|
|
25
35
|
- Or: `pip install claude-code-kit`
|
|
@@ -48,6 +48,50 @@ class Y, Z% of the time."
|
|
|
48
48
|
> The pipeline costs more per task by design (more agents, more gates). The question this harness
|
|
49
49
|
> answers is whether the **defects caught** (and their severity) justify that delta **for your task mix**.
|
|
50
50
|
|
|
51
|
+
## Skill-activation eval (the routing layer)
|
|
52
|
+
|
|
53
|
+
The arms above grade what happens *after* a skill or rule fires. A separate failure mode sits in
|
|
54
|
+
front of both: does the skill **activate when it should — and stay quiet when it shouldn't**?
|
|
55
|
+
Neither arm measures routing; add it as its own small suite.
|
|
56
|
+
|
|
57
|
+
- **Trigger F1.** Build two prompt lists per skill: *should-activate* (phrasings a real user would
|
|
58
|
+
use) and *should-not-activate* (near-misses from neighboring domains). Run both, score activation
|
|
59
|
+
as binary, report **precision / recall / F1**. A skill with great content and 40% recall is a
|
|
60
|
+
great document nobody reads; one that fires on near-misses taxes every unrelated task.
|
|
61
|
+
- **Monte Carlo certification for any number you publish.** Activation is stochastic — run each list
|
|
62
|
+
repeatedly and report the **Wilson confidence interval** on the activation rate, a
|
|
63
|
+
**Clopper-Pearson bound** on the should-activate failure rate (the conservative "at worst" claim),
|
|
64
|
+
and a **bootstrap consistency** check across resamples. "Activates 19/20, 95% CI [86%, 99%]" is a
|
|
65
|
+
claim; "it seems to trigger" is not.
|
|
66
|
+
|
|
67
|
+
## Falsifiability discipline (before you trust any delta)
|
|
68
|
+
|
|
69
|
+
- **The falsifiability gate.** Every assertion must **fail in the baseline arm** at least sometimes —
|
|
70
|
+
an assertion that passes in both arms measures the model, not the pipeline, and supports no claim.
|
|
71
|
+
Drop it or sharpen it.
|
|
72
|
+
- **Quadrant-classify each row before averaging anything:** **Signal** (fails A, passes B — the
|
|
73
|
+
pipeline earned it) · **Baseline** (passes both — too easy, doesn't count) · **Unreachable**
|
|
74
|
+
(fails both — can't discriminate at this model tier) · **Regression** (passes A, fails B — the
|
|
75
|
+
pipeline *hurt*; investigate before shipping). Only Signal rows support a value claim; every
|
|
76
|
+
Regression row is a finding in its own right.
|
|
77
|
+
- **Label delta bands.** Report deltas with a qualitative band (noise / weak / strong at your N)
|
|
78
|
+
rather than celebrating a 3% move the confidence interval can't distinguish from zero.
|
|
79
|
+
- **Path-scoped isolation caveat.** If a rule/overlay is path-scoped (loads only when matching files
|
|
80
|
+
are touched), confirm both arms actually touch those paths — otherwise the comparison silently
|
|
81
|
+
measures *activation*, not content.
|
|
82
|
+
|
|
83
|
+
## Fixed-overhead accounting
|
|
84
|
+
|
|
85
|
+
Always-injected prose is a **flat tax on every turn**, paid whether or not the content helps that
|
|
86
|
+
turn (measure your own install — see `docs/rules-context-budget.md`; even a single always-on rule
|
|
87
|
+
file costs on the order of 1–1.5k tokens per turn, and a full rule set far more). So the eval
|
|
88
|
+
question is not "does the pipeline help" but "does the help **beat the tax** for your task mix":
|
|
89
|
+
|
|
90
|
+
- Put the per-turn injected overhead in the Cost table, not only per-task totals.
|
|
91
|
+
- The only honest end-to-end number is a **billing A/B** — the same task mix with and without,
|
|
92
|
+
compared on what you were actually charged. Token figures extrapolated from a single run are
|
|
93
|
+
estimates: label them **est.**
|
|
94
|
+
|
|
51
95
|
## Honesty rules
|
|
52
96
|
|
|
53
97
|
- **Never publish numbers you did not run.** A "90%" from one run and from twenty runs are not the same
|
|
@@ -68,10 +68,64 @@ Before submitting, **re-check the live documentation** at the URLs below. Plugin
|
|
|
68
68
|
- Plugin marketplaces: [code.claude.com/docs/en/plugin-marketplaces](https://code.claude.com/docs/en/plugin-marketplaces)
|
|
69
69
|
- Plugin reference: [code.claude.com/docs/en/plugins-reference](https://code.claude.com/docs/en/plugins-reference)
|
|
70
70
|
|
|
71
|
+
## Directory Review Self-Audit
|
|
72
|
+
|
|
73
|
+
Directory reviewers apply pass/fail criteria a submitter can run against themselves first. Three
|
|
74
|
+
that decide outcomes:
|
|
75
|
+
|
|
76
|
+
1. **Description-matches-behavior (the surprise test).** For every hook, command, and skill: would
|
|
77
|
+
a user who read only its description be *surprised* by anything it actually does? Any surprise
|
|
78
|
+
is a fix-before-submitting.
|
|
79
|
+
2. **Undisclosed outbound calls = automatic fail.** Every network touch (direct or via a spawned
|
|
80
|
+
tool) must be disclosed in the component's description *and* have an opt-out.
|
|
81
|
+
3. **The whole shipped payload is in scope — including directories the plugin doesn't load.**
|
|
82
|
+
A git-source install clones everything (`scripts/`, `templates/`, `catalog/`, `examples/`), so
|
|
83
|
+
the audit covers the full tree, not just auto-discovered components.
|
|
84
|
+
|
|
85
|
+
### First-party hook audit (run against this kit's own registry)
|
|
86
|
+
|
|
87
|
+
All hooks in the shipped registry, in the reviewer's format — `EVENT:hook — gated|advisory —
|
|
88
|
+
network`. **gated** = can block the action (exit 2 / deny); **advisory** = warn-or-context only,
|
|
89
|
+
always exits 0. Every script degrades to a no-op without `jq`. Regenerate this table when the
|
|
90
|
+
registry changes (`src/claude_kit/hooks.py` is the source of truth; `gen_hooks.py --check` pins the
|
|
91
|
+
generated configs).
|
|
92
|
+
|
|
93
|
+
| Hook | Event | Mode | Network | In plugin hooks.json |
|
|
94
|
+
|------|-------|------|---------|----------------------|
|
|
95
|
+
| load-continuity | SessionStart | advisory | no | yes |
|
|
96
|
+
| load-learnings | SessionStart | advisory | no | yes |
|
|
97
|
+
| load-autonomy | SessionStart | advisory | no | yes |
|
|
98
|
+
| capture-learnings-catchup | SessionStart | advisory | **indirect** — spawns a background `claude` job (model API); disclosed, opt-out `CLAUDE_KIT_NO_AUTOCAPTURE=1` | yes |
|
|
99
|
+
| guard-rm-rf | PreToolUse | **gated** (inline) | no | yes |
|
|
100
|
+
| guard-push-main | PreToolUse | **gated** | no | yes |
|
|
101
|
+
| guard-destructive-git | PreToolUse | **gated** | no | yes |
|
|
102
|
+
| protect-secrets | PreToolUse | **gated** (inline) | no | yes |
|
|
103
|
+
| guard-commit-secrets | PreToolUse | **gated** | no | yes |
|
|
104
|
+
| validate-settings | PreToolUse | **gated** | no | yes |
|
|
105
|
+
| warn-shared-modules | PreToolUse | advisory | no | yes |
|
|
106
|
+
| warn-llm-io | PreToolUse | advisory | no | yes |
|
|
107
|
+
| warn-sensitive-files | PreToolUse | advisory | no | yes |
|
|
108
|
+
| warn-large-edits | PreToolUse | advisory | no | starter only |
|
|
109
|
+
| validate-frontmatter | PreToolUse | advisory | no | starter only |
|
|
110
|
+
| warn-missing-tests | PostToolUse | advisory | no | starter only |
|
|
111
|
+
| audit-log | PostToolUse | advisory | no | starter only |
|
|
112
|
+
| lint-fix | Stop | advisory (runs the project's linter) | no | yes |
|
|
113
|
+
| type-check | Stop | advisory (runs the project's type-checker) | no | yes |
|
|
114
|
+
| capture-learnings-stop | Stop | advisory | indirect — same `claude` job + opt-out as above | starter only |
|
|
115
|
+
| capture-learnings | SessionEnd | advisory | indirect — same `claude` job + opt-out as above | yes |
|
|
116
|
+
|
|
117
|
+
**Audit result:** 21 registry hooks (16 ride the plugin's `hooks.json`; the rest install via the
|
|
118
|
+
scaffolded starter `settings.json`). One behavior family touches the network, *indirectly*, via a
|
|
119
|
+
spawned `claude` background job (learning capture) — disclosed in the init interview, surfaced by
|
|
120
|
+
`doctor`, and opt-out via `CLAUDE_KIT_NO_AUTOCAPTURE=1`. No hook makes a direct outbound call. All
|
|
121
|
+
gated hooks are deterministic string/path guards with no data egress. This passes criteria 1–3
|
|
122
|
+
above as of the audit date; re-run after any hook change.
|
|
123
|
+
|
|
71
124
|
## Owner Submission Checklist
|
|
72
125
|
|
|
73
126
|
- [ ] Run `claude plugin validate .` and `claude plugin validate . --strict`
|
|
74
127
|
- [ ] Fix any validation errors (warnings are optional)
|
|
128
|
+
- [ ] Re-run the Directory Review Self-Audit above (hook table current, no undisclosed network, no description surprises)
|
|
75
129
|
- [ ] Verify the live submission form and documentation links above
|
|
76
130
|
- [ ] Consider the optional manifest hygiene items (not required)
|
|
77
131
|
- [ ] Choose submission path: solo (platform.claude.com) or organization (claude.ai)
|