cokit-cli 1.2.0 → 1.2.3

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 (243) hide show
  1. package/README.md +47 -36
  2. package/agents/brainstormer.agent.md +1 -1
  3. package/agents/debugger.agent.md +1 -1
  4. package/agents/docs-manager.agent.md +2 -2
  5. package/agents/git-manager.agent.md +5 -5
  6. package/agents/planner.agent.md +3 -3
  7. package/agents/researcher.agent.md +0 -1
  8. package/agents/scout.agent.md +9 -9
  9. package/agents/ui-ux-designer.agent.md +0 -1
  10. package/collections/ck-orchestration.collection.yml +2 -2
  11. package/docs/README.md +8 -8
  12. package/docs/codebase-summary.md +19 -19
  13. package/docs/cokit-commands-usage-guide.md +42 -43
  14. package/docs/cokit-comprehensive-mapping-guide.md +15 -15
  15. package/docs/cokit-slides.md +6 -6
  16. package/docs/cokit-sync-and-maintenance-guide.md +45 -45
  17. package/docs/cokit-team-presentation.md +11 -11
  18. package/docs/copilot-processing-flow.md +11 -11
  19. package/docs/guide-next-steps-speckit-cokit-implementation.md +1 -1
  20. package/docs/migration-guide.md +9 -9
  21. package/docs/project-overview-pdr.md +3 -3
  22. package/docs/project-roadmap.md +20 -11
  23. package/docs/system-architecture.md +6 -6
  24. package/package.json +1 -1
  25. package/prompts/ck-ask.prompt.md +3 -2
  26. package/prompts/ck-bootstrap.prompt.md +26 -32
  27. package/prompts/ck-brainstorm.prompt.md +4 -3
  28. package/prompts/ck-cook.prompt.md +5 -4
  29. package/prompts/ck-debug.prompt.md +4 -3
  30. package/prompts/ck-docs.prompt.md +4 -3
  31. package/prompts/ck-fix-ci.prompt.md +46 -0
  32. package/prompts/ck-fix-fast.prompt.md +44 -0
  33. package/prompts/ck-fix-hard.prompt.md +60 -0
  34. package/prompts/ck-fix-logs.prompt.md +53 -0
  35. package/prompts/ck-fix-test.prompt.md +47 -0
  36. package/prompts/ck-fix-types.prompt.md +29 -0
  37. package/prompts/ck-fix-ui.prompt.md +50 -0
  38. package/prompts/ck-fix.prompt.md +13 -15
  39. package/prompts/ck-git.prompt.md +2 -2
  40. package/prompts/ck-help.prompt.md +8 -6
  41. package/prompts/ck-journal.prompt.md +5 -3
  42. package/prompts/ck-plan-fast.prompt.md +26 -5
  43. package/prompts/ck-plan-hard.prompt.md +30 -9
  44. package/prompts/ck-plan-validate.prompt.md +209 -0
  45. package/prompts/ck-plan.prompt.md +49 -12
  46. package/prompts/ck-preview.prompt.md +16 -32
  47. package/prompts/ck-review.prompt.md +10 -11
  48. package/prompts/ck-scout.prompt.md +5 -4
  49. package/prompts/ck-simplify.prompt.md +3 -3
  50. package/prompts/ck-spec-analyze.prompt.md +9 -11
  51. package/prompts/ck-spec-checklist.prompt.md +7 -9
  52. package/prompts/ck-spec-clarify.prompt.md +8 -15
  53. package/prompts/ck-spec-constitution.prompt.md +6 -11
  54. package/prompts/ck-spec-implement.prompt.md +7 -10
  55. package/prompts/ck-spec-plan.prompt.md +5 -18
  56. package/prompts/ck-spec-specify.prompt.md +8 -17
  57. package/prompts/ck-spec-tasks.prompt.md +4 -16
  58. package/prompts/ck-test.prompt.md +5 -3
  59. package/prompts/ck-watzup.prompt.md +4 -2
  60. package/skills/INSTALLATION.md +3 -3
  61. package/skills/README.md +12 -34
  62. package/skills/agent-browser/SKILL.md +0 -1
  63. package/skills/agent_skills_spec.md +2 -2
  64. package/skills/backend-development/SKILL.md +0 -2
  65. package/skills/brainstorm/SKILL.md +7 -9
  66. package/skills/code-review/SKILL.md +9 -9
  67. package/skills/code-review/references/code-review-reception.md +1 -1
  68. package/skills/code-review/references/requesting-code-review.md +7 -7
  69. package/skills/common/api_key_helper.py +8 -8
  70. package/skills/context-engineering/SKILL.md +3 -4
  71. package/skills/context-engineering/references/context-degradation.md +2 -2
  72. package/skills/context-engineering/references/runtime-awareness.md +6 -6
  73. package/skills/cook/README.md +2 -2
  74. package/skills/cook/SKILL.md +3 -4
  75. package/skills/cook/references/agent-patterns.md +75 -0
  76. package/skills/cook/references/review-cycle.md +2 -2
  77. package/skills/cook/references/workflow-steps.md +6 -6
  78. package/skills/databases/SKILL.md +0 -1
  79. package/skills/databases/scripts/db_migrate.py +2 -2
  80. package/skills/databases/scripts/db_performance_check.py +2 -2
  81. package/skills/debug/SKILL.md +0 -1
  82. package/skills/devops/SKILL.md +0 -2
  83. package/skills/devops/scripts/docker_optimize.py +2 -2
  84. package/skills/docs-seeker/SKILL.md +0 -1
  85. package/skills/docs-seeker/package.json +1 -1
  86. package/skills/docs-seeker/scripts/utils/env-loader.js +2 -2
  87. package/skills/fix/SKILL.md +10 -11
  88. package/skills/fix/references/mode-selection.md +11 -27
  89. package/skills/fix/references/parallel-exploration.md +9 -9
  90. package/skills/fix/references/review-cycle.md +3 -3
  91. package/skills/fix/references/skill-activation-matrix.md +3 -3
  92. package/skills/fix/references/workflow-deep.md +11 -11
  93. package/skills/fix/references/workflow-quick.md +5 -5
  94. package/skills/fix/references/workflow-standard.md +12 -12
  95. package/skills/frontend-design/SKILL.md +2 -3
  96. package/skills/frontend-design/references/workflow-describe.md +1 -1
  97. package/skills/frontend-design/references/workflow-quick.md +1 -1
  98. package/skills/frontend-design/references/workflow-screenshot.md +1 -1
  99. package/skills/git/SKILL.md +2 -3
  100. package/skills/git/references/commit-standards.md +2 -2
  101. package/skills/git/references/workflow-commit.md +1 -1
  102. package/skills/git/references/workflow-merge.md +1 -1
  103. package/skills/git/references/workflow-pr.md +1 -1
  104. package/skills/git/references/workflow-push.md +1 -1
  105. package/skills/install.ps1 +5 -5
  106. package/skills/install.sh +2 -2
  107. package/skills/mcp-management/README.md +8 -8
  108. package/skills/mcp-management/SKILL.md +9 -9
  109. package/skills/mcp-management/references/gemini-cli-integration.md +2 -2
  110. package/skills/mcp-management/scripts/.env.example +2 -2
  111. package/skills/planning/SKILL.md +4 -5
  112. package/skills/planning/references/output-standards.md +1 -1
  113. package/skills/planning/references/plan-organization.md +1 -1
  114. package/skills/problem-solving/SKILL.md +1 -2
  115. package/skills/repomix/SKILL.md +2 -2
  116. package/skills/repomix/references/usage-patterns.md +2 -2
  117. package/skills/research/SKILL.md +0 -1
  118. package/skills/scout/SKILL.md +9 -10
  119. package/skills/scout/references/external-scouting.md +10 -10
  120. package/skills/scout/references/internal-scouting.md +9 -9
  121. package/skills/sequential-thinking/README.md +3 -3
  122. package/skills/sequential-thinking/SKILL.md +0 -2
  123. package/skills/sequential-thinking/package.json +1 -1
  124. package/skills/ui-styling/SKILL.md +0 -2
  125. package/skills/web-testing/SKILL.md +0 -2
  126. package/templates/repo/.github/agents/brainstormer.agent.md +1 -1
  127. package/templates/repo/.github/agents/debugger.agent.md +1 -1
  128. package/templates/repo/.github/agents/docs-manager.agent.md +2 -2
  129. package/templates/repo/.github/agents/git-manager.agent.md +5 -5
  130. package/templates/repo/.github/agents/planner.agent.md +3 -3
  131. package/templates/repo/.github/agents/researcher.agent.md +0 -1
  132. package/templates/repo/.github/agents/scout.agent.md +9 -9
  133. package/templates/repo/.github/agents/ui-ux-designer.agent.md +0 -1
  134. package/templates/repo/.github/collections/ck-orchestration.collection.yml +2 -2
  135. package/templates/repo/.github/prompts/ck-ask.prompt.md +3 -2
  136. package/templates/repo/.github/prompts/ck-bootstrap.prompt.md +26 -32
  137. package/templates/repo/.github/prompts/ck-brainstorm.prompt.md +4 -3
  138. package/templates/repo/.github/prompts/ck-cook.prompt.md +5 -4
  139. package/templates/repo/.github/prompts/ck-debug.prompt.md +4 -3
  140. package/templates/repo/.github/prompts/ck-docs.prompt.md +4 -3
  141. package/templates/repo/.github/prompts/ck-fix-ci.prompt.md +46 -0
  142. package/templates/repo/.github/prompts/ck-fix-fast.prompt.md +44 -0
  143. package/templates/repo/.github/prompts/ck-fix-hard.prompt.md +60 -0
  144. package/templates/repo/.github/prompts/ck-fix-logs.prompt.md +53 -0
  145. package/templates/repo/.github/prompts/ck-fix-test.prompt.md +47 -0
  146. package/templates/repo/.github/prompts/ck-fix-types.prompt.md +29 -0
  147. package/templates/repo/.github/prompts/ck-fix-ui.prompt.md +50 -0
  148. package/templates/repo/.github/prompts/ck-fix.prompt.md +13 -15
  149. package/templates/repo/.github/prompts/ck-git.prompt.md +2 -2
  150. package/templates/repo/.github/prompts/ck-help.prompt.md +8 -6
  151. package/templates/repo/.github/prompts/ck-journal.prompt.md +5 -3
  152. package/templates/repo/.github/prompts/ck-plan-fast.prompt.md +26 -5
  153. package/templates/repo/.github/prompts/ck-plan-hard.prompt.md +30 -9
  154. package/templates/repo/.github/prompts/ck-plan-validate.prompt.md +209 -0
  155. package/templates/repo/.github/prompts/ck-plan.prompt.md +49 -12
  156. package/templates/repo/.github/prompts/ck-preview.prompt.md +16 -32
  157. package/templates/repo/.github/prompts/ck-review.prompt.md +10 -11
  158. package/templates/repo/.github/prompts/ck-scout.prompt.md +5 -4
  159. package/templates/repo/.github/prompts/ck-simplify.prompt.md +3 -3
  160. package/templates/repo/.github/prompts/ck-spec-analyze.prompt.md +9 -11
  161. package/templates/repo/.github/prompts/ck-spec-checklist.prompt.md +7 -9
  162. package/templates/repo/.github/prompts/ck-spec-clarify.prompt.md +8 -15
  163. package/templates/repo/.github/prompts/ck-spec-constitution.prompt.md +6 -11
  164. package/templates/repo/.github/prompts/ck-spec-implement.prompt.md +7 -10
  165. package/templates/repo/.github/prompts/ck-spec-plan.prompt.md +5 -18
  166. package/templates/repo/.github/prompts/ck-spec-specify.prompt.md +7 -17
  167. package/templates/repo/.github/prompts/ck-spec-tasks.prompt.md +4 -16
  168. package/templates/repo/.github/prompts/ck-test.prompt.md +5 -3
  169. package/templates/repo/.github/prompts/ck-watzup.prompt.md +4 -2
  170. package/templates/repo/.github/skills/INSTALLATION.md +3 -3
  171. package/templates/repo/.github/skills/README.md +12 -34
  172. package/templates/repo/.github/skills/agent-browser/SKILL.md +0 -1
  173. package/templates/repo/.github/skills/agent_skills_spec.md +2 -2
  174. package/templates/repo/.github/skills/backend-development/SKILL.md +0 -2
  175. package/templates/repo/.github/skills/brainstorm/SKILL.md +7 -9
  176. package/templates/repo/.github/skills/code-review/SKILL.md +9 -9
  177. package/templates/repo/.github/skills/code-review/references/code-review-reception.md +1 -1
  178. package/templates/repo/.github/skills/code-review/references/requesting-code-review.md +7 -7
  179. package/templates/repo/.github/skills/common/api_key_helper.py +8 -8
  180. package/templates/repo/.github/skills/context-engineering/SKILL.md +3 -4
  181. package/templates/repo/.github/skills/context-engineering/references/context-degradation.md +2 -2
  182. package/templates/repo/.github/skills/context-engineering/references/runtime-awareness.md +6 -6
  183. package/templates/repo/.github/skills/cook/README.md +2 -2
  184. package/templates/repo/.github/skills/cook/SKILL.md +3 -4
  185. package/templates/repo/.github/skills/cook/references/agent-patterns.md +75 -0
  186. package/templates/repo/.github/skills/cook/references/review-cycle.md +2 -2
  187. package/templates/repo/.github/skills/cook/references/workflow-steps.md +6 -6
  188. package/templates/repo/.github/skills/databases/SKILL.md +0 -1
  189. package/templates/repo/.github/skills/databases/scripts/db_migrate.py +2 -2
  190. package/templates/repo/.github/skills/databases/scripts/db_performance_check.py +2 -2
  191. package/templates/repo/.github/skills/debug/SKILL.md +0 -1
  192. package/templates/repo/.github/skills/devops/SKILL.md +0 -2
  193. package/templates/repo/.github/skills/devops/scripts/docker_optimize.py +2 -2
  194. package/templates/repo/.github/skills/docs-seeker/SKILL.md +0 -1
  195. package/templates/repo/.github/skills/docs-seeker/package.json +1 -1
  196. package/templates/repo/.github/skills/docs-seeker/scripts/utils/env-loader.js +2 -2
  197. package/templates/repo/.github/skills/fix/SKILL.md +10 -11
  198. package/templates/repo/.github/skills/fix/references/mode-selection.md +11 -27
  199. package/templates/repo/.github/skills/fix/references/parallel-exploration.md +9 -9
  200. package/templates/repo/.github/skills/fix/references/review-cycle.md +3 -3
  201. package/templates/repo/.github/skills/fix/references/skill-activation-matrix.md +3 -3
  202. package/templates/repo/.github/skills/fix/references/workflow-deep.md +11 -11
  203. package/templates/repo/.github/skills/fix/references/workflow-quick.md +5 -5
  204. package/templates/repo/.github/skills/fix/references/workflow-standard.md +12 -12
  205. package/templates/repo/.github/skills/frontend-design/SKILL.md +2 -3
  206. package/templates/repo/.github/skills/frontend-design/references/workflow-describe.md +1 -1
  207. package/templates/repo/.github/skills/frontend-design/references/workflow-quick.md +1 -1
  208. package/templates/repo/.github/skills/frontend-design/references/workflow-screenshot.md +1 -1
  209. package/templates/repo/.github/skills/git/SKILL.md +2 -3
  210. package/templates/repo/.github/skills/git/references/commit-standards.md +2 -2
  211. package/templates/repo/.github/skills/git/references/workflow-commit.md +1 -1
  212. package/templates/repo/.github/skills/git/references/workflow-merge.md +1 -1
  213. package/templates/repo/.github/skills/git/references/workflow-pr.md +1 -1
  214. package/templates/repo/.github/skills/git/references/workflow-push.md +1 -1
  215. package/templates/repo/.github/skills/install.ps1 +5 -5
  216. package/templates/repo/.github/skills/install.sh +2 -2
  217. package/templates/repo/.github/skills/mcp-management/README.md +8 -8
  218. package/templates/repo/.github/skills/mcp-management/SKILL.md +9 -9
  219. package/templates/repo/.github/skills/mcp-management/references/gemini-cli-integration.md +2 -2
  220. package/templates/repo/.github/skills/mcp-management/scripts/.env.example +2 -2
  221. package/templates/repo/.github/skills/planning/SKILL.md +4 -5
  222. package/templates/repo/.github/skills/planning/references/output-standards.md +1 -1
  223. package/templates/repo/.github/skills/planning/references/plan-organization.md +1 -1
  224. package/templates/repo/.github/skills/problem-solving/SKILL.md +1 -2
  225. package/templates/repo/.github/skills/repomix/SKILL.md +2 -2
  226. package/templates/repo/.github/skills/repomix/references/usage-patterns.md +2 -2
  227. package/templates/repo/.github/skills/research/SKILL.md +0 -1
  228. package/templates/repo/.github/skills/scout/SKILL.md +9 -10
  229. package/templates/repo/.github/skills/scout/references/external-scouting.md +10 -10
  230. package/templates/repo/.github/skills/scout/references/internal-scouting.md +9 -9
  231. package/templates/repo/.github/skills/sequential-thinking/README.md +3 -3
  232. package/templates/repo/.github/skills/sequential-thinking/SKILL.md +0 -2
  233. package/templates/repo/.github/skills/sequential-thinking/package.json +1 -1
  234. package/templates/repo/.github/skills/ui-styling/SKILL.md +0 -2
  235. package/templates/repo/.github/skills/web-testing/SKILL.md +0 -2
  236. package/docs/cokit-instruction-guide.html +0 -3004
  237. package/docs/images/cokit-command-finder-final.png +0 -0
  238. package/docs/images/cokit-highlight-fix.png +0 -0
  239. package/docs/images/cokit-highlight-test.png +0 -0
  240. package/prompts/ck-spec-taskstoissues.prompt.md +0 -48
  241. package/skills/cook/references/subagent-patterns.md +0 -75
  242. package/templates/repo/.github/prompts/ck-spec-taskstoissues.prompt.md +0 -48
  243. package/templates/repo/.github/skills/cook/references/subagent-patterns.md +0 -75
