cokit-cli 1.2.0 → 1.2.2

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 +7 -7
  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 +7 -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
@@ -23,7 +23,7 @@ Complete reference for CoKit GitHub Copilot resource toolkit.
23
23
  CoKit transforms GitHub Copilot from basic autocomplete to a structured AI development assistant with:
24
24
 
25
25
  - **12 Specialized Agents** - Planner, code-reviewer, debugger, tester, researcher, code-simplifier, fullstack-developer, ui-ux-designer, etc.
26
- - **28 Prompt Templates** - Reusable workflows with `ck.*` and `ck.spec.*` prefixes
26
+ - **27 Prompt Templates** - Reusable workflows with `ck-*` and `ck-spec-*` prefixes
27
27
  - **27 Skill Packages** - Deep expertise in debugging, code-review, planning, frontend-design, databases, devops, etc.
28
28
  - **5 Instructions** - Coding standards auto-applied by file pattern (backend, frontend, testing, development, research)
29
29
  - **5 Collections** - Bundled resource sets for specific workflows (core, development-rules, documentation, git-workflow, orchestration)
@@ -56,17 +56,17 @@ description: 'Clear task description'
56
56
  Step-by-step instructions...
57
57
  ```
58
58
 
59
- **CoKit Prompts (28 total):**
59
+ **CoKit Prompts (27 total):**
60
60
 
61
- **ClaudeKit (ck.* namespace):** Development workflows - fix, plan, cook, test, review, debug, ask, etc.
61
+ **ClaudeKit (ck-* namespace):** Development workflows - fix, plan, cook, test, review, debug, ask, etc.
62
62
 
63
- **SpecKit (ck.spec.* namespace):** Spec-driven workflows - specify, clarify, constitution, plan, tasks, implement, analyze, checklist, taskstoissues, etc.
63
+ **SpecKit (ck-spec-* namespace):** Spec-driven workflows - specify, clarify, constitution, plan, tasks, implement, analyze, checklist, etc.
64
64
 
65
- All 28 prompts are unified in a single namespace for seamless workflow navigation.
65
+ All 27 prompts are unified in a single namespace for seamless workflow navigation.
66
66
 
67
67
  **Usage Example:**
68
68
  ```
69
- User: /ck.fix The login endpoint returns 500 error
69
+ User: /ck-fix The login endpoint returns 500 error
70
70
 
71
71
  Copilot uses: ck-fix.prompt.md → debugger.agent.md → ck-debugging skill
72
72
  Result: Systematic debugging plan and fix
@@ -215,7 +215,7 @@ You'll be prompted to choose:
215
215
 
216
216
  | Feature | Claude Code | CoKit/Copilot | Notes |
217
217
  |---------|-------------|---|---|
218
- | **Commands** | `/fix:types`, `/plan:auto` | `/ck.fix`, `/ck.plan`, `/ck.cook`, etc. | 14 prompts vs sub-commands |
218
+ | **Commands** | `/fix:types`, `/plan:auto` | `/ck-fix`, `/ck-plan`, `/ck-cook`, etc. | 14 prompts vs sub-commands |
219
219
  | **Skills** | `~/.claude/skills/` | `~/.copilot/skills/ck-*/` | Identical structure |
220
220
  | **Instructions** | `.claude/instructions/` | `.github/instructions/ck-*.md` | Auto-applied by pattern |
221
221
  | **Agents** | Task delegation | Agent references in prompts | Different invocation model |
@@ -231,7 +231,7 @@ You'll be prompted to choose:
231
231
  ### Pattern 1: Fix & Debug Workflow
232
232
 
233
233
  ```
234
- User: /ck.fix The API timeout is too short
234
+ User: /ck-fix The API timeout is too short
235
235
 
236
236
  Prompt (ck-fix.prompt.md)
237
237
 
@@ -245,7 +245,7 @@ Output: Root cause analysis + fix
245
245
  ### Pattern 2: Feature Implementation
246
246
 
247
247
  ```
248
- User: /ck.plan Build user authentication
248
+ User: /ck-plan Build user authentication
249
249
 
250
250
  Prompt (ck-plan.prompt.md) + Agent (planner.agent.md)
251
251
 
@@ -253,7 +253,7 @@ Skills: ck-planning, ck-sequential-thinking
253
253
 
254
254
  Output: Implementation plan
255
255
 
256
- User: /ck.code Implement step 1
256
+ User: /ck-code Implement step 1
257
257
 
258
258
  Prompt (ck-code.prompt.md) + Agent (code-reviewer monitors)
