claude-code-kit 0.55.0__tar.gz → 0.57.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.
Files changed (585) hide show
  1. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/.claude-plugin/marketplace.json +1 -1
  2. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/.claude-plugin/plugin.json +1 -1
  3. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/CHANGELOG.md +79 -0
  4. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/PKG-INFO +58 -1
  5. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/README.md +57 -0
  6. claude_code_kit-0.57.0/docs/RELEASE-POLICY.md +92 -0
  7. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/architecture.md +11 -0
  8. claude_code_kit-0.57.0/docs/cursor-export.md +94 -0
  9. claude_code_kit-0.57.0/docs/launch/awesome-prs.md +118 -0
  10. claude_code_kit-0.57.0/docs/launch/demo-script.md +71 -0
  11. claude_code_kit-0.57.0/docs/launch/directory-submission.md +85 -0
  12. claude_code_kit-0.57.0/docs/launch/github-about.md +45 -0
  13. claude_code_kit-0.57.0/docs/launch/posts.md +129 -0
  14. claude_code_kit-0.57.0/docs/launch/road-to-1.0.md +171 -0
  15. claude_code_kit-0.57.0/docs/launch/seed-issues.md +205 -0
  16. claude_code_kit-0.57.0/docs/skill-audit.md +148 -0
  17. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/pyproject.toml +1 -1
  18. claude_code_kit-0.57.0/scripts/backfill-releases.sh +119 -0
  19. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/__init__.py +1 -1
  20. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/cli.py +106 -1
  21. claude_code_kit-0.57.0/src/claude_kit/export.py +446 -0
  22. claude_code_kit-0.57.0/templates/export/sdlc-workflow-guide.md.tmpl +77 -0
  23. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/.gitignore +0 -0
  24. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/CLAUDE.md +0 -0
  25. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/CONTRIBUTING.md +0 -0
  26. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/LICENSE +0 -0
  27. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/acceptance-reviewer.md +0 -0
  28. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/auditor.md +0 -0
  29. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/dependency-scanner.md +0 -0
  30. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/developer.md +0 -0
  31. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/devils-advocate.md +0 -0
  32. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/devops-engineer.md +0 -0
  33. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/e2e-tester.md +0 -0
  34. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/em-reviewer.md +0 -0
  35. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/incident-responder.md +0 -0
  36. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/merge-reviewer.md +0 -0
  37. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/observability-engineer.md +0 -0
  38. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/orchestrator.md +0 -0
  39. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/owasp-reviewer.md +0 -0
  40. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/policy-validator.md +0 -0
  41. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/pr-raiser.md +0 -0
  42. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/risk-classifier.md +0 -0
  43. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/sdlc-code-reviewer.md +0 -0
  44. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/secret-scanner.md +0 -0
  45. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/security-reviewer.md +0 -0
  46. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/senior-backend-dev.md +0 -0
  47. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/senior-frontend-dev.md +0 -0
  48. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/senior-tester.md +0 -0
  49. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/spec-doc-writer.md +0 -0
  50. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/story-planner.md +0 -0
  51. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/technical-architect.md +0 -0
  52. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/tester.md +0 -0
  53. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/ui-designer.md +0 -0
  54. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/agents/unit-tester.md +0 -0
  55. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/catalog/capture.yaml +0 -0
  56. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/catalog/mcp.yaml +0 -0
  57. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/catalog/org.yaml +0 -0
  58. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/catalog/profiles.yaml +0 -0
  59. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/catalog/stacks.yaml +0 -0
  60. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/commands/abort.md +0 -0
  61. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/commands/init.md +0 -0
  62. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/commands/sdlc.md +0 -0
  63. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/commands/status.md +0 -0
  64. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/KNOWN_LIMITATIONS.md +0 -0
  65. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/agentic-patterns.md +0 -0
  66. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/agents.md +0 -0
  67. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/capture-a-real-run.md +0 -0
  68. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/coverage-audit.md +0 -0
  69. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/eval-harness.md +0 -0
  70. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/org-capabilities.md +0 -0
  71. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/stack-skills/GAP-ANALYSIS.md +0 -0
  72. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/stack-skills/README.md +0 -0
  73. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/docs/stack-skills/REPO-INVENTORY.md +0 -0
  74. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/hooks.json +0 -0
  75. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/audit-log.sh +0 -0
  76. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/capture-learnings.sh +0 -0
  77. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/guard-destructive-git.sh +0 -0
  78. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/guard-kubectl-delete.sh +0 -0
  79. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/guard-push-main.sh +0 -0
  80. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/guard-secrets.sh +0 -0
  81. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/lint-fix.sh +0 -0
  82. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/load-autonomy.sh +0 -0
  83. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/load-continuity.sh +0 -0
  84. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/load-learnings.sh +0 -0
  85. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/type-check.sh +0 -0
  86. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/validate-frontmatter.sh +0 -0
  87. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/validate-settings.sh +0 -0
  88. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/warn-large-edits.sh +0 -0
  89. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/warn-llm-io.sh +0 -0
  90. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/warn-missing-tests.sh +0 -0
  91. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/warn-sensitive-files.sh +0 -0
  92. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/hooks/scripts/warn-shared-modules.sh +0 -0
  93. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/agent-guardrails.md +0 -0
  94. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/agent-memory.md +0 -0
  95. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/agent-resilience.md +0 -0
  96. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/autonomy-levels.md +0 -0
  97. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/code-organization.md +0 -0
  98. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/continuity.md +0 -0
  99. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/design-patterns.md +0 -0
  100. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/devops-observability.md +0 -0
  101. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/documentation.md +0 -0
  102. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/evals.md +0 -0
  103. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/frontend-best-practices.md +0 -0
  104. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/goal-setting-and-monitoring.md +0 -0
  105. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/human-in-the-loop.md +0 -0
  106. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/linting-and-formatting.md +0 -0
  107. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/mandatory-workflow.md +0 -0
  108. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/model-tiers.md +0 -0
  109. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/quality-gates.md +0 -0
  110. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/rarv-cycle.md +0 -0
  111. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/reasoning-techniques.md +0 -0
  112. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/resilience-engineering.md +0 -0
  113. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/responsive-and-accessibility.md +0 -0
  114. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/risk-classification.md +0 -0
  115. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/testing.md +0 -0
  116. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/rules/tool-design.md +0 -0
  117. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/schemas/README.md +0 -0
  118. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/schemas/catalog-capture.schema.json +0 -0
  119. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/schemas/catalog-mcp.schema.json +0 -0
  120. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/schemas/catalog-org.schema.json +0 -0
  121. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/schemas/catalog-profiles.schema.json +0 -0
  122. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/schemas/catalog-stacks.schema.json +0 -0
  123. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/schemas/mcp-lock.schema.json +0 -0
  124. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/schemas/org-pack.schema.json +0 -0
  125. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/schemas/pipeline-snapshot.schema.json +0 -0
  126. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/scripts/capture-sdlc-run.sh +0 -0
  127. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/scripts/check_docs_consistency.py +0 -0
  128. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/scripts/check_mcp_pins.py +0 -0
  129. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/scripts/check_rule_sizes.py +0 -0
  130. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/scripts/check_skill_descriptions.py +0 -0
  131. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/scripts/gen_hooks.py +0 -0
  132. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/scripts/init.sh +0 -0
  133. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/_references/accessibility-checklist.md +0 -0
  134. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/_references/orchestration-patterns.md +0 -0
  135. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/_references/performance-checklist.md +0 -0
  136. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/_references/security-checklist.md +0 -0
  137. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/_references/testing-patterns.md +0 -0
  138. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/accessibility-review/SKILL.md +0 -0
  139. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/alembic-migrations/README.md +0 -0
  140. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/alembic-migrations/SKILL.md +0 -0
  141. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/alembic-migrations/references/alembic-setup-and-env.md +0 -0
  142. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/alembic-migrations/references/async-and-multitenant-migrations.md +0 -0
  143. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/alembic-migrations/references/repo-evidence.md +0 -0
  144. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/alembic-migrations/references/troubleshooting-and-debugging.md +0 -0
  145. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/alembic-migrations/references/writing-migrations.md +0 -0
  146. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/anthropic-vertex-integration/README.md +0 -0
  147. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/anthropic-vertex-integration/SKILL.md +0 -0
  148. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/anthropic-vertex-integration/references/generate-helpers-and-retry.md +0 -0
  149. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/anthropic-vertex-integration/references/repo-evidence.md +0 -0
  150. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/anthropic-vertex-integration/references/vertex-client-and-auth.md +0 -0
  151. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/api-and-interface-design/SKILL.md +0 -0
  152. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/api-integration/SKILL.md +0 -0
  153. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/api-pagination-filtering-sorting/README.md +0 -0
  154. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/api-pagination-filtering-sorting/SKILL.md +0 -0
  155. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/api-pagination-filtering-sorting/references/query-params-conventions.md +0 -0
  156. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/api-pagination-filtering-sorting/references/repo-evidence.md +0 -0
  157. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/api-pagination-filtering-sorting/references/response-metadata.md +0 -0
  158. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/archive-sprint/SKILL.md +0 -0
  159. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/async-python-patterns/README.md +0 -0
  160. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/async-python-patterns/SKILL.md +0 -0
  161. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/async-python-patterns/references/async-boundaries.md +0 -0
  162. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/async-python-patterns/references/lifecycle-and-gather.md +0 -0
  163. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/async-python-patterns/references/repo-evidence.md +0 -0
  164. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/auth-and-rbac/README.md +0 -0
  165. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/auth-and-rbac/SKILL.md +0 -0
  166. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/auth-and-rbac/references/auth-dependencies.md +0 -0
  167. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/auth-and-rbac/references/rbac-and-permissions.md +0 -0
  168. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/auth-and-rbac/references/repo-evidence.md +0 -0
  169. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/auth-and-rbac/references/security-hardening.md +0 -0
  170. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/auth-and-rbac/references/tokens-and-hashing.md +0 -0
  171. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/backend-repo-architecture/README.md +0 -0
  172. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/backend-repo-architecture/SKILL.md +0 -0
  173. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/backend-repo-architecture/references/deployment-patterns.md +0 -0
  174. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/backend-repo-architecture/references/entrypoint-and-config.md +0 -0
  175. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/backend-repo-architecture/references/repo-evidence.md +0 -0
  176. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/backend-repo-architecture/references/structure-patterns.md +0 -0
  177. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/backend-repo-architecture/references/troubleshooting.md +0 -0
  178. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/backlog/SKILL.md +0 -0
  179. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/backlog/item-template.md +0 -0
  180. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/browser-testing-with-devtools/SKILL.md +0 -0
  181. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/bug-hunt/SKILL.md +0 -0
  182. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/ci-cd-and-automation/SKILL.md +0 -0
  183. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/code-review-and-quality/SKILL.md +0 -0
  184. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/code-simplification/SKILL.md +0 -0
  185. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/component-design/SKILL.md +0 -0
  186. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/configargparse-yaml-env-layering/README.md +0 -0
  187. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/configargparse-yaml-env-layering/SKILL.md +0 -0
  188. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/configargparse-yaml-env-layering/references/config-layering-anatomy.md +0 -0
  189. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/configargparse-yaml-env-layering/references/mode-dispatch-and-precedence.md +0 -0
  190. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/configargparse-yaml-env-layering/references/repo-evidence.md +0 -0
  191. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/consolidate-learnings/SKILL.md +0 -0
  192. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/containerization-and-deployment/README.md +0 -0
  193. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/containerization-and-deployment/SKILL.md +0 -0
  194. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/containerization-and-deployment/references/deployment-and-secrets.md +0 -0
  195. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/containerization-and-deployment/references/dockerfile-and-compose.md +0 -0
  196. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/containerization-and-deployment/references/entrypoint-and-modes.md +0 -0
  197. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/containerization-and-deployment/references/kerberos-kinit-bootstrap.md +0 -0
  198. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/containerization-and-deployment/references/makefile-dev-workflow.md +0 -0
  199. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/containerization-and-deployment/references/repo-evidence.md +0 -0
  200. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/context-engineering/SKILL.md +0 -0
  201. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/cron-and-scheduled-jobs/README.md +0 -0
  202. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/cron-and-scheduled-jobs/SKILL.md +0 -0
  203. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/cron-and-scheduled-jobs/references/choosing-and-operations.md +0 -0
  204. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/cron-and-scheduled-jobs/references/kubernetes-cronjob.md +0 -0
  205. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/cron-and-scheduled-jobs/references/repo-evidence.md +0 -0
  206. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/cron-and-scheduled-jobs/references/temporal-schedules.md +0 -0
  207. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/data-engineering-bigquery-gcs/README.md +0 -0
  208. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/data-engineering-bigquery-gcs/SKILL.md +0 -0
  209. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/data-engineering-bigquery-gcs/references/bigquery-advanced-patterns.md +0 -0
  210. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/data-engineering-bigquery-gcs/references/bigquery-gcs-io.md +0 -0
  211. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/data-engineering-bigquery-gcs/references/medallion-architecture.md +0 -0
  212. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/data-engineering-bigquery-gcs/references/repo-evidence.md +0 -0
  213. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/data-engineering-bigquery-gcs/references/temp-table-merge-pattern.md +0 -0
  214. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/debugging-and-error-recovery/SKILL.md +0 -0
  215. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/decision/SKILL.md +0 -0
  216. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/decision/adr-template.md +0 -0
  217. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dependency-verification/SKILL.md +0 -0
  218. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/deprecation-and-migration/SKILL.md +0 -0
  219. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-patterns-and-conventions/README.md +0 -0
  220. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-patterns-and-conventions/SKILL.md +0 -0
  221. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-patterns-and-conventions/references/anti-patterns.md +0 -0
  222. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-patterns-and-conventions/references/naming-and-layout.md +0 -0
  223. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-patterns-and-conventions/references/patterns-catalog.md +0 -0
  224. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-patterns-and-conventions/references/repo-evidence.md +0 -0
  225. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-patterns-and-conventions/references/testing-patterns.md +0 -0
  226. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-patterns-and-conventions/references/troubleshooting.md +0 -0
  227. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-system-ops/README.md +0 -0
  228. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-system-ops/SKILL.md +0 -0
  229. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-system-ops/references/ai-readiness.md +0 -0
  230. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-system-ops/references/drift-detection.md +0 -0
  231. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-system-ops/references/governance-and-adoption.md +0 -0
  232. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-system-ops/references/system-health-and-maturity.md +0 -0
  233. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/design-system-ops/references/token-architecture.md +0 -0
  234. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/doc-consolidation/SKILL.md +0 -0
  235. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-compose/README.md +0 -0
  236. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-compose/SKILL.md +0 -0
  237. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-compose/references/compose-services-and-healthchecks.md +0 -0
  238. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-compose/references/dev-vs-prod-variants.md +0 -0
  239. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-compose/references/repo-evidence.md +0 -0
  240. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-shared/README.md +0 -0
  241. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-shared/SKILL.md +0 -0
  242. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-shared/references/dockerignore-and-build-secrets.md +0 -0
  243. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-shared/references/repo-evidence.md +0 -0
  244. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-shared/references/shared-base-images.md +0 -0
  245. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/docker-shared/references/shared-compose-fragments.md +0 -0
  246. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-backend/README.md +0 -0
  247. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-backend/SKILL.md +0 -0
  248. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-backend/references/backend-dockerfile-anatomy.md +0 -0
  249. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-backend/references/repo-evidence.md +0 -0
  250. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-backend/references/system-deps-and-caching.md +0 -0
  251. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-frontend/README.md +0 -0
  252. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-frontend/SKILL.md +0 -0
  253. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-frontend/references/build-args-and-nginx.md +0 -0
  254. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-frontend/references/frontend-dockerfile-anatomy.md +0 -0
  255. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/dockerfile-frontend/references/repo-evidence.md +0 -0
  256. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/documentation-and-adrs/SKILL.md +0 -0
  257. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/doubt-driven-development/SKILL.md +0 -0
  258. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/edge-to-service-trust-boundary/README.md +0 -0
  259. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/edge-to-service-trust-boundary/SKILL.md +0 -0
  260. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/edge-to-service-trust-boundary/references/repo-evidence.md +0 -0
  261. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/edge-to-service-trust-boundary/references/trust-contract.md +0 -0
  262. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/execute/SKILL.md +0 -0
  263. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/fastapi-service-patterns/README.md +0 -0
  264. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/fastapi-service-patterns/SKILL.md +0 -0
  265. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/fastapi-service-patterns/references/api-versioning.md +0 -0
  266. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/fastapi-service-patterns/references/app-factory-and-lifespan.md +0 -0
  267. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/fastapi-service-patterns/references/custom-route-and-middleware.md +0 -0
  268. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/fastapi-service-patterns/references/dependency-injection.md +0 -0
  269. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/fastapi-service-patterns/references/model-and-serialization-patterns.md +0 -0
  270. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/fastapi-service-patterns/references/repo-evidence.md +0 -0
  271. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/file-export-and-reporting/README.md +0 -0
  272. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/file-export-and-reporting/SKILL.md +0 -0
  273. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/file-export-and-reporting/references/excel-generation.md +0 -0
  274. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/file-export-and-reporting/references/repo-evidence.md +0 -0
  275. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/file-export-and-reporting/references/streaming-and-downloads.md +0 -0
  276. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/frontend-repo-architecture/README.md +0 -0
  277. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/frontend-repo-architecture/SKILL.md +0 -0
  278. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/frontend-repo-architecture/references/api-layer-and-types.md +0 -0
  279. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/frontend-repo-architecture/references/divergences.md +0 -0
  280. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/frontend-repo-architecture/references/repo-evidence.md +0 -0
  281. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/frontend-repo-architecture/references/structure-and-state.md +0 -0
  282. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/frontend-repo-architecture/references/testing-patterns.md +0 -0
  283. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/frontend-ui-engineering/SKILL.md +0 -0
  284. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcp-cloud-run-github-actions/README.md +0 -0
  285. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcp-cloud-run-github-actions/SKILL.md +0 -0
  286. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcp-cloud-run-github-actions/references/cloud-run-deploy.md +0 -0
  287. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcp-cloud-run-github-actions/references/repo-evidence.md +0 -0
  288. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcp-cloud-run-github-actions/references/workflow-structure.md +0 -0
  289. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcs-file-storage-patterns/README.md +0 -0
  290. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcs-file-storage-patterns/SKILL.md +0 -0
  291. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcs-file-storage-patterns/references/client-and-uploads.md +0 -0
  292. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcs-file-storage-patterns/references/repo-evidence.md +0 -0
  293. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/gcs-file-storage-patterns/references/signed-urls-and-reads.md +0 -0
  294. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/git-workflow-and-versioning/SKILL.md +0 -0
  295. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/grafana-dashboards-and-alerts/README.md +0 -0
  296. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/grafana-dashboards-and-alerts/SKILL.md +0 -0
  297. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/grafana-dashboards-and-alerts/references/dashboard-json-and-templating.md +0 -0
  298. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/grafana-dashboards-and-alerts/references/provisioning-and-organization.md +0 -0
  299. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/grafana-dashboards-and-alerts/references/red-metrics-queries.md +0 -0
  300. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/grafana-dashboards-and-alerts/references/repo-evidence.md +0 -0
  301. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/grafana-dashboards-and-alerts/references/unified-alerting.md +0 -0
  302. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/graphql-patterns/README.md +0 -0
  303. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/graphql-patterns/SKILL.md +0 -0
  304. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/graphql-patterns/references/apollo-client-frontend.md +0 -0
  305. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/graphql-patterns/references/apollo-client-setup.md +0 -0
  306. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/graphql-patterns/references/repo-evidence.md +0 -0
  307. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/graphql-patterns/references/strawberry-backend.md +0 -0
  308. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/graphql-patterns/references/when-to-use-graphql.md +0 -0
  309. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/idea-refine/SKILL.md +0 -0
  310. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/idea-refine/examples.md +0 -0
  311. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/idea-refine/frameworks.md +0 -0
  312. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/idea-refine/refinement-criteria.md +0 -0
  313. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/idea-refine/scripts/idea-refine.sh +0 -0
  314. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/incident-postmortem/SKILL.md +0 -0
  315. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/incremental-implementation/SKILL.md +0 -0
  316. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/interview-me/SKILL.md +0 -0
  317. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kafka-config-driven/README.md +0 -0
  318. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kafka-config-driven/SKILL.md +0 -0
  319. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kafka-config-driven/references/config-and-sasl-kerberos.md +0 -0
  320. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kafka-config-driven/references/consumer-producer-patterns.md +0 -0
  321. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kafka-config-driven/references/repo-evidence.md +0 -0
  322. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kafka-config-driven/references/troubleshooting-and-patterns.md +0 -0
  323. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubectl-operations/README.md +0 -0
  324. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubectl-operations/SKILL.md +0 -0
  325. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubectl-operations/references/command-reference.md +0 -0
  326. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubectl-operations/references/context-namespace-rbac.md +0 -0
  327. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubectl-operations/references/debugging-playbooks.md +0 -0
  328. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubectl-operations/references/output-formats-and-selectors.md +0 -0
  329. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubectl-operations/references/repo-evidence.md +0 -0
  330. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubernetes-workload-hardening/README.md +0 -0
  331. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubernetes-workload-hardening/SKILL.md +0 -0
  332. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubernetes-workload-hardening/references/networkpolicy-and-rbac.md +0 -0
  333. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubernetes-workload-hardening/references/repo-evidence.md +0 -0
  334. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/kubernetes-workload-hardening/references/securitycontext-and-podsecurity.md +0 -0
  335. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/langfuse-llm-tracing/README.md +0 -0
  336. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/langfuse-llm-tracing/SKILL.md +0 -0
  337. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/langfuse-llm-tracing/references/langfuse-client-and-tracing.md +0 -0
  338. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/langfuse-llm-tracing/references/python-and-typescript.md +0 -0
  339. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/langfuse-llm-tracing/references/repo-evidence.md +0 -0
  340. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/library-review/SKILL.md +0 -0
  341. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/load-testing/SKILL.md +0 -0
  342. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/manual-test/SKILL.md +0 -0
  343. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/modernization-and-migration/README.md +0 -0
  344. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/modernization-and-migration/SKILL.md +0 -0
  345. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/modernization-and-migration/references/migration-best-practices.md +0 -0
  346. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/modernization-and-migration/references/pydantic-v1-to-v2.md +0 -0
  347. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/modernization-and-migration/references/repo-evidence.md +0 -0
  348. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/modernization-and-migration/references/shared-internal-library.md +0 -0
  349. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/modernization-and-migration/references/sqlalchemy-14-to-20.md +0 -0
  350. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/multi-tenancy-patterns/README.md +0 -0
  351. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/multi-tenancy-patterns/SKILL.md +0 -0
  352. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/multi-tenancy-patterns/references/caching-patterns.md +0 -0
  353. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/multi-tenancy-patterns/references/isolation-strategies.md +0 -0
  354. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/multi-tenancy-patterns/references/repo-evidence.md +0 -0
  355. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/multi-tenancy-patterns/references/tenant-resolution.md +0 -0
  356. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-express-service/README.md +0 -0
  357. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-express-service/SKILL.md +0 -0
  358. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-express-service/references/app-factory-and-mode-dispatch.md +0 -0
  359. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-express-service/references/config-and-module-alias.md +0 -0
  360. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-express-service/references/middleware-patterns.md +0 -0
  361. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-express-service/references/repo-evidence.md +0 -0
  362. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-objection-knex/README.md +0 -0
  363. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-objection-knex/SKILL.md +0 -0
  364. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-objection-knex/references/migrations-and-validation.md +0 -0
  365. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-objection-knex/references/objection-model-and-knex.md +0 -0
  366. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/node-objection-knex/references/repo-evidence.md +0 -0
  367. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/notifications-and-messaging/README.md +0 -0
  368. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/notifications-and-messaging/SKILL.md +0 -0
  369. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/notifications-and-messaging/references/provider-abstraction.md +0 -0
  370. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/notifications-and-messaging/references/repo-evidence.md +0 -0
  371. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/notifications-and-messaging/references/templates-and-fallback.md +0 -0
  372. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/observability-and-logging/README.md +0 -0
  373. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/observability-and-logging/SKILL.md +0 -0
  374. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/observability-and-logging/references/health-and-readiness.md +0 -0
  375. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/observability-and-logging/references/logging-and-structlog.md +0 -0
  376. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/observability-and-logging/references/outbound-metrics-and-multi-mode.md +0 -0
  377. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/observability-and-logging/references/pii-redaction.md +0 -0
  378. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/observability-and-logging/references/repo-evidence.md +0 -0
  379. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/observability-and-logging/references/tracing-and-metrics.md +0 -0
  380. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/otel-tracing/README.md +0 -0
  381. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/otel-tracing/SKILL.md +0 -0
  382. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/otel-tracing/references/collector.md +0 -0
  383. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/otel-tracing/references/correlation.md +0 -0
  384. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/otel-tracing/references/gotchas.md +0 -0
  385. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/otel-tracing/references/instrumentation.md +0 -0
  386. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/otel-tracing/references/sampling.md +0 -0
  387. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/otel-tracing/references/tempo.md +0 -0
  388. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/over-engineering-review/SKILL.md +0 -0
  389. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/performance-optimization/SKILL.md +0 -0
  390. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/planning-and-task-breakdown/SKILL.md +0 -0
  391. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/playwright-verification/SKILL.md +0 -0
  392. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/pydantic-schema-patterns/README.md +0 -0
  393. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/pydantic-schema-patterns/SKILL.md +0 -0
  394. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/pydantic-schema-patterns/references/repo-evidence.md +0 -0
  395. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/pydantic-schema-patterns/references/settings-and-validation.md +0 -0
  396. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/pydantic-schema-patterns/references/troubleshooting-and-common-errors.md +0 -0
  397. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/pydantic-schema-patterns/references/v1-vs-v2.md +0 -0
  398. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/python-dao-and-database/README.md +0 -0
  399. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/python-dao-and-database/SKILL.md +0 -0
  400. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/python-dao-and-database/references/advanced-query-patterns.md +0 -0
  401. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/python-dao-and-database/references/basedao-and-sessions.md +0 -0
  402. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/python-dao-and-database/references/mongodb-advanced.md +0 -0
  403. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/python-dao-and-database/references/other-db-mongodb.md +0 -0
  404. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/python-dao-and-database/references/repo-evidence.md +0 -0
  405. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/python-dao-and-database/references/sqlalchemy-1x-vs-2x.md +0 -0
  406. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/radix-tailwind-component-patterns/README.md +0 -0
  407. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/radix-tailwind-component-patterns/SKILL.md +0 -0
  408. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/radix-tailwind-component-patterns/references/radix-primitives-and-variants.md +0 -0
  409. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/radix-tailwind-component-patterns/references/repo-evidence.md +0 -0
  410. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/radix-tailwind-component-patterns/references/tailwind-theme-and-cn.md +0 -0
  411. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/react-hook-form-zod-patterns/README.md +0 -0
  412. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/react-hook-form-zod-patterns/SKILL.md +0 -0
  413. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/react-hook-form-zod-patterns/references/form-setup-and-zod.md +0 -0
  414. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/react-hook-form-zod-patterns/references/multi-step-and-modes.md +0 -0
  415. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/react-hook-form-zod-patterns/references/repo-evidence.md +0 -0
  416. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/redis-caching-patterns/README.md +0 -0
  417. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/redis-caching-patterns/SKILL.md +0 -0
  418. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/redis-caching-patterns/references/cache-manager-and-fallback.md +0 -0
  419. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/redis-caching-patterns/references/namespacing-and-invalidation.md +0 -0
  420. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/redis-caching-patterns/references/repo-evidence.md +0 -0
  421. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/refresh-docs/SKILL.md +0 -0
  422. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/remember/SKILL.md +0 -0
  423. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/safety-critical-patterns/SKILL.md +0 -0
  424. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/scope/SKILL.md +0 -0
  425. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/scope/scope-template.md +0 -0
  426. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/sdlc/SKILL.md +0 -0
  427. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/security-and-hardening/SKILL.md +0 -0
  428. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/security-verification/SKILL.md +0 -0
  429. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/shannon-ai-pentest/README.md +0 -0
  430. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/shannon-ai-pentest/SKILL.md +0 -0
  431. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/shannon-ai-pentest/references/operating-guide.md +0 -0
  432. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/shell-review/SKILL.md +0 -0
  433. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/shipping-and-launch/SKILL.md +0 -0
  434. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/simplification-debt/SKILL.md +0 -0
  435. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/smoke-test/SKILL.md +0 -0
  436. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/source-driven-development/SKILL.md +0 -0
  437. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/spec-driven-development/SKILL.md +0 -0
  438. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/sprint/SKILL.md +0 -0
  439. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/sprint/sprint-template.md +0 -0
  440. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/tanstack-react-query-patterns/README.md +0 -0
  441. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/tanstack-react-query-patterns/SKILL.md +0 -0
  442. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/tanstack-react-query-patterns/references/mutations-and-cache.md +0 -0
  443. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/tanstack-react-query-patterns/references/query-keys-and-hooks.md +0 -0
  444. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/tanstack-react-query-patterns/references/repo-evidence.md +0 -0
  445. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/task-tracker-sync/SKILL.md +0 -0
  446. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-config-driven/README.md +0 -0
  447. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-config-driven/SKILL.md +0 -0
  448. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-config-driven/references/config-and-retry-idempotency.md +0 -0
  449. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-config-driven/references/dag-dsl-interpreter.md +0 -0
  450. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-config-driven/references/repo-evidence.md +0 -0
  451. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-config-driven/references/schedule-registration.md +0 -0
  452. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-config-driven/references/schedules-and-cron.md +0 -0
  453. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-config-driven/references/worker-workflow-activity-patterns.md +0 -0
  454. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-developer/README.md +0 -0
  455. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-developer/SKILL.md +0 -0
  456. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-developer/references/cli.md +0 -0
  457. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-developer/references/determinism.md +0 -0
  458. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-developer/references/gotchas.md +0 -0
  459. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-developer/references/languages.md +0 -0
  460. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-developer/references/testing.md +0 -0
  461. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/temporal-developer/references/versioning.md +0 -0
  462. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/test-driven-development/SKILL.md +0 -0
  463. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/test-plan-review/SKILL.md +0 -0
  464. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/README.md +0 -0
  465. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/SKILL.md +0 -0
  466. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/references/async-and-mocking.md +0 -0
  467. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/references/coverage-gap-and-recommendations.md +0 -0
  468. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/references/github-actions-test-orchestration.md +0 -0
  469. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/references/pytest-and-fixtures.md +0 -0
  470. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/references/pytest-asyncio-modes.md +0 -0
  471. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/references/repo-evidence.md +0 -0
  472. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/references/security-regression-tests.md +0 -0
  473. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/testing-conventions/references/vitest-frontend-testing.md +0 -0
  474. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/threat-model/SKILL.md +0 -0
  475. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/triage/SKILL.md +0 -0
  476. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/ui-ux-design/SKILL.md +0 -0
  477. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/unit-test/SKILL.md +0 -0
  478. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/using-agent-skills/SKILL.md +0 -0
  479. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/vitest-rtl-msw-patterns/README.md +0 -0
  480. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/vitest-rtl-msw-patterns/SKILL.md +0 -0
  481. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/vitest-rtl-msw-patterns/references/msw-and-contract-tests.md +0 -0
  482. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/vitest-rtl-msw-patterns/references/repo-evidence.md +0 -0
  483. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/vitest-rtl-msw-patterns/references/vitest-rtl-setup.md +0 -0
  484. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zap-vapt-scanning/README.md +0 -0
  485. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zap-vapt-scanning/SKILL.md +0 -0
  486. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zap-vapt-scanning/references/operating-guide.md +0 -0
  487. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zap-vapt-scanning/scripts/endpoints.example.txt +0 -0
  488. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zap-vapt-scanning/scripts/requirements.txt +0 -0
  489. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zap-vapt-scanning/scripts/zap_vapt.py +0 -0
  490. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zustand-state-patterns/README.md +0 -0
  491. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zustand-state-patterns/SKILL.md +0 -0
  492. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zustand-state-patterns/references/async-polling-and-persistence.md +0 -0
  493. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zustand-state-patterns/references/repo-evidence.md +0 -0
  494. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/skills/zustand-state-patterns/references/store-structure-and-selectors.md +0 -0
  495. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/__main__.py +0 -0
  496. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/catalog.py +0 -0
  497. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/detect.py +0 -0
  498. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/hooks.py +0 -0
  499. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/models.py +0 -0
  500. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/pipeline.py +0 -0
  501. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/prompts.py +0 -0
  502. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/render.py +0 -0
  503. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/report.py +0 -0
  504. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/scaffold.py +0 -0
  505. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/schemas.py +0 -0
  506. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/upgrader.py +0 -0
  507. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/src/claude_kit/validator.py +0 -0
  508. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/CLAUDE.md +0 -0
  509. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/CLAUDE.stack.md.tmpl +0 -0
  510. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/CONTINUITY.template.md +0 -0
  511. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/README.claude-sdlc.md.tmpl +0 -0
  512. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/agent-memory/MEMORY.md +0 -0
  513. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/agent-memory/api/.gitkeep +0 -0
  514. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/agent-memory/architecture/.gitkeep +0 -0
  515. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/agent-memory/debugging/.gitkeep +0 -0
  516. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/agent-memory/gotchas/.gitkeep +0 -0
  517. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/agent-memory/patterns/.gitkeep +0 -0
  518. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/agent-memory/performance/.gitkeep +0 -0
  519. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/artifacts/adr.md +0 -0
  520. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/artifacts/api-change-report.md +0 -0
  521. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/artifacts/change-proposal.md +0 -0
  522. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/artifacts/feature-spec.md +0 -0
  523. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/artifacts/release-plan.md +0 -0
  524. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/artifacts/runbook.md +0 -0
  525. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/artifacts/security-review.md +0 -0
  526. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/artifacts/test-plan.md +0 -0
  527. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/README.md +0 -0
  528. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/agents/data-workflow-agent.md +0 -0
  529. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/agents/founder-prototype-agent.md +0 -0
  530. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/agents/internal-tools-builder.md +0 -0
  531. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/agents/pm-copilot.md +0 -0
  532. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/agents/staff-pm-reviewer.md +0 -0
  533. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/agents/support-ticket-engineer.md +0 -0
  534. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/devops-and-release/README.md +0 -0
  535. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/devops-and-release/pack.yaml +0 -0
  536. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/engineering-core/README.md +0 -0
  537. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/engineering-core/pack.yaml +0 -0
  538. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/non-engineer-builder/README.md +0 -0
  539. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
  540. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/onboarding-and-docs/README.md +0 -0
  541. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
  542. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/product-to-code/README.md +0 -0
  543. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/product-to-code/pack.yaml +0 -0
  544. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/quality-and-review/README.md +0 -0
  545. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/quality-and-review/pack.yaml +0 -0
  546. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/security-and-compliance/README.md +0 -0
  547. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
  548. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/ai-working-agreement.md +0 -0
  549. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/ambiguity-resolution.md +0 -0
  550. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/branch-and-pr-policy.md +0 -0
  551. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/compliance-policy.md +0 -0
  552. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/non-engineer-safe-coding.md +0 -0
  553. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/pii-policy.md +0 -0
  554. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/production-data-policy.md +0 -0
  555. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/prompt-to-task-conversion.md +0 -0
  556. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/prototype-boundaries.md +0 -0
  557. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/rules/secrets-policy.md +0 -0
  558. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
  559. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
  560. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
  561. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
  562. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
  563. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/skills/review-scope/SKILL.md +0 -0
  564. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/skills/review-sprint/SKILL.md +0 -0
  565. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
  566. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
  567. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/settings.json +0 -0
  568. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
  569. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
  570. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
  571. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
  572. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
  573. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
  574. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
  575. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
  576. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
  577. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
  578. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/frontend/react/rules/design-system-compliance.md +0 -0
  579. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +0 -0
  580. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
  581. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/frontend/react/rules/ui-components.md +0 -0
  582. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/frontend/react/rules/ui-design-system.md +0 -0
  583. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/frontend/react/rules/ui-layout-and-motion.md +0 -0
  584. {claude_code_kit-0.55.0 → claude_code_kit-0.57.0}/templates/stacks/frontend/react/rules/ux-dashboard-patterns.md +0 -0
  585. {claude_code_kit-0.55.0 → claude_code_kit-0.57.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.55.0",
13
+ "version": "0.57.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.55.0",
3
+ "version": "0.57.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,85 @@ 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.57.0] — 2026-07-03
8
+
9
+ **Adoption & hardening — release automation, honest docs, and a credibility pass.** No new
10
+ capability and no change to the core promise: configuration-only SDLC scaffolding for Claude Code, no
11
+ application code, no Docker, stack-agnostic core, catalog-driven. This release closes the gap between
12
+ "published to PyPI" and "tagged/released on GitHub," adds an honest release + road-to-1.0 policy, audits
13
+ the skill surface, and tightens the README so every claim is verifiable. **0 new agents/skills/rules;
14
+ `catalog.resolve()` and `catalog/*.yaml` untouched.**
15
+
16
+ ### Added
17
+
18
+ - **Automated git tag + GitHub Release on publish.** `publish.yml` gains a `github-release` job that,
19
+ after a successful PyPI publish, creates the `vX.Y.Z` tag and a GitHub Release whose body is that
20
+ version's `CHANGELOG.md` section. Idempotent (a re-run over an already-released version is a no-op) and
21
+ downstream of `publish` (a Release is only cut once the wheel is actually on PyPI).
22
+ - **`scripts/backfill-releases.sh` (`--dry-run`).** One-off, idempotent backfill that retroactively
23
+ creates the tag + Release for past versions that shipped via merge-to-main before the automation
24
+ existed. Anchors each tag to the commit that introduced that version into `pyproject.toml` (git
25
+ pickaxe), and skips — with a warning — any version whose release commit can't be located.
26
+ - **[`docs/RELEASE-POLICY.md`](docs/RELEASE-POLICY.md).** Versioning, latest-only support, the
27
+ five-place version bump + CHANGELOG, and the publish/tag/Release automation, in one place.
28
+ - **[`docs/launch/road-to-1.0.md`](docs/launch/road-to-1.0.md).** An honest, verifiable list of what
29
+ stands between the current `4 - Beta` and 1.0 (stack coverage, enforcement honesty, hook portability,
30
+ evidence base, export fidelity, API stability). The Development Status classifier stays `4 - Beta`.
31
+ - **[`docs/skill-audit.md`](docs/skill-audit.md).** Core-vs-collection classification, the per-profile
32
+ install footprint (agents/skills/rules + an on-disk token estimate), and the finding that the
33
+ `enterprise` profile's `skills: all` installs every collection skill regardless of the chosen stack.
34
+ Documents and recommends; changes no profile (skills load on demand, so this is selection, not
35
+ always-resident context).
36
+ - **Launch-prep assets under `docs/launch/`** (owner checklists, not code): `github-about.md`,
37
+ `demo-script.md`, `directory-submission.md`, `awesome-prs.md`, `posts.md`, and `seed-issues.md`.
38
+
39
+ ### Changed
40
+
41
+ - **README credibility pass.** Strengthened the anti-sycophancy / evidence framing and added a
42
+ "What loads into your context" per-profile table (agents/skills/rules), so the footprint is explicit
43
+ before install. Counts remain pinned by `scripts/check_docs_consistency.py`.
44
+
45
+ ### Not adopted (deliberately)
46
+
47
+ - **No version-parity CI addition** — `scripts/check_docs_consistency.py::check_versions()` already
48
+ enforces parity across the four manifests, `SECURITY.md`, and the latest CHANGELOG heading.
49
+ - **No `profiles.yaml` change** for the `skills: all` finding — flagged and recommended in the audit;
50
+ any opt-in must stay a catalog/config change with no `resolve()` branching (golden rule #6).
51
+ - **Development Status stays `4 - Beta`** — the classifier is not flipped until the road-to-1.0 gaps
52
+ are met.
53
+
54
+ ## [0.56.0] — 2026-07-01
55
+
56
+ **`export` command — carry the config to Cursor / VS Code / GitHub Copilot.** A teammate who works in
57
+ an editor that isn't Claude Code can't consume `.claude/` or run the gated `/sdlc` pipeline. `claude-kit
58
+ export` projects the **same resolved plan** into the formats those single-agent editors read natively,
59
+ so claude-kit's standards travel even where the pipeline can't. No change to the core promise —
60
+ configuration-only SDLC scaffolding for Claude Code, no application code, no Docker, stack-agnostic
61
+ core, catalog-driven. **0 new agents/skills**; `catalog.resolve()` untouched (a pure projection of the
62
+ existing plan).
63
+
64
+ ### Added
65
+
66
+ - **`claude-kit export [path] -t cursor|agents|copilot`.** Re-targets the resolved `ResolvedPlan` to:
67
+ - **`cursor`** — `.cursor/rules/*.mdc` (one per rule, with YAML frontmatter derived generically from
68
+ each rule: `description` = H1 + lead sentence; `alwaysApply: false` for the on-demand rule set;
69
+ overlay rules get `globs` keyed on the plan's *language/database* values — `typescript` →
70
+ `**/*.ts,**/*.tsx`, `python` → `**/*.py`, `postgres` → `**/*.sql`, …), an always-applied
71
+ `000-project.mdc` charter, and `.cursor/mcp.json` (the `type` discriminator stripped for Cursor).
72
+ - **`agents`** — a root `AGENTS.md` (charter + single-agent SDLC checklist + rule index + fidelity
73
+ note); read by both Cursor and Copilot.
74
+ - **`copilot`** — `.github/copilot-instructions.md` (the same synthesized document as `agents`).
75
+ - **Honest fidelity, everywhere.** Rules, the project charter, and MCP port cleanly; the **enforced**
76
+ quality gates, independent reviewer subagents, and automated defect loop are Claude-Code-only and are
77
+ exported as a single-agent **self-check checklist**. Every exported document states this explicitly
78
+ (a "What ports from Claude Code — and what doesn't" note + the workflow guide's opening).
79
+ - **Flags mirror `init`:** `--dry-run` (report, write nothing), `--force` (refresh in place; otherwise
80
+ a hand-edited file is preserved and the new version lands beside it as a `.claude-kit` sidecar),
81
+ `--config`/`--defaults` (resolve a fresh selection instead of the project's installed one), `--json`.
82
+ - **New payload template** `templates/export/sdlc-workflow-guide.md.tmpl` (stack-agnostic; renders with
83
+ the project's real test/lint/build commands), plus `tests/test_export.py` and
84
+ [`docs/cursor-export.md`](docs/cursor-export.md) (usage + the full fidelity matrix).
85
+
7
86
  ## [0.55.0] — 2026-07-01
8
87
 
9
88
  **React overlay rules split under Claude Code's 40k memory limit.** Two React design-system overlay
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-code-kit
3
- Version: 0.55.0
3
+ Version: 0.57.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
@@ -43,6 +43,12 @@ assumed, or partial-output "it works" is itself an auto-Critical finding — so
43
43
  checks actually ran. A Cookiecutter-style scaffolder, installed as **configuration only — no
44
44
  application code, no Docker.**
45
45
 
46
+ <!-- DEMO PLACEHOLDER — a 60–90s terminal capture of a gated `/sdlc` run belongs here once recorded.
47
+ Shot list, timing, and which real assets to show: docs/launch/demo-script.md.
48
+ The recording replays the genuine run already in examples/real-run/ (the devils-advocate catching a
49
+ Medium bug a unanimous review missed, and the gate refusing to advance until it was fixed).
50
+ Until the GIF exists, that folder IS the evidence — linked from "How it works" and "The pipeline" below. -->
51
+
46
52
  [![PyPI](https://img.shields.io/pypi/v/claude-code-kit.svg)](https://pypi.org/project/claude-code-kit/)
47
53
  [![Python](https://img.shields.io/pypi/pyversions/claude-code-kit.svg)](https://pypi.org/project/claude-code-kit/)
48
54
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
@@ -236,6 +242,36 @@ README.claude-sdlc.md
236
242
 
237
243
  ---
238
244
 
245
+ ## Use in Cursor / VS Code / Copilot (export)
246
+
247
+ A teammate who works in **Cursor**, **VS Code**, or **GitHub Copilot** can't consume `.claude/` or run
248
+ the gated multi-agent `/sdlc` pipeline — those editors drive their own single agent. `claude-kit
249
+ export` projects the **same resolved plan** into the formats those agents read natively, so the
250
+ standards travel even when the pipeline can't:
251
+
252
+ ```bash
253
+ claude-kit export . # → .cursor/ (default target)
254
+ claude-kit export . -t cursor -t agents -t copilot # all three at once
255
+ claude-kit export . --dry-run # preview; writes nothing
256
+ ```
257
+
258
+ | Target | Emits | What lands |
259
+ |---|---|---|
260
+ | `cursor` | `.cursor/rules/*.mdc` + `.cursor/mcp.json` | The full rule set (one on-demand `.mdc` each, overlays auto-attach by file glob), an always-applied `000-project.mdc` charter, and your MCP servers |
261
+ | `agents` | `AGENTS.md` (repo root) | Project charter + single-agent SDLC checklist + rule index (read by Cursor **and** Copilot) |
262
+ | `copilot` | `.github/copilot-instructions.md` | The same synthesized document as `agents` |
263
+
264
+ **Fidelity is honest.** Rules, the project charter, and MCP servers port cleanly. The **enforced**
265
+ quality gates, independent reviewer subagents, and automated defect loop are Claude-Code-only — the
266
+ export carries the SDLC workflow as a **single-agent self-check checklist**, not enforced gates. Every
267
+ exported document says so. Exports are regenerable projections: `--force` refreshes them in place, and
268
+ without it a hand-edited file is preserved (the new version drops beside it as a `.claude-kit` sidecar).
269
+
270
+ See **[docs/cursor-export.md](docs/cursor-export.md)** for the full fidelity matrix and the `.mdc`
271
+ frontmatter mapping.
272
+
273
+ ---
274
+
239
275
  ## Feature details
240
276
 
241
277
  Each area from the [Features](#features) table, expanded — the README stays short; open only what you
@@ -333,6 +369,26 @@ need.
333
369
  compliance, production-data) install only in organization scope (see
334
370
  [`docs/org-capabilities.md`](docs/org-capabilities.md)).
335
371
 
372
+ **What loads into your context** — the profile you pick decides how much lands in `.claude/`. Measured
373
+ on a React + FastAPI + PostgreSQL project, individual scope:
374
+
375
+ | Profile | Agents | Skills | Rules |
376
+ |---------|-------:|-------:|------:|
377
+ | `lean` | 8 | 14 | 35 |
378
+ | `standard` (default) | 26 | 42 | 35 |
379
+ | `enterprise` | 31 | 104 | 35 |
380
+
381
+ - **Rules are profile-independent** — every profile installs the same 24 core rules + the selected
382
+ stack's overlays (11 for this stack = 35); rigor changes the *agents and gates*, not the rule set.
383
+ - **Skills activate on demand** — they are installed and available, then pulled into context by task
384
+ relevance, not all held resident at once. The count is what's on disk, not a fixed context tax.
385
+ - **Counts include stack overlays** — the numbers above already fold in the chosen stack (e.g. the
386
+ Postgres overlay adds 3 agents, which is why `enterprise` shows 31 against a 28-agent core roster). A
387
+ different stack shifts them by a few.
388
+ - **`enterprise` installs the whole skill collection** (`skills: all`) — all 104 skills, including
389
+ collection skills for stacks you didn't select. That's disk/selection footprint, not always-resident
390
+ context, but if you want a tighter install prefer `standard`. See [`docs/skill-audit.md`](docs/skill-audit.md).
391
+
336
392
  </details>
337
393
 
338
394
  <details>
@@ -724,6 +780,7 @@ everything available.
724
780
  | `validate [path] [--strict]` | Structurally validate an installed config; `--strict` adds hooks→script, `.mcp.json`-shape, snapshot, and catalog-integrity checks |
725
781
  | `doctor [path] [--mcp]` | Strict validate + environment/health checks; `--mcp` checks MCP commands, `${ENV}` vars, and lockfile drift |
726
782
  | `diff [path]` | Preview what an `upgrade` would change (no writes) |
783
+ | `export [path] -t cursor\|agents\|copilot [--force] [--dry-run] [--json]` | Project the config into Cursor (`.cursor/`), a root `AGENTS.md`, or GitHub Copilot (`.github/copilot-instructions.md`) for editors that aren't Claude Code |
727
784
  | `upgrade [path] [--force]` | Refresh kit/overlay files; protect your edits; prune orphans |
728
785
  | `pipeline validate · status · close-gate · abort` | Inspect/mutate the `/sdlc` state files (gate/lane/evidence coherence); **does not run** the pipeline |
729
786
  | `list-options` | List available frontend/backend/database/profile/MCP options |
@@ -10,6 +10,12 @@ assumed, or partial-output "it works" is itself an auto-Critical finding — so
10
10
  checks actually ran. A Cookiecutter-style scaffolder, installed as **configuration only — no
11
11
  application code, no Docker.**
12
12
 
13
+ <!-- DEMO PLACEHOLDER — a 60–90s terminal capture of a gated `/sdlc` run belongs here once recorded.
14
+ Shot list, timing, and which real assets to show: docs/launch/demo-script.md.
15
+ The recording replays the genuine run already in examples/real-run/ (the devils-advocate catching a
16
+ Medium bug a unanimous review missed, and the gate refusing to advance until it was fixed).
17
+ Until the GIF exists, that folder IS the evidence — linked from "How it works" and "The pipeline" below. -->
18
+
13
19
  [![PyPI](https://img.shields.io/pypi/v/claude-code-kit.svg)](https://pypi.org/project/claude-code-kit/)
14
20
  [![Python](https://img.shields.io/pypi/pyversions/claude-code-kit.svg)](https://pypi.org/project/claude-code-kit/)
15
21
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
@@ -203,6 +209,36 @@ README.claude-sdlc.md
203
209
 
204
210
  ---
205
211
 
212
+ ## Use in Cursor / VS Code / Copilot (export)
213
+
214
+ A teammate who works in **Cursor**, **VS Code**, or **GitHub Copilot** can't consume `.claude/` or run
215
+ the gated multi-agent `/sdlc` pipeline — those editors drive their own single agent. `claude-kit
216
+ export` projects the **same resolved plan** into the formats those agents read natively, so the
217
+ standards travel even when the pipeline can't:
218
+
219
+ ```bash
220
+ claude-kit export . # → .cursor/ (default target)
221
+ claude-kit export . -t cursor -t agents -t copilot # all three at once
222
+ claude-kit export . --dry-run # preview; writes nothing
223
+ ```
224
+
225
+ | Target | Emits | What lands |
226
+ |---|---|---|
227
+ | `cursor` | `.cursor/rules/*.mdc` + `.cursor/mcp.json` | The full rule set (one on-demand `.mdc` each, overlays auto-attach by file glob), an always-applied `000-project.mdc` charter, and your MCP servers |
228
+ | `agents` | `AGENTS.md` (repo root) | Project charter + single-agent SDLC checklist + rule index (read by Cursor **and** Copilot) |
229
+ | `copilot` | `.github/copilot-instructions.md` | The same synthesized document as `agents` |
230
+
231
+ **Fidelity is honest.** Rules, the project charter, and MCP servers port cleanly. The **enforced**
232
+ quality gates, independent reviewer subagents, and automated defect loop are Claude-Code-only — the
233
+ export carries the SDLC workflow as a **single-agent self-check checklist**, not enforced gates. Every
234
+ exported document says so. Exports are regenerable projections: `--force` refreshes them in place, and
235
+ without it a hand-edited file is preserved (the new version drops beside it as a `.claude-kit` sidecar).
236
+
237
+ See **[docs/cursor-export.md](docs/cursor-export.md)** for the full fidelity matrix and the `.mdc`
238
+ frontmatter mapping.
239
+
240
+ ---
241
+
206
242
  ## Feature details
207
243
 
208
244
  Each area from the [Features](#features) table, expanded — the README stays short; open only what you
@@ -300,6 +336,26 @@ need.
300
336
  compliance, production-data) install only in organization scope (see
301
337
  [`docs/org-capabilities.md`](docs/org-capabilities.md)).
302
338
 
339
+ **What loads into your context** — the profile you pick decides how much lands in `.claude/`. Measured
340
+ on a React + FastAPI + PostgreSQL project, individual scope:
341
+
342
+ | Profile | Agents | Skills | Rules |
343
+ |---------|-------:|-------:|------:|
344
+ | `lean` | 8 | 14 | 35 |
345
+ | `standard` (default) | 26 | 42 | 35 |
346
+ | `enterprise` | 31 | 104 | 35 |
347
+
348
+ - **Rules are profile-independent** — every profile installs the same 24 core rules + the selected
349
+ stack's overlays (11 for this stack = 35); rigor changes the *agents and gates*, not the rule set.
350
+ - **Skills activate on demand** — they are installed and available, then pulled into context by task
351
+ relevance, not all held resident at once. The count is what's on disk, not a fixed context tax.
352
+ - **Counts include stack overlays** — the numbers above already fold in the chosen stack (e.g. the
353
+ Postgres overlay adds 3 agents, which is why `enterprise` shows 31 against a 28-agent core roster). A
354
+ different stack shifts them by a few.
355
+ - **`enterprise` installs the whole skill collection** (`skills: all`) — all 104 skills, including
356
+ collection skills for stacks you didn't select. That's disk/selection footprint, not always-resident
357
+ context, but if you want a tighter install prefer `standard`. See [`docs/skill-audit.md`](docs/skill-audit.md).
358
+
303
359
  </details>
304
360
 
305
361
  <details>
@@ -691,6 +747,7 @@ everything available.
691
747
  | `validate [path] [--strict]` | Structurally validate an installed config; `--strict` adds hooks→script, `.mcp.json`-shape, snapshot, and catalog-integrity checks |
692
748
  | `doctor [path] [--mcp]` | Strict validate + environment/health checks; `--mcp` checks MCP commands, `${ENV}` vars, and lockfile drift |
693
749
  | `diff [path]` | Preview what an `upgrade` would change (no writes) |
750
+ | `export [path] -t cursor\|agents\|copilot [--force] [--dry-run] [--json]` | Project the config into Cursor (`.cursor/`), a root `AGENTS.md`, or GitHub Copilot (`.github/copilot-instructions.md`) for editors that aren't Claude Code |
694
751
  | `upgrade [path] [--force]` | Refresh kit/overlay files; protect your edits; prune orphans |
695
752
  | `pipeline validate · status · close-gate · abort` | Inspect/mutate the `/sdlc` state files (gate/lane/evidence coherence); **does not run** the pipeline |
696
753
  | `list-options` | List available frontend/backend/database/profile/MCP options |
@@ -0,0 +1,92 @@
1
+ # Release Policy
2
+
3
+ This document describes claude-kit's versioning, release, and support policy.
4
+
5
+ ## Versioning
6
+
7
+ claude-kit follows [Semantic Versioning](https://semver.org/) (SemVer).
8
+
9
+ **Pre-1.0 stability:** The project is currently pre-1.0 (Development Status :: 4 - Beta). During
10
+ the 0.x phase, minor version increments (e.g., 0.56.0 → 0.57.0) may introduce behavior changes or
11
+ breaking changes. Breaking changes are always called out explicitly in the CHANGELOG.
12
+
13
+ Once the project reaches 1.0.0, the standard SemVer contract will apply: breaking changes only in
14
+ major versions, backwards-compatible features in minor versions, and fixes in patch versions.
15
+
16
+ ## Supported Versions
17
+
18
+ **Only the latest released version receives fixes.** There is no long-term-support (LTS) branch or
19
+ backport policy. When a new version is released, the previous version is no longer supported.
20
+
21
+ This policy mirrors the project's [SECURITY.md](../SECURITY.md) stance: security fixes are
22
+ published only for the latest release.
23
+
24
+ ## What Is in a Release
25
+
26
+ Every release includes:
27
+
28
+ - A version bump in **all five** of the following files (enforced by CI):
29
+ - `pyproject.toml`
30
+ - `.claude-plugin/plugin.json`
31
+ - `.claude-plugin/marketplace.json` (the marketplace entry)
32
+ - `src/claude_kit/__init__.py` (`__version__`)
33
+ - `SECURITY.md` (the "Supported Versions" table)
34
+ - A new section in `CHANGELOG.md` following [Keep a Changelog](https://keepachangelog.com/)
35
+ format, with a dated heading matching the new version
36
+ - A "Not adopted (deliberately)" note in the CHANGELOG entry, documenting what was reviewed but
37
+ intentionally excluded from the kit
38
+
39
+ A CI check (`scripts/check_docs_consistency.py`) enforces version parity across all five locations
40
+ and verifies that the latest CHANGELOG heading matches the current version.
41
+
42
+ ## Release Process
43
+
44
+ 1. **Bump the version** in all five files listed above.
45
+ 2. **Update CHANGELOG.md** with a new section for the release, including the date and the
46
+ "Not adopted" note.
47
+ 3. **Merge to main.** Once the pull request is merged:
48
+ - `.github/workflows/publish.yml` automatically checks whether the version in `pyproject.toml`
49
+ is newer than the latest version on PyPI.
50
+ - If the version is new, the workflow publishes the package to PyPI and creates:
51
+ - A git tag `vX.Y.Z`
52
+ - A GitHub Release whose body is the new version's CHANGELOG section
53
+
54
+ No manual PyPI upload or tag creation is required. As of version 0.57.0, the workflow handles both
55
+ PyPI publishing and GitHub Release creation in a single run.
56
+
57
+ ## Publishing and Provenance
58
+
59
+ Releases are published to [PyPI](https://pypi.org/project/claude-code-kit/) via **OIDC Trusted
60
+ Publishing** (no long-lived token) with **PEP 740 build attestations** for provenance verification.
61
+
62
+ The workflow is version-gated: it only publishes when the version in `pyproject.toml` is newer than
63
+ the latest version on PyPI.
64
+
65
+ ## Pre-1.0 Stability Caveat
66
+
67
+ Because the project is pre-1.0, minor version updates may include:
68
+
69
+ - Changes to the SDLC agent protocols or quality gates
70
+ - Modifications to the catalog schema or resolution behavior
71
+ - Removal or renaming of skills, agents, or rules
72
+ - Breaking changes to the CLI interface
73
+
74
+ Always review the CHANGELOG before upgrading. Breaking changes are explicitly called out.
75
+
76
+ ## Release Cadence
77
+
78
+ Releases are shipped **when ready**. There is no fixed calendar schedule.
79
+
80
+ Many minor releases are driven by **reuse-first adoption reviews** — surveys of external projects
81
+ or organizations (e.g., Alibaba, Microsoft, Google) that result in new overlay rules, skills, or
82
+ agents being added to the kit.
83
+
84
+ ## Reporting Issues
85
+
86
+ - **Feature requests and regressions:** Open a [GitHub issue](https://github.com/ajyadav013/claude-kit/issues).
87
+ - **Security vulnerabilities:** Follow the [SECURITY.md](../SECURITY.md) policy (private reporting via GitHub).
88
+
89
+ ---
90
+
91
+ **License:** MIT © Arjunsingh Yadav
92
+ **Repository:** [github.com/ajyadav013/claude-kit](https://github.com/ajyadav013/claude-kit)
@@ -75,6 +75,17 @@ flowchart TB
75
75
  Adding a framework/database/profile/MCP server is a **catalog edit + a `templates/stacks/` folder** —
76
76
  never a change to `resolve()`.
77
77
 
78
+ ### Same plan, second target: `export` (for non-Claude-Code editors)
79
+
80
+ The `ResolvedPlan` is the reuse seam. `claude-kit export` (`src/claude_kit/export.py`) takes the **same**
81
+ plan and, instead of `scaffold.install_sdlc()` writing `.claude/`, projects it into the formats a
82
+ single-agent editor reads natively — `.cursor/rules/*.mdc` + `.cursor/mcp.json` (Cursor), a root
83
+ `AGENTS.md`, or `.github/copilot-instructions.md` (Copilot). It is a pure projection: it adds no stack
84
+ knowledge, and `catalog.resolve()` gains no branches (golden rules #1 and #6). Fidelity is asymmetric
85
+ and stated in every exported file — rules, the charter, and MCP port cleanly, while the *enforced*
86
+ gates and reviewer subagents become single-agent guidance. See
87
+ [cursor-export.md](cursor-export.md) for the full mapping.
88
+
78
89
  ---
79
90
 
80
91
  ## 3. The SDLC pipeline (run)
@@ -0,0 +1,94 @@
1
+ # Exporting to Cursor / VS Code / GitHub Copilot
2
+
3
+ claude-kit's home is **Claude Code**, where it installs a `.claude/` configuration and runs a gated,
4
+ multi-agent `/sdlc` pipeline. A teammate working in **Cursor**, **VS Code**, or **GitHub Copilot**
5
+ uses that editor's *own* single agent — which can't read `.claude/` or run the pipeline. `claude-kit
6
+ export` bridges the gap by projecting the **same resolved plan** into the formats those agents read
7
+ natively.
8
+
9
+ It is a **projection**, not a second source of truth: the exporter re-targets the exact `ResolvedPlan`
10
+ that `init` installs (`catalog.resolve()` is untouched, no new stack knowledge). Re-run it any time to
11
+ regenerate; it writes **configuration only** — no application code, no Docker.
12
+
13
+ ## Usage
14
+
15
+ ```bash
16
+ claude-kit export . # default target: cursor
17
+ claude-kit export . -t cursor -t agents -t copilot # all three
18
+ claude-kit export . --dry-run # preview; write nothing
19
+ claude-kit export . --force # refresh existing files in place
20
+ claude-kit export . -t agents --json # machine-readable file list
21
+ ```
22
+
23
+ By default `export` resolves from the project's **installed selection**
24
+ (`.claude/config/init-options.json`), so the export matches what was scaffolded. Pass `--config FILE`
25
+ or `--defaults` to resolve a fresh selection instead — useful for a standalone export into a project
26
+ that never ran `init`.
27
+
28
+ **Conflict-safe writes.** Exports are regenerable, so `--force` refreshes them in place. Without
29
+ `--force`, an existing (possibly hand-edited) file is preserved and the new version is written beside it
30
+ as a `<name>.claude-kit` sidecar — the same non-destructive convention the installer uses.
31
+
32
+ ## What each target emits
33
+
34
+ | Target | Files | Contents |
35
+ |---|---|---|
36
+ | `cursor` | `.cursor/rules/000-project.mdc` | The project **charter** + single-agent SDLC workflow + fidelity note. `alwaysApply: true` — always in context. |
37
+ | | `.cursor/rules/<rule>.mdc` (one per rule) | Every core rule and every stack overlay, `alwaysApply: false` (agent pulls on demand by `description`); overlays also carry `globs` to auto-attach on matching files. |
38
+ | | `.cursor/mcp.json` | Your selected MCP servers (omitted when none are selected). |
39
+ | `agents` | `AGENTS.md` (repo root) | Charter + workflow + a **rule index** (one line per rule) + the fidelity note. Read by both Cursor and Copilot. |
40
+ | `copilot` | `.github/copilot-instructions.md` | The same synthesized document as `agents`. |
41
+
42
+ ## `.mdc` frontmatter derivation
43
+
44
+ Each Cursor rule file gets YAML frontmatter derived generically from the rule's own content — no
45
+ per-stack branching:
46
+
47
+ - **`description`** — the rule's H1 heading plus its first lead sentence (falling back to a humanized
48
+ filename), trimmed to ~200 characters. Cursor uses this to decide when to pull an on-demand rule.
49
+ - **`alwaysApply`** — `false` for the whole rule set (mirroring Claude Code's on-demand rule loading);
50
+ `true` only for the synthesized `000-project.mdc` charter.
51
+ - **`globs`** — attached to **overlay** rules only, chosen from the overlay's lane and the plan's
52
+ *language/database* values (not framework names):
53
+
54
+ | Lane | Source value | Example glob |
55
+ |---|---|---|
56
+ | frontend | `frontend_language` | `typescript` → `**/*.ts,**/*.tsx` |
57
+ | backend | `backend_language` | `python` → `**/*.py`, `go` → `**/*.go` |
58
+ | database | `database` | `postgres` → `**/*.sql` |
59
+
60
+ A store with no reliable file signal (e.g. a document database) gets **no** glob and loads by
61
+ `description` instead. Core rules never get globs.
62
+
63
+ Values are JSON-quoted so the frontmatter is always valid YAML — an unquoted glob such as
64
+ `**/*.{ts,tsx}` would be misparsed as a YAML flow mapping.
65
+
66
+ ## MCP projection
67
+
68
+ Cursor's `.cursor/mcp.json` uses a top-level `mcpServers` map and infers transport from the keys
69
+ present — stdio servers use `command`/`args`/`env`, remote servers use `url`/`headers`. claude-kit's
70
+ internal `type` discriminator is **dropped**; every other key passes through verbatim.
71
+
72
+ ## Fidelity: what ports, and what doesn't
73
+
74
+ | Capability | Claude Code | Exported (Cursor / AGENTS.md / Copilot) |
75
+ |---|---|---|
76
+ | Engineering rules + stack/design-system overlays | ✅ enforced/on-demand | ✅ full text (`.mdc`) or index (AGENTS.md) |
77
+ | Project charter (stack, commands, lanes) | ✅ | ✅ |
78
+ | MCP servers | ✅ (`.mcp.json`) | ✅ Cursor (`.cursor/mcp.json`); not applicable to AGENTS.md/Copilot |
79
+ | SDLC phases | ✅ **enforced quality gates** | ⚠️ single-agent **self-check checklist** (guidance) |
80
+ | Independent reviewer subagents | ✅ separate agents | ❌ one agent plays every role |
81
+ | Security scan (parallel sub-scanners) | ✅ | ⚠️ a security self-check step in the checklist |
82
+ | Automated defect loop (blocks on unproven verdict) | ✅ | ⚠️ described as discipline; nothing blocks |
83
+
84
+ The enforced gates, reviewer subagents, and automated defect loop depend on Claude Code's multi-agent
85
+ runtime and **cannot** be reproduced under a single-agent editor. The export is honest about this: the
86
+ charter carries a "What ports from Claude Code — and what doesn't" note, and the workflow guide opens
87
+ by stating it is a self-check checklist, not enforced gates.
88
+
89
+ ## Out of scope (for now)
90
+
91
+ - **Cursor hooks** (`.cursor/hooks.json`) and **commands/skills** export — a different event/format
92
+ model; noted as future work.
93
+ - **Drift tracking** of exported files in the `init-options.json` ownership manifest — exports are
94
+ regenerable projections (`export --force` refreshes), so they are intentionally not tracked.
@@ -0,0 +1,118 @@
1
+ # Awesome List Submission Guide
2
+
3
+ This document provides ready-to-submit entries for relevant awesome lists. All submissions should be made by the project owner following each list's contribution guidelines.
4
+
5
+ ## Priority Order
6
+
7
+ 1. **hesreallyhim/awesome-claude-code** (~47.8k stars, active) — highest visibility
8
+ 2. **VoltAgent/awesome-claude-code-subagents** (~22.7k stars, active) — relevant category
9
+ 3. **ComposioHQ/awesome-claude-plugins** (stale, ~2 months no activity) — optional, deprioritized
10
+
11
+ ---
12
+
13
+ ## hesreallyhim/awesome-claude-code
14
+
15
+ **Target:** [hesreallyhim/awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) (~47.8k stars, active)
16
+
17
+ **Method:** Submit via **ISSUE FORM** (NOT a pull request)
18
+ - Path: `issues/new?template=recommend-resource.yml`
19
+ - Full URL: https://github.com/hesreallyhim/awesome-claude-code/issues/new?template=recommend-resource.yml
20
+
21
+ **Category:** Infrastructure & DevOps
22
+
23
+ **Ready Copy:**
24
+
25
+ *Description (204 characters, within 10-500 constraint):*
26
+ ```
27
+ An autonomous, stack-agnostic SDLC for Claude Code, shipped as a plugin and a pip scaffolder, that enforces quality gates and independent reviewer agents including an anti-sycophancy devils-advocate gate.
28
+ ```
29
+
30
+ *Resource URL:*
31
+ ```
32
+ https://github.com/ajyadav013/claude-kit
33
+ ```
34
+
35
+ **Etiquette:**
36
+ - Use the issue form fields exactly as provided
37
+ - No emoji in description
38
+ - Non-promotional language (already honored above)
39
+ - Wait for maintainer review before follow-up
40
+
41
+ ---
42
+
43
+ ## VoltAgent/awesome-claude-code-subagents
44
+
45
+ **Target:** [VoltAgent/awesome-claude-code-subagents](https://github.com/VoltAgent/awesome-claude-code-subagents) (~22.7k stars, active)
46
+
47
+ **Method:** Submit a **PULL REQUEST**
48
+ - File to edit: `categories/09-meta-orchestration/README.md`
49
+ - Add one bullet line in the appropriate section
50
+
51
+ **Category:** Meta Orchestration
52
+
53
+ **Ready Copy:**
54
+
55
+ *One-line bullet (vendor-neutral):*
56
+ ```markdown
57
+ - [**claude-kit**](https://github.com/ajyadav013/claude-kit) - Autonomous stack-agnostic SDLC for Claude Code (plugin + pip scaffolder) with quality gates and independent reviewer agents, including an anti-sycophancy devils-advocate gate.
58
+ ```
59
+
60
+ **Etiquette:**
61
+ - Follow the repository's CONTRIBUTING.md guidelines
62
+ - One entry per PR
63
+ - Ensure the bullet follows the existing format in the category
64
+ - Provide a clear PR title: "Add claude-kit to Meta Orchestration"
65
+ - Keep the description factual and non-promotional
66
+
67
+ ---
68
+
69
+ ## ComposioHQ/awesome-claude-plugins
70
+
71
+ **Target:** [ComposioHQ/awesome-claude-plugins](https://github.com/ComposioHQ/awesome-claude-plugins) (stale, ~2 months no activity)
72
+
73
+ **Status:** Optional, deprioritized due to inactivity
74
+
75
+ **Method:** If submitting, likely a **PULL REQUEST** (check CONTRIBUTING.md)
76
+
77
+ **Ready Copy:**
78
+
79
+ *Suggested bullet:*
80
+ ```markdown
81
+ - [**claude-kit**](https://github.com/ajyadav013/claude-kit) - Stack-agnostic autonomous SDLC plugin with quality gates, reviewer agents, and anti-sycophancy devils-advocate verification.
82
+ ```
83
+
84
+ **Etiquette:**
85
+ - Check repository activity before submitting
86
+ - Review CONTRIBUTING.md if it exists
87
+ - Consider waiting for signs of active maintenance before submitting
88
+
89
+ ---
90
+
91
+ ## General Submission Etiquette
92
+
93
+ 1. **Follow each list's CONTRIBUTING guidelines** — some require issues, others PRs
94
+ 2. **One entry per submission** — do not batch multiple resources
95
+ 3. **Factual, non-promotional descriptions** — let the features speak for themselves
96
+ 4. **No emoji** in descriptions unless the list explicitly uses them
97
+ 5. **Respect maintainer time** — wait for review, do not ping or rush
98
+ 6. **Verify links** before submitting
99
+ 7. **Check star counts and activity** — prioritize active, high-visibility lists
100
+
101
+ ---
102
+
103
+ ## Verification Checklist
104
+
105
+ Before submitting to any list:
106
+
107
+ - [ ] Repository is MIT-licensed (verified)
108
+ - [ ] GitHub URL is correct: https://github.com/ajyadav013/claude-kit
109
+ - [ ] PyPI package exists: https://pypi.org/project/claude-code-kit/
110
+ - [ ] Description is factual and non-promotional
111
+ - [ ] Character count is within constraints (where applicable)
112
+ - [ ] Submission method matches the list's requirements (issue vs PR)
113
+ - [ ] Target file path is correct (for PRs)
114
+ - [ ] Category is appropriate for the resource
115
+
116
+ ---
117
+
118
+ *Last updated: 2026-07-03*