@@ -1,9 +1,6 @@
1
1
  ---
2
2
  agent: 'agent'
3
3
  description: 'Cross-artifact consistency and quality analysis across spec, plan, and tasks'
4
- scripts:
5
- sh: spec-kit/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks
6
- ps: spec-kit/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks
7
4
  ---
8
5
 
9
6
  ## User Input
@@ -16,13 +13,13 @@ You **MUST** consider the user input before proceeding (if not empty).
16
13
 
17
14
  ## Goal
18
15
 
19
- Identify inconsistencies, duplications, ambiguities, and underspecified items across the three core artifacts (`spec.md`, `plan.md`, `tasks.md`) before implementation. This command MUST run only after `/ck.spec.tasks` has successfully produced a complete `tasks.md`.
16
+ Identify inconsistencies, duplications, ambiguities, and underspecified items across the three core artifacts (`spec.md`, `plan.md`, `tasks.md`) before implementation. This command MUST run only after `/ck-spec-tasks` has successfully produced a complete `tasks.md`.
20
17
 
21
18
  ## Operating Constraints
22
19
 
23
20
  **STRICTLY READ-ONLY**: Do **not** modify any files. Output a structured analysis report. Offer an optional remediation plan (user must explicitly approve before any follow-up editing commands would be invoked manually).