259
259
 
@@ -261,7 +261,7 @@ Skills: ck-backend-development or ck-frontend-development
261
261
 
262
262
  Output: Implemented code
263
263
 
264
- User: /ck.test Write tests
264
+ User: /ck-test Write tests
265
265
 
266
266
  Prompt (ck-test.prompt.md) + Agent (tester.agent.md)
267
267
 
@@ -271,7 +271,7 @@ Output: Test coverage
271
271
  ### Pattern 3: Code Review
272
272
 
273
273
  ```
274
- User: /ck.review-codebase My auth changes
274
+ User: /ck-review-codebase My auth changes
275
275
 
276
276
  Prompt (ck-review-codebase.prompt.md)
277
277
 
@@ -291,7 +291,7 @@ Output: Quality gates, security issues, improvements
291
291
  CoKit supports manual chaining (Copilot is stateless):
292
292
 
293
293
  ```
294
- /ck.plan feature → /ck.code step1 → /ck.test → /ck.review-codebase
294
+ /ck-plan feature → /ck-code step1 → /ck-test → /ck-review-codebase
295
295
  ```
296
296
 
297
297
  ### 2. Context Management
@@ -300,10 +300,10 @@ Without `$ARGUMENTS`, provide context in chat:
300
300
 
301
301
  ```
302
302
  DON'T:
303
- /ck.fix $ARGUMENTS
303
+ /ck-fix $ARGUMENTS
304
304
 
305
305
  DO:
306
- /ck.fix The login endpoint returns 401 for valid credentials in auth.ts
306
+ /ck-fix The login endpoint returns 401 for valid credentials in auth.ts
307
307
  ```
308
308
 
309
309
  ### 3. Instructions Auto-Apply
@@ -61,13 +61,13 @@ npm publish Downloads cokit-cli
61
61
 
62
62
  ## Slide 6: What Users Get
63
63
 
64
- ### 28 Prompts (ClaudeKit + SpecKit)
64
+ ### 27 Prompts (ClaudeKit + SpecKit)
65
65
 
66
- **Development workflows (ck.*):**
67
- - `/ck.fix`, `/ck.plan`, `/ck.cook`, `/ck.test`, `/ck.review`, `/ck.bootstrap`, `/ck.brainstorm`, etc.
66
+ **Development workflows (ck-*):**
67
+ - `/ck-fix`, `/ck-plan`, `/ck-cook`, `/ck-test`, `/ck-review`, `/ck-bootstrap`, `/ck-brainstorm`, etc.
68
68
 
69
- **Spec-driven workflows (ck.spec.*):**
70
- - `/ck.spec.specify`, `/ck.spec.clarify`, `/ck.spec.plan`, `/ck.spec.tasks`, `/ck.spec.implement`, etc.
69
+ **Spec-driven workflows (ck-spec-*):**
70
+ - `/ck-spec-specify`, `/ck-spec-clarify`, `/ck-spec-plan`, `/ck-spec-tasks`, `/ck-spec-implement`, etc.
71
71
 
72
72
  All unified in single namespace with cross-navigation.
73
73
 
@@ -127,7 +127,7 @@ $ npx cokit-cli init
127
127
  ✓ Created .github/instructions/ (5 files)
128
128
  ✓ Created .github/collections/ (5 bundles)
129
129
 
130
- 🎉 Done! Try /ck.fix in Copilot Chat.
130
+ 🎉 Done! Try /ck-fix in Copilot Chat.
131
131
  ```
132
132
 
133
133
  ---
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## Architecture Overview
8
8
 
9
- CoKit merges two upstream sources into a unified `ck.*` command namespace:
9
+ CoKit merges two upstream sources into a unified `ck-*` command namespace:
10
10
 
11
11
  ```
12
12
  ┌─────────────────────────────────────────────────────────────────┐
@@ -37,13 +37,13 @@ CoKit merges two upstream sources into a unified `ck.*` command namespace:
37
37
  │ OUTPUT │
38
38
  ├─────────────────────────────────────────────────────────────────┤
39
39
  │ prompts/ agents/ skills/ │
40
- │ ├── ck.brainstorm ├── planner ├── ck-planning/ │
41
- │ ├── ck.specify ├── debugger ├── ck-databases/ │
42
- │ ├── ck.plan └── ... └── ... │
40
+ │ ├── ck-brainstorm ├── planner ├── ck-planning/ │
41
+ │ ├── ck-specify ├── debugger ├── ck-databases/ │
42
+ │ ├── ck-plan └── ... └── ... │
43
43
  │ └── ... │
44
44
  │ │
45
- │ All use unified ck.* namespace │
46
- │ All have cross-navigation to other ck.* commands │
45
+ │ All use unified ck-* namespace │
46
+ │ All have cross-navigation to other ck-* commands │
47
47
  └─────────────────────────────────────────────────────────────────┘
48
48
  ```