24
21
 
25
- **Constitution Authority**: The project constitution (`constitution.md` at project root) is **non-negotiable** within this analysis scope. Constitution conflicts are automatically CRITICAL and require adjustment of the spec, plan, or tasks—not dilution, reinterpretation, or silent ignoring of the principle. If a principle itself needs to change, that must occur in a separate, explicit constitution update outside `/ck.spec.analyze`.
22
+ **Constitution Authority**: The project constitution (`constitution.md` at project root) is **non-negotiable** within this analysis scope. Constitution conflicts are automatically CRITICAL and require adjustment of the spec, plan, or tasks—not dilution, reinterpretation, or silent ignoring of the principle. If a principle itself needs to change, that must occur in a separate, explicit constitution update outside `/ck-spec-analyze`.
26
23
 
27
24
  ## Execution Steps
28
25
 
@@ -161,9 +158,9 @@ Output a Markdown report (no file writes) with the following structure:
161
158
 
162
159
  At end of report, output a concise Next Actions block:
163
160
 
164
- - If CRITICAL issues exist: Recommend resolving before `/ck.spec.implement`
161
+ - If CRITICAL issues exist: Recommend resolving before `/ck-spec-implement`
165
162
  - If only LOW/MEDIUM: User may proceed, but provide improvement suggestions
166
- - Provide explicit command suggestions: e.g., "Run /ck.spec.specify with refinement", "Run /ck.spec.plan to adjust architecture", "Manually edit tasks.md to add coverage for 'performance-metrics'"
163
+ - Provide explicit command suggestions: e.g., "Run /ck-spec-specify with refinement", "Run /ck-spec-plan to adjust architecture", "Manually edit tasks.md to add coverage for 'performance-metrics'"
167
164
 
168
165
  ### 8. Offer Remediation
169
166
 
@@ -196,8 +193,9 @@ Ask the user: "Would you like me to suggest concrete remediation edits for the t
196
193
 
197
194
  | Command | Description | When to Use |
198
195
  |---------|-------------|-------------|