49
49
 
@@ -57,7 +57,7 @@ CoKit merges two upstream sources into a unified `ck.*` command namespace:
57
57
  | `eng/transform-claudekit.mjs` | ClaudeKit → CoKit transform rules |
58
58
  | `eng/transform-speckit.mjs` | SpecKit → CoKit transform rules |
59
59
  | `eng/patch-navigation.mjs` | Injects unified navigation footer |
60
- | `eng/resource-origins.yml` | **CRITICAL** - Maps ck.* commands to upstream sources |
60
+ | `eng/resource-origins.yml` | **CRITICAL** - Maps ck-* commands to upstream sources |
61
61
 
62
62
  ---
63
63
 
@@ -81,42 +81,42 @@ sources:
81
81
  last_sync: "2026-02-03"
82
82
 
83
83
  # COMMAND MAPPINGS
84
- # Format: ck.{name} → source info
84
+ # Format: ck-{name} → source info
85
85
  mappings:
86
86
  # ═══════════════════════════════════════════════════════════════
87
87
  # FROM SPECKIT
88
88
  # ═══════════════════════════════════════════════════════════════
89
- ck.specify:
89
+ ck-specify:
90
90
  origin: speckit
91
91
  original: speckit.specify
92
92
  upstream_file: templates/commands/specify.md
93
93
  description: Create feature specification from description
94
94
 
95
- ck.clarify:
95
+ ck-clarify:
96
96
  origin: speckit
97
97
  original: speckit.clarify
98
98
  upstream_file: templates/commands/clarify.md
99
99
  description: Resolve specification ambiguities
100
100
 
101
- ck.constitution:
101
+ ck-constitution:
102
102
  origin: speckit
103
103
  original: speckit.constitution
104
104
  upstream_file: templates/commands/constitution.md
105
105
  description: Create/update project constitution
106
106
 
107
- ck.tasks:
107
+ ck-tasks:
108
108
  origin: speckit
109
109
  original: speckit.tasks
110
110
  upstream_file: templates/commands/tasks.md
111
111
  description: Generate task list from plan
112
112
 
113
- ck.analyze:
113
+ ck-analyze:
114
114
  origin: speckit
115
115
  original: speckit.analyze
116
116
  upstream_file: templates/commands/analyze.md
117
117
  description: Analyze spec consistency
118
118
 
119
- ck.checklist:
119
+ ck-checklist:
120
120
  origin: speckit
121
121
  original: speckit.checklist
122
122
  upstream_file: templates/commands/checklist.md
@@ -125,43 +125,43 @@ mappings:
125
125
  # ═══════════════════════════════════════════════════════════════
126
126
  # FROM CLAUDEKIT
127
127
  # ═══════════════════════════════════════════════════════════════
128
- ck.brainstorm:
128
+ ck-brainstorm:
129
129
  origin: claudekit
130
130
  original: brainstorm
131
131
  upstream_file: skills/brainstorm/SKILL.md
132
132
  description: Explore solutions with trade-off analysis
133
133
 
134
- ck.plan:
134
+ ck-plan:
135
135
  origin: claudekit
136
136
  original: plan
137
137
  upstream_file: commands/plan.md
138
138
  description: Intelligent plan creation
139
139
 
140
- ck.plan.hard:
140
+ ck-plan-hard:
141
141
  origin: claudekit
142
142
  original: plan/hard
143
143
  upstream_file: commands/plan/hard.md
144
144
  description: Deep research + comprehensive plan
145
145
 
146
- ck.plan.fast:
146
+ ck-plan-fast:
147
147
  origin: claudekit
148
148
  original: plan/fast
149
149
  upstream_file: commands/plan/fast.md
150
150
  description: Quick plan without research
151
151
 
152
- ck.cook:
152
+ ck-cook:
153
153
  origin: claudekit
154
154
  original: cook
155
155
  upstream_file: skills/cook/SKILL.md
156
156
  description: Implement feature step by step
157
157
 
158
- ck.fix:
158
+ ck-fix:
159
159
  origin: claudekit
160
160
  original: fix
161
161
  upstream_file: skills/fix/SKILL.md
162
162
  description: Analyze and fix issues
163
163
 