199
- | `/ck.spec.implement` | Start implementation | Analysis passed, no critical issues |
200
- | `/ck.spec.clarify` | Clarify requirements | Analysis found ambiguities in spec |
201
- | `/ck.spec.tasks` | Regenerate tasks | Task coverage gaps identified |
196
+ | `/ck-spec-implement` | Start implementation | Analysis passed, no critical issues |
197
+ | `/ck-spec-clarify` | Clarify requirements | Analysis found ambiguities in spec |
198
+ | `/ck-spec-tasks` | Regenerate tasks | Task coverage gaps identified |
199
+ | `/ck-fix` | Fix issues found in analysis | Code-level bugs identified |
202
200
 
203
- **Workflow:** `/ck.spec.analyze` → fix issues → `/ck.spec.implement`
201
+ **Workflow:** `/ck-spec-analyze` → fix issues → `/ck-spec-implement`
@@ -1,9 +1,6 @@
1
1
  ---
2
2
  agent: 'agent'
3
3
  description: 'Generate a custom checklist for the current feature based on user requirements'
4
- scripts:
5
- sh: spec-kit/scripts/bash/check-prerequisites.sh --json
6
- ps: spec-kit/scripts/powershell/check-prerequisites.ps1 -Json
7
4
  ---
8
5
 
9
6
  ## Checklist Purpose: "Unit Tests for English"
@@ -97,7 +94,7 @@ You **MUST** consider the user input before proceeding (if not empty).
97
94
  - Format: `[domain].md`
98
95
  - If file exists, append to existing file
99
96
  - Number items sequentially starting from CHK001
100
- - Each `/ck.spec.checklist` run creates a NEW file (never overwrites existing checklists)
97
+ - Each `/ck-spec-checklist` run creates a NEW file (never overwrites existing checklists)
101
98
 
102
99
  **CORE PRINCIPLE - Test the Requirements, Not the Implementation**:
103
100
  Every checklist item MUST evaluate the REQUIREMENTS THEMSELVES for:
@@ -215,7 +212,7 @@ You **MUST** consider the user input before proceeding (if not empty).
215
212
  - Actor/timing
216
213
  - Any explicit user-specified must-have items incorporated
217
214
 
218
- **Important**: Each `/ck.spec.checklist` command invocation creates a checklist file using short, descriptive names unless file already exists. This allows:
215
+ **Important**: Each `/ck-spec-checklist` command invocation creates a checklist file using short, descriptive names unless file already exists. This allows:
219
216
 
220
217
  - Multiple checklists of different types (e.g., `ux.md`, `test.md`, `security.md`)
221
218
  - Simple, memorable filenames that indicate checklist purpose
@@ -303,8 +300,9 @@ Sample items:
303
300
 
304
301
  | Command | Description | When to Use |
305
302
  |---------|-------------|-------------|
306
- | `/ck.spec.clarify` | Clarify requirements | Checklist revealed gaps in spec |
307
- | `/ck.spec.plan` | Generate implementation plan | Checklist passed, spec is solid |
308
- | `/ck.spec.implement` | Start implementation | Plan exists, checklist validated |
303
+ | `/ck-spec-clarify` | Clarify requirements | Checklist revealed gaps in spec |
304
+ | `/ck-spec-plan` | Generate implementation plan | Checklist passed, spec is solid |
305
+ | `/ck-spec-implement` | Start implementation | Plan exists, checklist validated |
306
+ | `/ck-test` | Run tests to validate | Checklist passed, verify with tests |
309
307
 
310
- **Usage:** Run `/ck.spec.checklist [domain]` for focused validation (e.g., security, ux, api)
308
+ **Usage:** Run `/ck-spec-checklist [domain]` for focused validation (e.g., security, ux, api)
@@ -1,13 +1,6 @@
1
1
  ---
2
2
  agent: 'agent'
3
3
  description: 'Identify underspecified areas and ask targeted clarification questions'
4
- handoffs:
5
- - label: Build Technical Plan
6
- agent: ck.spec.plan
7
- prompt: Create a plan for the spec. I am building with...
8
- scripts:
9
- sh: spec-kit/scripts/bash/check-prerequisites.sh --json --paths-only
10
- ps: spec-kit/scripts/powershell/check-prerequisites.ps1 -Json -PathsOnly
11
4
  ---
12
5
 
13
6
  ## User Input
@@ -22,7 +15,7 @@ You **MUST** consider the user input before proceeding (if not empty).
22
15
 
23
16
  Goal: Detect and reduce ambiguity or missing decision points in the active feature specification and record the clarifications directly in the spec file.
24
17
 
25
- Note: This clarification workflow is expected to run (and be completed) BEFORE invoking `/ck.spec.plan`. If the user explicitly states they are skipping clarification (e.g., exploratory spike), you may proceed, but must warn that downstream rework risk increases.
18
+ Note: This clarification workflow is expected to run (and be completed) BEFORE invoking `/ck-spec-plan`. If the user explicitly states they are skipping clarification (e.g., exploratory spike), you may proceed, but must warn that downstream rework risk increases.
26
19
 
27
20
  Execution steps:
28
21
 
@@ -30,7 +23,7 @@ Execution steps:
30
23
  - `FEATURE_DIR`
31
24
  - `FEATURE_SPEC`
32
25
  - (Optionally capture `IMPL_PLAN`, `TASKS` for future chained flows.)
33
- - If JSON parsing fails, abort and instruct user to re-run `/ck.spec.specify` or verify feature branch environment.
26
+ - If JSON parsing fails, abort and instruct user to re-run `/ck-spec-specify` or verify feature branch environment.
34
27
  - For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'\''m Groot' (or double-quote if possible: "I'm Groot").
35
28
 
36
29
  2. Load the current spec file. Perform a structured ambiguity & coverage scan using this taxonomy. For each category, mark status: Clear / Partial / Missing. Produce an internal coverage map used for prioritization (do not output raw map unless no questions will be asked).
@@ -169,13 +162,13 @@ Execution steps:
169
162
  - Path to updated spec.
170
163
  - Sections touched (list names).
171
164
  - Coverage summary table listing each taxonomy category with Status: Resolved (was Partial/Missing and addressed), Deferred (exceeds question quota or better suited for planning), Clear (already sufficient), Outstanding (still Partial/Missing but low impact).
172
- - If any Outstanding or Deferred remain, recommend whether to proceed to `/ck.spec.plan` or run `/ck.spec.clarify` again later post-plan.
165
+ - If any Outstanding or Deferred remain, recommend whether to proceed to `/ck-spec-plan` or run `/ck-spec-clarify` again later post-plan.
173
166
  - Suggested next command.
174
167
 
175
168
  Behavior rules:
176
169
 
177
170
  - If no meaningful ambiguities found (or all potential questions would be low-impact), respond: "No critical ambiguities detected worth formal clarification." and suggest proceeding.
178
- - If spec file missing, instruct user to run `/ck.spec.specify` first (do not create a new spec here).
171
+ - If spec file missing, instruct user to run `/ck-spec-specify` first (do not create a new spec here).
179
172
  - Never exceed 5 total asked questions (clarification retries for a single question do not count as new questions).
180
173
  - Avoid speculative tech stack questions unless the absence blocks functional clarity.
181
174
  - Respect user early termination signals ("stop", "done", "proceed").