164
- ck.test:
164
+ ck-test:
165
165
  origin: claudekit
166
166
  original: test
167
167
  upstream_file: commands/test.md
@@ -203,7 +203,7 @@ git commit -m "sync: update from claudekit + speckit $(date +%Y-%m-%d)"
203
203
 
204
204
  1. **Sync detects unknown command** → logged to `unknown_commands` in resource-origins.yml
205
205
  2. **Review the new command** → check upstream docs
206
- 3. **Add to mappings** with appropriate `ck.*` name
206
+ 3. **Add to mappings** with appropriate `ck-*` name
207
207
  4. **Re-run transform**
208
208
  5. **Test the new command**
209
209
 
@@ -222,17 +222,17 @@ git commit -m "sync: update from claudekit + speckit $(date +%Y-%m-%d)"
222
222
 
223
223
  | Original | Transformed |
224
224
  |----------|-------------|
225
- | `/speckit.specify` | `/ck.specify` |
226
- | `/speckit.plan` | `/ck.plan` (conflicts with claudekit, see below) |
227
- | `/plan` (claudekit) | `/ck.plan` |
228
- | `/plan:hard` | `/ck.plan.hard` |
229
- | `/brainstorm` | `/ck.brainstorm` |
225
+ | `/speckit.specify` | `/ck-specify` |
226
+ | `/speckit.plan` | `/ck-plan` (conflicts with claudekit, see below) |
227
+ | `/plan` (claudekit) | `/ck-plan` |
228
+ | `/plan:hard` | `/ck-plan-hard` |
229
+ | `/brainstorm` | `/ck-brainstorm` |
230
230
 
231
231
  ### Conflict Resolution
232
232
 
233
233
  When both sources have same command name (e.g., `plan`):
234
234
  - **Default**: ClaudeKit version wins (more mature)
235
- - **SpecKit version**: Available as `ck.plan.spec` if needed
235
+ - **SpecKit version**: Available as `ck-plan.spec` if needed
236
236
  - **Document in resource-origins.yml**
237
237
 
238
238
  ### Placeholder Substitution
@@ -260,7 +260,7 @@ Transform to:
260
260
  ```yaml
261
261
  handoffs:
262
262
  - label: Build Technical Plan
263
- agent: ck.plan
263
+ agent: ck-plan
264
264
  ```
265
265
 
266
266
  ---
@@ -276,13 +276,13 @@ Every prompt gets a navigation footer injected:
276
276
 
277
277
  | Current | Next Options |
278
278
  |---------|--------------|
279
- | After `ck.brainstorm` | `/ck.specify`, `/ck.plan.fast` |
280
- | After `ck.specify` | `/ck.clarify`, `/ck.brainstorm`, `/ck.plan` |
281
- | After `ck.clarify` | `/ck.specify` (update), `/ck.plan` |
282
- | After `ck.plan` | `/ck.cook`, `/ck.brainstorm` (rethink) |
283
- | After `ck.cook` | `/ck.test`, `/ck.fix` |
279
+ | After `ck-brainstorm` | `/ck-specify`, `/ck-plan-fast` |
280
+ | After `ck-specify` | `/ck-clarify`, `/ck-brainstorm`, `/ck-plan` |
281
+ | After `ck-clarify` | `/ck-specify` (update), `/ck-plan` |
282
+ | After `ck-plan` | `/ck-cook`, `/ck-brainstorm` (rethink) |
283
+ | After `ck-cook` | `/ck-test`, `/ck-fix` |
284
284
 