@@ -190,8 +183,8 @@ Context for prioritization: {ARGS}
190
183
 
191
184
  | Command | Description | When to Use |
192
185
  |---------|-------------|-------------|
193
- | `/ck.spec.plan` | Generate implementation plan | All clarifications resolved, spec is complete |
194
- | `/ck.spec.checklist` | Generate validation checklist | Need domain-specific requirements validation |
195
- | `/ck.spec.specify` | Update/rewrite spec | Major scope changes or new feature |
186
+ | `/ck-spec-plan` | Generate implementation plan | All clarifications resolved, spec is complete |
187
+ | `/ck-spec-checklist` | Generate validation checklist | Need domain-specific requirements validation |
188
+ | `/ck-spec-specify` | Update/rewrite spec | Major scope changes or new feature |
196
189
 
197
- **Workflow:** `/ck.spec.specify` → `/ck.spec.clarify` → `/ck.spec.plan` → `/ck.spec.tasks` → `/ck.spec.implement`
190
+ **Workflow:** `/ck-spec-specify` → `/ck-spec-clarify` → `/ck-spec-plan` → `/ck-spec-tasks` → `/ck-spec-implement`
@@ -1,12 +1,6 @@
1
1
  ---
2
2
  agent: 'agent'
3
3
  description: 'Create or update the project constitution from principle inputs'
4
- handoffs:
5
- - label: Build Specification
6
- agent: ck.spec.specify
7
- prompt: >-
8
- Implement the feature specification based on the updated constitution. I
9
- want to build...
10
4
  ---
11
5
 
12
6
  ## User Input
@@ -47,7 +41,7 @@ Follow this execution flow:
47
41
  - Read `spec-kit/templates/plan-template.md` and ensure any "Constitution Check" or rules align with updated principles.
48
42
  - Read `spec-kit/templates/spec-template.md` for scope/requirements alignment—update if constitution adds/removes mandatory sections or constraints.
49
43
  - Read `spec-kit/templates/tasks-template.md` and ensure task categorization reflects new or removed principle-driven task types (e.g., observability, versioning, testing discipline).
50
- - Read each command file in `spec-kit/templates/commands/*.md` (including this one) to verify no outdated references (agent-specific names like CLAUDE only) remain when generic guidance is required.
44
+ - Read each command file in `spec-kit/templates/commands/*.md` (including this one) to verify no outdated references (agent-specific names only) remain when generic guidance is required.
51
45
  - Read any runtime guidance docs (e.g., `README.md`, `docs/quickstart.md`, or agent-specific guidance files if present). Update references to principles changed.
52
46
 
53
47
  5. Produce a Sync Impact Report (prepend as an HTML comment at top of the constitution file after update):
@@ -90,8 +84,9 @@ The template at `spec-kit/memory/constitution.md` should NOT be modified; always
90
84
 
91
85
  | Command | Description | When to Use |
92
86
  |---------|-------------|-------------|
93
- | `/ck.spec.specify` | Create feature spec | Constitution ready, start defining features |
94
- | `/ck.spec.plan` | Generate implementation plan | Update existing plan with new principles |
95
- | `/ck.spec.analyze` | Validate consistency | Check if existing artifacts align with constitution |
87
+ | `/ck-spec-specify` | Create feature spec | Constitution ready, start defining features |
88
+ | `/ck-spec-plan` | Generate implementation plan | Update existing plan with new principles |
89
+ | `/ck-spec-analyze` | Validate consistency | Check if existing artifacts align with constitution |
90
+ | `/ck-brainstorm` | Brainstorm project ideas | Early stage, exploring project direction |
96
91
 
97
- **Usage:** Run `/ck.spec.constitution` at project start to establish non-negotiable principles
92
+ **Usage:** Run `/ck-spec-constitution` at project start to establish non-negotiable principles
@@ -1,9 +1,6 @@
1
1
  ---
2
2
  agent: 'agent'
3
3
  description: 'Execute the implementation plan by processing all tasks in tasks.md'
4
- scripts:
5
- sh: spec-kit/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks
6
- ps: spec-kit/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks
7
4
  ---
8
5
 
9
6
  ## User Input
@@ -98,8 +95,8 @@ You **MUST** consider the user input before proceeding (if not empty).
98
95
  **Tool-Specific Patterns**:
99
96
  - **Docker**: `node_modules/`, `.git/`, `Dockerfile*`, `.dockerignore`, `*.log*`, `.env*`, `coverage/`
100
97
  - **ESLint**: `node_modules/`, `dist/`, `build/`, `coverage/`, `*.min.js`
101
- - **Prettier**: `node_modules/`, `dist/`, `build/`, `coverage/`, `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`
102
- - **Terraform**: `.terraform/`, `*.tfstate*`, `*.tfvars`, `.terraform.lock.hcl`
98
+ - **Prettier**: `node_modules/`, `dist/`, `build/`, `coverage/`, `package-lock.json`, `yarn.lock`, `pnpm-lock-yaml`
99
+ - **Terraform**: `.terraform/`, `*.tfstate*`, `*.tfvars`, `.terraform.lock-hcl`
103
100
  - **Kubernetes/k8s**: `*.secret.yaml`, `secrets/`, `.kube/`, `kubeconfig*`, `*.key`, `*.crt`
104
101
 
105
102
  5. Parse task structure and extract:
@@ -144,7 +141,7 @@ You **MUST** consider the user input before proceeding (if not empty).
144
141
 
145
142
  **Notes**:
146
143
  - This command supports both single-file (tasks.md only) and hybrid structure (tasks.md + tasks/phase-*.md)
147
- - If tasks are incomplete or missing, suggest running `/ck.spec.tasks` first to regenerate the task list
144
+ - If tasks are incomplete or missing, suggest running `/ck-spec-tasks` first to regenerate the task list
148
145
  - Hybrid structure enables parallel work: multiple agents can work on different phase files simultaneously
149
146
 
150
147
  ---
@@ -153,8 +150,8 @@ You **MUST** consider the user input before proceeding (if not empty).
153
150
 
154
151
  | Command | Description | When to Use |
155
152
  |---------|-------------|-------------|
156
- | `/ck.test` | Run tests and analyze | Validate implementation against requirements |
157
- | `/ck.review` | Code review | Implementation complete, ready for QA |
158
- | `/ck.fix` | Fix issues | Tests failed or bugs discovered |
153
+ | `/ck-test` | Run tests and analyze | Validate implementation against requirements |
154
+ | `/ck-review` | Code review | Implementation complete, ready for QA |
155
+ | `/ck-fix` | Fix issues | Tests failed or bugs discovered |
159
156
 
160
- **Workflow:** `/ck.spec.implement` → `/ck.test` → `/ck.review` → `/ck.git`
157
+ **Workflow:** `/ck-spec-implement` → `/ck-test` → `/ck-review` → `/ck-git`
@@ -1,20 +1,6 @@
1
1
  ---
2
2
  agent: 'agent'
3
3
  description: 'Execute implementation planning workflow to generate design artifacts'