285
- **All commands:** `ck.brainstorm`, `ck.specify`, `ck.clarify`, `ck.constitution`, `ck.plan`, `ck.plan.hard`, `ck.plan.fast`, `ck.tasks`, `ck.cook`, `ck.fix`, `ck.test`
285
+ **All commands:** `ck-brainstorm`, `ck-specify`, `ck-clarify`, `ck-constitution`, `ck-plan`, `ck-plan-hard`, `ck-plan-fast`, `ck-tasks`, `ck-cook`, `ck-fix`, `ck-test`
286
286
  ```
287
287
 
288
288
  ---
@@ -298,32 +298,32 @@ Every prompt gets a navigation footer injected:
298
298
  │ │ │
299
299
  │ ▼ │
300
300
  │ ┌─────────────┐ │
301
- │ │ck.brainstorm│ ← Always start here (question everything) │
301
+ │ │ck-brainstorm│ ← Always start here (question everything) │
302
302
  │ └──────┬──────┘ │
303
303
  │ │ │
304
304
  │ ▼ │
305
305
  │ ┌─────────────┐ │
306
- │ │ ck.specify │ ← Formalize into spec │
306
+ │ │ ck-specify │ ← Formalize into spec │
307
307
  │ └──────┬──────┘ │
308
308
  │ │ Has ambiguities? │
309
309
  │ ▼ │
310
310
  │ ┌─────────────┐ │
311
- │ │ ck.clarify │ ← Resolve (optional) │
311
+ │ │ ck-clarify │ ← Resolve (optional) │
312
312
  │ └──────┬──────┘ │
313
313
  │ │◄────────────────────────┐ │
314
314
  │ ▼ │ │
315
315
  │ ┌─────────────┐ │ │
316
- │ │ ck.plan │ Loop back if │ │
316
+ │ │ ck-plan │ Loop back if │ │
317
317
  │ └──────┬──────┘ approach needs│ │
318
318
  │ │ rethinking │ │
319
319
  │ ▼ │ │
320
320
  │ ┌─────────────┐ │ │
321
- │ │ ck.cook │──────────────────┘ │
322
- │ └──────┬──────┘ (via ck.brainstorm) │
321
+ │ │ ck-cook │──────────────────┘ │
322
+ │ └──────┬──────┘ (via ck-brainstorm) │
323
323
  │ │ │
324
324
  │ ▼ │
325
325
  │ ┌─────────────┐ │
326
- │ │ ck.test │ │
326
+ │ │ ck-test │ │
327
327
  │ └─────────────┘ │
328
328
  │ │
329
329
  └─────────────────────────────────────────────────────────────────┘
@@ -342,7 +342,7 @@ Every prompt gets a navigation footer injected:
342
342
  ### New command not appearing
343
343
 
344
344
  1. Check if it's in `unknown_commands` list
345
- 2. Add to `mappings` section with `ck.*` name
345
+ 2. Add to `mappings` section with `ck-*` name
346
346
  3. Re-run sync
347
347
 
348
348
  ### Merge conflicts in generated files
@@ -369,11 +369,11 @@ ls ~/.claude/skills/
369
369
 
370
370
  For commands that don't come from upstream:
371
371
 
372
- 1. Create directly in `prompts/` with `ck.` prefix
372
+ 1. Create directly in `prompts/` with `ck-` prefix
373
373
  2. Add to resource-origins.yml with `origin: cokit-native`:
374
374
 
375
375
  ```yaml
376
- ck.workflow.enterprise:
376
+ ck-workflow.enterprise:
377
377
  origin: cokit-native
378
378
  description: Full enterprise flow (brainstorm → specify → plan → cook)