4
- handoffs:
5
- - label: Create Tasks
6
- agent: ck.spec.tasks
7
- prompt: Break the plan into tasks
8
- send: true
9
- - label: Create Checklist
10
- agent: ck.spec.checklist
11
- prompt: Create a checklist for the following domain...
12
- scripts:
13
- sh: spec-kit/scripts/bash/setup-plan.sh --json
14
- ps: spec-kit/scripts/powershell/setup-plan.ps1 -Json
15
- agent_scripts:
16
- sh: spec-kit/scripts/bash/update-agent-context.sh __AGENT__
17
- ps: spec-kit/scripts/powershell/update-agent-context.ps1 -AgentType __AGENT__
18
4
  ---
19
5
 
20
6
  ## User Input
@@ -101,8 +87,9 @@ You **MUST** consider the user input before proceeding (if not empty).
101
87
 
102
88
  | Command | Description | When to Use |
103
89
  |---------|-------------|-------------|
104
- | `/ck.spec.tasks` | Generate executable tasks | Plan complete with data-model.md, contracts/ ready |
105
- | `/ck.spec.checklist` | Generate validation checklist | Need domain-specific QA before implementation |
106
- | `/ck.spec.analyze` | Cross-artifact analysis | After tasks generated, check consistency |
90
+ | `/ck-spec-tasks` | Generate executable tasks | Plan complete with data-model.md, contracts/ ready |
91
+ | `/ck-spec-checklist` | Generate validation checklist | Need domain-specific QA before implementation |
92
+ | `/ck-spec-analyze` | Cross-artifact analysis | After tasks generated, check consistency |
93
+ | `/ck-cook` | Quick flow — implement plan directly | Plan is simple, skip spec-tasks |
107
94
 
108
- **Workflow:** `/ck.spec.specify` → `/ck.spec.clarify` → `/ck.spec.plan` → `/ck.spec.tasks` → `/ck.spec.implement`
95
+ **Workflow:** `/ck-spec-specify` → `/ck-spec-clarify` → `/ck-spec-plan` → `/ck-spec-tasks` → `/ck-spec-implement`
@@ -1,17 +1,6 @@
1
1
  ---
2
2
  agent: 'agent'
3
3
  description: 'Create or update the feature specification from a natural language description'
4
- handoffs:
5
- - label: Build Technical Plan
6
- agent: ck.spec.plan
7
- prompt: Create a plan for the spec. I am building with...
8
- - label: Clarify Spec Requirements
9
- agent: ck.spec.clarify
10
- prompt: Clarify specification requirements
11
- send: true
12
- scripts:
13
- sh: 'spec-kit/scripts/bash/create-new-feature.sh --json "{ARGS}"'
14
- ps: 'spec-kit/scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"'
15
4
  ---
16
5
 
17
6
  ## User Input
@@ -24,7 +13,7 @@ You **MUST** consider the user input before proceeding (if not empty).
24
13
 
25
14
  ## Outline
26
15
 
27
- The text the user typed after `/ck.spec.specify` in the triggering message **is** the feature description. Assume you always have it available in this conversation even if `{ARGS}` appears literally below. Do not ask the user to repeat it unless they provided an empty command.
16
+ The text the user typed after `/ck-spec-specify` in the triggering message **is** the feature description. Assume you always have it available in this conversation even if `{ARGS}` appears literally below. Do not ask the user to repeat it unless they provided an empty command.
28
17
 
29
18
  Given that feature description, do this:
30
19
 
@@ -138,7 +127,7 @@ Given that feature description, do this:
138
127
 
139
128
  ## Notes
140
129
 
141
- - Items marked incomplete require spec updates before `/ck.spec.clarify` or `/ck.spec.plan`
130
+ - Items marked incomplete require spec updates before `/ck-spec-clarify` or `/ck-spec-plan`
142
131
  ```
143
132
 
144
133
  b. **Run Validation Check**: Review the spec against each checklist item:
@@ -192,7 +181,7 @@ Given that feature description, do this:
192
181
 
193
182
  d. **Update Checklist**: After each validation iteration, update the checklist file with current pass/fail status
194
183
 
195
- 7. Report completion with branch name, spec file path, checklist results, and readiness for the next phase (`/ck.spec.clarify` or `/ck.spec.plan`).
184
+ 7. Report completion with branch name, spec file path, checklist results, and readiness for the next phase (`/ck-spec-clarify` or `/ck-spec-plan`).
196
185
 
197
186
  **NOTE:** The script creates and checks out the new branch and initializes the spec file before writing.
198
187
 
@@ -265,6 +254,7 @@ Success criteria must be:
265
254
 
266
255
  | Command | Description | When to Use |
267
256
  |---------|-------------|-------------|
268
- | `/ck.spec.clarify` | Ask clarification questions | Spec has [NEEDS CLARIFICATION] markers or vague requirements |
269
- | `/ck.spec.plan` | Generate implementation plan | Spec is complete and ready for technical planning |
270
- | `/ck.spec.constitution` | Create project principles | Need to establish non-negotiable rules before planning |
257
+ | `/ck-spec-clarify` | Ask clarification questions | Spec has [NEEDS CLARIFICATION] markers or vague requirements |
258
+ | `/ck-spec-plan` | Generate implementation plan | Spec is complete and ready for technical planning |
259
+ | `/ck-spec-constitution` | Create project principles | Need to establish non-negotiable rules before planning |
260
+ | `/ck-brainstorm` | Brainstorm ideas first | Not sure what to build yet |
@@ -1,18 +1,6 @@
1
1
  ---
2
2
  agent: 'agent'
3
3
  description: 'Generate actionable, dependency-ordered tasks.md from design artifacts'
4
- handoffs:
5
- - label: Analyze For Consistency
6
- agent: ck.spec.analyze
7
- prompt: Run a project analysis for consistency
8
- send: true
9
- - label: Implement Project
10
- agent: ck.spec.implement
11
- prompt: Start the implementation in phases
12
- send: true
13
- scripts:
14
- sh: spec-kit/scripts/bash/check-prerequisites.sh --json
15
- ps: spec-kit/scripts/powershell/check-prerequisites.ps1 -Json
16
4
  ---
17
5
 
18
6
  ## User Input
@@ -186,8 +174,8 @@ Every task MUST strictly follow this format:
186
174
 
187
175
  | Command | Description | When to Use |
188
176
  |---------|-------------|-------------|
189
- | `/ck.spec.analyze` | Cross-artifact consistency check | Before implementation, validate spec/plan/tasks alignment |
190
- | `/ck.spec.implement` | Execute implementation | All tasks validated, ready to code |
191
- | `/ck.spec.taskstoissues` | Create GitHub issues | Track tasks in GitHub project board |
177
+ | `/ck-spec-analyze` | Cross-artifact consistency check | Before implementation, validate spec/plan/tasks alignment |
178
+ | `/ck-spec-implement` | Execute implementation | All tasks validated, ready to code |
179
+ | `/ck-cook` | Quick flow implement without full spec | Simple tasks that don't need spec-implement |
192
180
 
193
- **Workflow:** `/ck.spec.specify` → `/ck.spec.clarify` → `/ck.spec.plan` → `/ck.spec.tasks` → `/ck.spec.implement`
181
+ **Workflow:** `/ck-spec-specify` → `/ck-spec-clarify` → `/ck-spec-plan` → `/ck-spec-tasks` → `/ck-spec-implement`
@@ -4,7 +4,7 @@ description: 'Run tests locally and analyze the summary report'
4
4
  tools: ['execute/runInTerminal', 'execute/getTerminalOutput', 'execute/runTests', 'execute/testFailure', 'read/problems']
5
5
  ---
6
6
 
7
- Use the `tester` subagent to run tests locally and analyze the summary report.
7
+ Use the `tester` agent to run tests locally and analyze the summary report.
8
8
 
9
9
  **IMPORTANT**: **Do not** start implementing.
10
10
  **IMPORTANT:** Analyze the skills catalog and activate the skills that are needed for the task during the process.
@@ -15,5 +15,7 @@ Use the `tester` subagent to run tests locally and analyze the summary report.
15
15
 
16
16
  | Command | Description |
17
17
  |---------|-------------|
18
- | `/ck.fix` | Analyze and fix issues |
19
- | `/ck.review` | Scan and analyze codebase |
18
+ | `/ck-fix` | Analyze and fix issues |
19
+ | `/ck-review` | Scan and analyze codebase |
20
+ | `/ck-git` | Commit changes |
21
+ | `/ck-spec-checklist` | Validate against spec requirements |
@@ -15,5 +15,7 @@ Analyze the overall impact and quality of the changes.
15
15
 
16
16
  | Command | Description |
17
17
  |---------|-------------|
18
- | `/ck.brainstorm` | Explore ideas |
19
- | `/ck.plan` | Create plan |
18
+ | `/ck-brainstorm` | Explore ideas |
19
+ | `/ck-plan` | Create plan |
20
+ | `/ck-cook` | Implement feature |
21
+ | `/ck-spec-specify` | Write detailed feature spec |
@@ -1,6 +1,6 @@
1
1
  # Skills Installation Guide
2
2
 
3
- This guide explains how to install dependencies for Claude Code skills.
3
+ This guide explains how to install dependencies for skills.
4
4
 
5
5
  ## Overview
6
6
 
@@ -203,7 +203,7 @@ Skills respect environment variable loading priority:
203
203
  1. **process.env** (highest priority - runtime environment)
204
204
  2. **`$HOME/.copilot/skills/{skill-name}/.env`** (skill-specific config)
205
205
  3. **`$HOME/.copilot/skills/.env`** (shared skills config)
206
- 4. **`$HOME/.copilot/.env`** (global Claude config)
206
+ 4. **`$HOME/.copilot/.env`** (global config)
207
207
 
208
208
  Example `.env` files are provided where needed (e.g., `devops/.env.example`).
209
209
 
@@ -308,4 +308,4 @@ If dependencies fail to install or scripts don't work:
308
308
  2. Verify system tools are installed and in PATH
309
309
  3. Check environment variables are set correctly
310
310
  4. Review skill's `SKILL.md` for additional setup instructions
311
- 5. Open an issue: https://github.com/anthropics/claude-code/issues
311
+ 5. Open an issue on the project repository
@@ -1,17 +1,11 @@
1
1
  # Skills
2
- Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. Skills teach Claude how to complete specific tasks in a repeatable way, whether that's creating documents with your company's brand guidelines, analyzing data using your organization's specific workflows, or automating personal tasks.
3
-
4
- For more information, check out:
5
- - [What are skills?](https://support.claude.com/en/articles/12512176-what-are-skills)
6
- - [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude)
7
- - [How to create custom skills](https://support.claude.com/en/articles/12512198-creating-custom-skills)
8
- - [Equipping agents for the real world with Agent Skills](https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills)
2
+ Skills are folders of instructions, scripts, and resources that the AI agent loads dynamically to improve performance on specialized tasks. Skills teach the AI agent how to complete specific tasks in a repeatable way, whether that's creating documents with your company's brand guidelines, analyzing data using your organization's specific workflows, or automating personal tasks.
9
3
 
10
4
  # About This Repository
11
5
 
12
- This repository contains example skills that demonstrate what's possible with Claude's skills system. These examples range from creative applications (art, music, design) to technical tasks (testing web apps, MCP server generation) to enterprise workflows (communications, branding, etc.).
6
+ This repository contains example skills that demonstrate what's possible with the skills system. These examples range from creative applications (art, music, design) to technical tasks (testing web apps, MCP server generation) to enterprise workflows (communications, branding, etc.).
13
7
 
14
- Each skill is self-contained in its own directory with a `SKILL.md` file containing the instructions and metadata that Claude uses. Browse through these examples to get inspiration for your own skills or to understand different patterns and approaches.
8
+ Each skill is self-contained in its own directory with a `SKILL.md` file containing the instructions and metadata that the AI agent uses. Browse through these examples to get inspiration for your own skills or to understand different patterns and approaches.
15
9
 
16
10
  The example skills in this repo are open source (Apache 2.0).
17
11
 
@@ -19,7 +13,7 @@ The example skills in this repo are open source (Apache 2.0).
19
13
 
20
14
  ## Disclaimer
21
15
 
22
- **These skills are provided for demonstration and educational purposes only.** While some of these capabilities may be available in Claude, the implementations and behaviors you receive from Claude may differ from what is shown in these examples. These examples are meant to illustrate patterns and possibilities. Always test skills thoroughly in your own environment before relying on them for critical tasks.
16
+ **These skills are provided for demonstration and educational purposes only.** The implementations and behaviors you receive may differ from what is shown in these examples. These examples are meant to illustrate patterns and possibilities. Always test skills thoroughly in your own environment before relying on them for critical tasks.
23
17
 
24
18
  # Installation
25
19
 
@@ -69,34 +63,18 @@ This repository includes a diverse collection of example skills demonstrating di
69
63
  - **slack-gif-creator** - Create animated GIFs optimized for Slack's size constraints
70
64
 
71
65
  ## Development & Technical
72
- - **artifacts-builder** - Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui components
66
+ - **artifacts-builder** - Build complex HTML artifacts using React, Tailwind CSS, and shadcn/ui components
73
67
  - **mcp-server** - Guide for creating high-quality MCP servers to integrate external APIs and services
74
68
  - **webapp-testing** - Test local web applications using Playwright for UI verification and debugging
75
69
 
76
70
  ## Enterprise & Communication
77
- - **brand-guidelines** - Apply Anthropic's official brand colors and typography to artifacts
71
+ - **brand-guidelines** - Apply brand colors and typography to artifacts
78
72
  - **internal-comms** - Write internal communications like status reports, newsletters, and FAQs
79
73
  - **theme-factory** - Style artifacts with 10 pre-set professional themes or generate custom themes on-the-fly
80
74
 
81
- # Try in Claude Code, Claude.ai, and the API
82
-
83
- ## Claude Code
84
- You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:
85
- ```
86
- /plugin marketplace add anthropics/skills
87
- ```
88
-
89
- After installing the plugin, you can use the skill by just mentioning it. For instance, you can ask Claude Code to do something like: "use the pdf skill to extract the form fields from path/to/some-file.pdf"
90
-
91
- ## Claude.ai
92
-
93
- These example skills are all already available to paid plans in Claude.ai.
94
-
95
- To use any skill from this repository or upload custom skills, follow the instructions in [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude#h_a4222fa77b).
96
-
97
- ## Claude API
75
+ # Using Skills
98
76
 
99
- You can use Anthropic's pre-built skills, and upload custom skills, via the Claude API. See the [Skills API Quickstart](https://docs.claude.com/en/api/skills-guide#creating-a-skill) for more.
77
+ You can use skills by mentioning them in conversation. For instance, you can ask the AI agent to do something like: "use the pdf skill to extract the form fields from path/to/some-file.pdf"
100
78
 
101
79
  # Creating a Basic Skill
102
80
 
@@ -110,7 +88,7 @@ description: A clear description of what this skill does and when to use it
110
88
 
111
89
  # My Skill Name
112
90
 
113
- [Add your instructions here that Claude will follow when this skill is active]
91
+ [Add your instructions here that the AI agent will follow when this skill is active]
114
92
 
115
93
  ## Examples
116
94
  - Example usage 1
@@ -125,10 +103,10 @@ The frontmatter requires only two fields:
125
103
  - `name` - A unique identifier for your skill (lowercase, hyphens for spaces)
126
104
  - `description` - A complete description of what the skill does and when to use it
127
105
 
128
- The markdown content below contains the instructions, examples, and guidelines that Claude will follow. For more details, see [How to create custom skills](https://support.claude.com/en/articles/12512198-creating-custom-skills).
106
+ The markdown content below contains the instructions, examples, and guidelines that the AI agent will follow.
129
107
 
130
108
  # Partner Skills
131
109
 
132
- Skills are a great way to teach Claude how to get better at using specific pieces of software. As we see awesome example skills from partners, we may highlight some of them here:
110
+ Skills are a great way to teach the AI agent how to get better at using specific pieces of software. Here are some partner skills:
133
111
 
134
- - **Notion** - [Notion Skills for Claude](https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0)
112
+ - **Notion** - [Notion Skills](https://www.notion.so/notiondevs/Notion-Skills-28da4445d27180c7af1df7d8615723d0)
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: agent-browser
3
3
  description: AI-optimized browser automation CLI with context-efficient snapshots. Use for long autonomous sessions, self-verifying workflows, video recording, and cloud browser testing (Browserbase).
4
- license: Apache-2.0
5
4
  ---
6
5
 
7
6
  # agent-browser Skill
@@ -27,7 +27,7 @@ The YAML frontmatter has 2 required properties:
27
27
  - Restricted to lowercase Unicode alphanumeric + hyphen
28
28
  - Must match the name of the directory containing the SKILL.md
29
29
  - `description`
30
- - Description of what the skill does and when Claude should use it
30
+ - Description of what the skill does and when the agent should use it
31
31
 
32
32
  There are 3 optional properties:
33
33
 
@@ -36,7 +36,7 @@ There are 3 optional properties:
36
36
  - We recommend keeping it short (either the name of a license or the name of a bundled license file)
37
37
  - `allowed-tools`
38
38
  - A list of tools that are pre-approved to run
39
- - Currently only supported in Claude Code
39
+ - Currently only supported in AI coding agents
40
40
  - `metadata`
41
41
  - A map from string keys to string values
42
42
  - Clients can use this to store additional properties not defined by the Agent Skills Spec
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: backend-development
3
3
  description: Build backends with Node.js, Python, Go, C#/.NET (NestJS, FastAPI, Django, ASP.NET Core). Use for REST/GraphQL/gRPC APIs, auth (OAuth, JWT), databases, microservices, security (OWASP), Docker/K8s.
4
- license: MIT
5
- version: 1.0.0
6
4
  ---
7
5
 
8
6
  # Backend Development Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: brainstorm
3
3
  description: Brainstorm solutions with trade-off analysis and brutal honesty. Use for ideation, architecture decisions, technical debates, feature exploration, feasibility assessment, design discussions.
4
- license: MIT
5
- version: 2.0.0
6
4
  ---
7
5
 
8
6
  # Brainstorming Skill
@@ -24,11 +22,11 @@ You operate by the holy trinity of software engineering: **YAGNI** (You Aren't G
24
22
  - Performance optimization and bottleneck identification
25
23
 
26
24
  ## Your Approach
27
- 1. **Question Everything**: Use `AskUserQuestion` tool to ask probing questions to fully understand the user's request, constraints, and true objectives. Don't assume - clarify until you're 100% certain.
28
- 2. **Brutal Honesty**: Use `AskUserQuestion` tool to provide frank, unfiltered feedback about ideas. If something is unrealistic, over-engineered, or likely to cause problems, say so directly. Your job is to prevent costly mistakes.
25
+ 1. **Question Everything**: Ask probing questions directly in your response to fully understand the user's request, constraints, and true objectives. Then stop and wait for user to answer. Don't assume - clarify until you're 100% certain.
26
+ 2. **Brutal Honesty**: Provide frank, unfiltered feedback about ideas directly in your response. If something is unrealistic, over-engineered, or likely to cause problems, say so directly. Your job is to prevent costly mistakes.
29
27
  3. **Explore Alternatives**: Always consider multiple approaches. Present 2-3 viable solutions with clear pros/cons, explaining why one might be superior.
30
- 4. **Challenge Assumptions**: Use `AskUserQuestion` tool to question the user's initial approach. Often the best solution is different from what was originally envisioned.
31
- 5. **Consider All Stakeholders**: Use `AskUserQuestion` tool to evaluate impact on end users, developers, operations team, and business objectives.
28
+ 4. **Challenge Assumptions**: Question the user's initial approach directly in your response. Often the best solution is different from what was originally envisioned. Wait for user input.
29
+ 5. **Consider All Stakeholders**: Ask the user about impact on end users, developers, operations team, and business objectives. Wait for response.
32
30
 
33
31
  ## Collaboration Tools
34
32
  - Consult the `planner` agent to research industry best practices and find proven solutions
@@ -41,13 +39,13 @@ You operate by the holy trinity of software engineering: **YAGNI** (You Aren't G
41
39
 
42
40
  ## Your Process
43
41
  1. **Scout Phase**: Use `scout` skill to discover relevant files and code patterns, read relevant docs in `<project-dir>/docs` directory, to understand the current state of the project
44
- 2. **Discovery Phase**: Use `AskUserQuestion` tool to ask clarifying questions about requirements, constraints, timeline, and success criteria
42
+ 2. **Discovery Phase**: Ask clarifying questions about requirements, constraints, timeline, and success criteria directly in your response. Wait for user answers.
45
43
  3. **Research Phase**: Gather information from other agents and external sources
46
44
  4. **Analysis Phase**: Evaluate multiple approaches using your expertise and principles
47
- 5. **Debate Phase**: Use `AskUserQuestion` tool to Present options, challenge user preferences, and work toward the optimal solution
45
+ 5. **Debate Phase**: Present options directly, challenge user preferences, and work toward the optimal solution. Wait for user input.
48
46
  6. **Consensus Phase**: Ensure alignment on the chosen approach and document decisions
49
47
  7. **Documentation Phase**: Create a comprehensive markdown summary report with the final agreed solution
50
- 8. **Finalize Phase**: Use `AskUserQuestion` tool to ask if user wants to create a detailed implementation plan.
48
+ 8. **Finalize Phase**: Ask the user if they want to create a detailed implementation plan. Wait for response.
51
49
  - If `Yes`: Run `/plan` command with the brainstorm summary context as the argument to ensure plan continuity.
52
50
  **CRITICAL:** The invoked plan command will create `plan.md` with YAML frontmatter including `status: pending`.
53
51
  - If `No`: End the session.