379
379
  ```
@@ -18,7 +18,7 @@
18
18
  - Project-specific context
19
19
 
20
20
  **Solution:** CoKit ports proven Claude Code workflow patterns to GitHub Copilot via:
21
- - 28 prompts with unified `ck.*` namespace (ClaudeKit + SpecKit) using `mode: agent`
21
+ - 27 prompts with unified `ck-*` namespace (ClaudeKit + SpecKit) using `mode: agent`
22
22
  - 27 skills teaching Copilot best practices (debugging, code-review, planning, frontend-design, databases, devops, etc.)
23
23
  - 12 specialized agents (including code-simplifier, fullstack-developer, ui-ux-designer)
24
24
  - 5 instructions (backend, frontend, testing, development, research)
@@ -79,16 +79,16 @@
79
79
  │ ┌─────────────────────────────────────────────────────────┐ │
80
80
  │ │ ✓ .github/copilot-instructions.md │ │
81
81
  │ │ ✓ .github/AGENTS.md │ │
82
- │ │ ✓ .github/prompts/ck-*.prompt.md (28 prompts) │ │
82
+ │ │ ✓ .github/prompts/ck-*.prompt.md (27 prompts) │ │
83
83
  │ │ ✓ .github/instructions/ck-*.instructions.md (5 files) │ │
84
84
  │ │ ✓ .github/collections/ck-*.collection.yml (5 bundles) │ │
85
85
  │ │ ✓ .vscode/settings.json │ │
86
86
  │ │ │ │
87
- │ │ 🎉 Done! Try /ck.fix in Copilot Chat. │ │
87
+ │ │ 🎉 Done! Try /ck-fix in Copilot Chat. │ │
88
88
  │ └─────────────────────────────────────────────────────────┘ │
89
89
  │ │ │
90
90
  │ ▼ │
91
- │ Step 5: User opens VS Code, types /ck.fix or /ck.plan │
91
+ │ Step 5: User opens VS Code, types /ck-fix or /ck-plan │
92
92
  │ ┌─────────────────────────────────────────────────────────┐ │
93
93
  │ │ Copilot Chat: "I'll help you debug systematically..." │ │
94
94
  │ └─────────────────────────────────────────────────────────┘ │
@@ -167,15 +167,15 @@ your-project/
167
167
 
168
168
  ---
169
169
 
170
- ## 5. Prompts Included (28 total)
170
+ ## 5. Prompts Included (27 total)
171
171
 
172
- **ClaudeKit (ck.*):** Development workflow commands
173
- - `/ck.fix`, `/ck.plan`, `/ck.cook`, `/ck.test`, `/ck.review`, `/ck.debug`, `/ck.ask`, etc.
172
+ **ClaudeKit (ck-*):** Development workflow commands
173
+ - `/ck-fix`, `/ck-plan`, `/ck-cook`, `/ck-test`, `/ck-review`, `/ck-debug`, `/ck-ask`, etc.
174
174
 
175
- **SpecKit (ck.spec.*):** Spec-driven workflow commands
176
- - `/ck.spec.specify`, `/ck.spec.clarify`, `/ck.spec.plan`, `/ck.spec.tasks`, `/ck.spec.implement`, etc.
175
+ **SpecKit (ck-spec-*):** Spec-driven workflow commands
176
+ - `/ck-spec-specify`, `/ck-spec-clarify`, `/ck-spec-plan`, `/ck-spec-tasks`, `/ck-spec-implement`, etc.
177
177
 
178
- All 28 prompts unified in single namespace with cross-navigation support.
178
+ All 27 prompts unified in single namespace with cross-navigation support.
179
179
 
180
180
  ---
181
181
 
@@ -300,7 +300,7 @@ npx cokit-cli init # Always fetches latest
300
300
  | $ARGUMENTS variables | ❌ Skip | User provides context in chat |
301
301
  | Session state | ❌ Skip | Copilot is stateless |
302
302
 
303
- **Workaround:** Users manually chain prompts (`/ck.plan` → `/ck.code` → `/ck.test` → `/ck.review-codebase`)
303
+ **Workaround:** Users manually chain prompts (`/ck-plan` → `/ck-code` → `/ck-test` → `/ck-review-codebase`)
304
304
 
305
305
  ---
306
306
 
@@ -18,7 +18,7 @@ How Copilot processes user input through CoKit resources to produce output.
18
18
 
19
19
  ### CoKit Examples
20
20
 
21
- **Prompts (28 total):** ClaudeKit (ck.*) and SpecKit (ck.spec.*) namespaces with 28 unified commands
21
+ **Prompts (27 total):** ClaudeKit (ck-*) and SpecKit (ck-spec-*) namespaces with 27 unified commands
22
22
 
23
23
  **Agents (12 total):** planner, code-reviewer, debugger, tester, researcher, scout, git-manager, brainstormer, docs-manager, code-simplifier, fullstack-developer, ui-ux-designer
24
24
 
@@ -54,10 +54,10 @@ You are debugging an issue. Follow systematic troubleshooting...
54
54
  ```
55
55
 
56
56
  **CoKit Examples:**
57
- - `/ck.fix` - Debug and fix
58
- - `/ck.plan` - Create implementation plan
59
- - `/ck.cook` - Step-by-step feature implementation
60
- - `/ck.review-codebase` - Scan and analyze code
57
+ - `/ck-fix` - Debug and fix
58
+ - `/ck-plan` - Create implementation plan
59
+ - `/ck-cook` - Step-by-step feature implementation
60
+ - `/ck-review-codebase` - Scan and analyze code
61
61
 
62
62
  **When to use:** User wants to execute a specific workflow
63
63
 
@@ -135,7 +135,7 @@ When editing React files:
135
135
 
136
136
  **Example: ck-debugging/SKILL.md**
137
137
  ```
138
- skills/ck.debugging/
138
+ skills/ck-debugging/
139
139
  ├── SKILL.md # Main methodology
140
140
  ├── references/ # Case studies, patterns
141
141
  └── examples/ # Real debugging examples
@@ -166,9 +166,9 @@ description: Essential agents, prompts, and skills
166
166
  items:
167
167
  - path: agents/planner.agent.md
168
168
  - path: agents/code-reviewer.agent.md
169
- - path: prompts/ck.plan.prompt.md
170
- - path: prompts/ck.code.prompt.md
171
- - path: skills/ck.planning/
169
+ - path: prompts/ck-plan.prompt.md
170
+ - path: prompts/ck-code.prompt.md
171
+ - path: skills/ck-planning/
172
172
  ```
173
173
 
174
174
  **CoKit Collections:**
@@ -197,7 +197,7 @@ items:
197
197
  ## CoKit Processing Example
198
198
 
199
199
  ```
200
- User types: /ck.fix
200
+ User types: /ck-fix
201
201
 
202
202
  Prompt (ck-fix.prompt.md) activates
203
203
 
@@ -212,4 +212,4 @@ Output: Systematic debugging solution
212
212
 
213
213
  ## One-liner
214
214
 
215
- > User calls **Prompt** (e.g., `/ck.fix`) → Prompt references **Agent** (e.g., `debugger`) → Agent auto-receives **Instructions** by file pattern → Agent activates **Skills** when needed → All can be bundled in **Collection** (e.g., `ck-core`).
215
+ > User calls **Prompt** (e.g., `/ck-fix`) → Prompt references **Agent** (e.g., `debugger`) → Agent auto-receives **Instructions** by file pattern → Agent activates **Skills** when needed → All can be bundled in **Collection** (e.g., `ck-core`).
@@ -105,7 +105,7 @@ cokit workflow fix → fix --auto
105
105
  ```bash
106
106
  # Update /instructions/ with combo workflows
107
107
  touch instructions/workflow-enterprise.md
108
- touch instructions/workflow-quick.md
108
+ touch instructions/workflow-quick-md
109
109
  touch instructions/workflow-fix.md
110
110
  ```
111
111
 
@@ -6,7 +6,7 @@ This guide helps Claude Code users adapt to GitHub Copilot with CoKit.
6
6
 
7
7
  | Feature | Claude Code | CoKit/Copilot |
8
8
  |---------|-------------|---------------|
9
- | Commands | `/fix:types`, `/plan:auto` | `/ck.fix`, `/ck.plan`, `/ck.cook`, etc. |
9
+ | Commands | `/fix:types`, `/plan:auto` | `/ck-fix`, `/ck-plan`, `/ck-cook`, etc. |
10
10
  | Arguments | `$ARGUMENTS` variable | User provides in chat |
11
11
  | Subagents | Task tool delegates to agents | Referenced in prompts |
12
12
  | Hooks | Pre/post execution | Not supported |
@@ -27,8 +27,8 @@ This guide helps Claude Code users adapt to GitHub Copilot with CoKit.
27
27
 
28
28
  **Copilot:**
29
29
  ```
30
- /ck.fix the type errors in auth.ts
31
- /ck.fix the failing tests in user.test.ts
30
+ /ck-fix the type errors in auth.ts
31
+ /ck-fix the failing tests in user.test.ts
32
32
  ```
33
33
 
34
34
  Provide context directly in your message.
@@ -107,10 +107,10 @@ After fixing:
107
107
 
108
108
  2. Use prompts directly:
109
109
  ```
110
- /ck.fix (describe your issue)
111
- /ck.plan (describe your feature)
112
- /ck.cook (implement a feature)
113
- /ck.bootstrap (setup new project)
110
+ /ck-fix (describe your issue)
111
+ /ck-plan (describe your feature)
112
+ /ck-cook (implement a feature)
113
+ /ck-bootstrap (setup new project)
114
114
  ```
115
115
 
116
116
  3. Skills and agents work automatically:
@@ -120,10 +120,10 @@ After fixing:
120
120
  ## Tips for Claude Users
121
121
 
122
122
  1. **Be descriptive** - Without $ARGUMENTS, include context in chat
123
- 2. **Use specialized prompts** - `/ck.cook` for implementation, `/ck.bootstrap` for setup
123
+ 2. **Use specialized prompts** - `/ck-cook` for implementation, `/ck-bootstrap` for setup
124
124
  3. **Explicit instructions** - Put everything in the prompt
125
125
  4. **Manual verification** - No automatic hooks
126
- 5. **Chain workflows** - Use `/ck.plan` → `/ck.code` → `/ck.test` → `/ck.review-codebase`
126
+ 5. **Chain workflows** - Use `/ck-plan` → `/ck-code` → `/ck-test` → `/ck-review-codebase`
127
127
 
128
128
  ## Getting Help
129
129
 
@@ -10,7 +10,7 @@ Make GitHub Copilot smarter in 30 seconds via curated prompts, agents, and workf
10
10
 
11
11
  ## Solution
12
12
  CoKit CLI installs pre-built resources to `~/.copilot/`:
13
- - **28 prompts**: ClaudeKit (ck.*) + SpecKit (ck.spec.*)
13
+ - **27 prompts**: ClaudeKit (ck-*) + SpecKit (ck-spec-*)
14
14
  - **12 agents**: brainstormer, planner, tester, code-simplifier, fullstack-developer, ui-ux-designer, etc.
15
15
  - **27 skills**: debugging, planning, code-review, frontend-design, databases, devops, etc.
16
16
  - **5 collections**: bundled workflows
@@ -19,7 +19,7 @@ CoKit CLI installs pre-built resources to `~/.copilot/`:
19
19
 
20
20
  | Feature | Description |
21
21
  |---------|-------------|
22
- | Two Workflows | `ck.*` (flexible) vs `ck.spec.*` (spec-driven) |
22
+ | Two Workflows | `ck-*` (flexible) vs `ck-spec-*` (spec-driven) |
23
23
  | Sync Pipeline | Auto-merge upstream ClaudeKit + SpecKit |
24
24
  | Navigation | Cross-command suggestions in all prompts |
25
25
  | Global Install | Single `npx cokit-cli init -g` command |
@@ -32,7 +32,7 @@ CoKit CLI installs pre-built resources to `~/.copilot/`:
32
32
  ## Success Metrics
33
33
  - Install time < 30 seconds
34
34
  - Sync time < 30 seconds
35
- - 28+ prompts available post-install
35
+ - 27+ prompts available post-install
36
36
  - 12+ agents available post-install
37
37
  - 27+ skills available post-install
38
38
 
@@ -12,7 +12,7 @@
12
12
  CoKit makes it dead-simple for non-technical users to port Claude Code workflow patterns to GitHub Copilot with a single command: `npx cokit-cli init`.
13
13
 
14
14
  ### Key Features (Current)
15
- - 28 prompt files with `ck-` and `ck.spec-` prefixes
15
+ - 27 prompt files with `ck-` and `ck-spec-` prefixes
16
16
  - 27 specialized skills (debugging, code-review, planning, frontend-design, databases, devops, etc.)
17
17
  - 12 expert agents (planner, code-reviewer, debugger, tester, code-simplifier, fullstack-developer, ui-ux-designer, etc.)
18
18
  - 5 instructions (backend, frontend, testing, development, research)
@@ -60,10 +60,10 @@ CoKit makes it dead-simple for non-technical users to port Claude Code workflow
60
60
  **Status:** COMPLETE (2026-01-06, Enhanced 2026-02-10)
61
61
  **Effort:** 4h
62
62
  **Deliverables:**
63
- - 28 prompt files from ClaudeKit + SpecKit
64
- - ClaudeKit: `ck.fix`, `ck.plan`, `ck.cook`, `ck.test`, `ck.review`, etc.
65
- - SpecKit: `ck.spec.specify`, `ck.spec.clarify`, `ck.spec.plan`, `ck.spec.tasks`, etc.
66
- - Unified namespace: `ck.*` for all commands
63
+ - 27 prompt files from ClaudeKit + SpecKit
64
+ - ClaudeKit: `ck-fix`, `ck-plan`, `ck-cook`, `ck-test`, `ck-review`, etc.
65
+ - SpecKit: `ck-spec-specify`, `ck-spec-clarify`, `ck-spec-plan`, `ck-spec-tasks`, etc.
66
+ - Unified namespace: `ck-*` for all commands
67
67
  - Sync pipeline combines upstream sources
68
68
  - All prompts follow Copilot format with `mode: agent`
69
69
  - 0 critical issues
@@ -162,10 +162,10 @@ CoKit makes it dead-simple for non-technical users to port Claude Code workflow
162
162
  ### 2026-02-10 - v1.2.0 Release (SpecKit Integration)
163
163
 
164
164
  **Resources Expanded:**
165
- - Prompts: 21 → 28 (added SpecKit spec-driven workflow commands)
165
+ - Prompts: 21 → 27 (added SpecKit spec-driven workflow commands)
166
166
  - Agents: 9 → 12 (added code-simplifier, fullstack-developer, ui-ux-designer)
167
167
  - Skills: 7 → 27 (major expansion including frontend-design, databases, devops, etc.)
168
- - Sync Pipeline: Unified ClaudeKit + SpecKit sources into single `ck.*` namespace
168
+ - Sync Pipeline: Unified ClaudeKit + SpecKit sources into single `ck-*` namespace
169
169
 
170
170
  **Features Added:**
171
171
  - Sync pipeline (eng/sync.mjs) for automated upstream merging