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,32 +1,16 @@
1
1
  # Mode Selection
2
2
 
3
- Use `AskUserQuestion` at start of fixing workflow.
4
-
5
- ## AskUserQuestion Format
6
-
7
- ```json
8
- {
9
- "questions": [{
10
- "question": "How should I handle the fix workflow?",
11
- "header": "Fix Mode",
12
- "options": [
13
- {
14
- "label": "Autonomous (Recommended)",
15
- "description": "Auto-approve if quality high, only ask when stuck"
16
- },
17
- {
18
- "label": "Human-in-the-loop",
19
- "description": "Pause for approval at each major step"
20
- },
21
- {
22
- "label": "Quick fix",
23
- "description": "Fast debug-fix-review cycle for simple issues"
24
- }
25
- ],
26
- "multiSelect": false
27
- }]
28
- }
29
- ```
3
+ Ask the user at start of fixing workflow to choose a mode. Present the question directly in your response, then stop and wait for their answer.
4
+
5
+ ## Question Format
6
+
7
+ Ask the user:
8
+
9
+ > **Fix Mode:** How should I handle the fix workflow?
10
+ >
11
+ > 1. **Autonomous (Recommended)** — Auto-approve if quality high, only ask when stuck
12
+ > 2. **Human-in-the-loop** — Pause for approval at each major step
13
+ > 3. **Quick fix** — Fast debug-fix-review cycle for simple issues
30
14
 
31
15
  ## Mode Recommendations
32
16
 
@@ -1,19 +1,19 @@
1
1
  # Parallel Exploration
2
2
 
3
- Patterns for launching multiple subagents in parallel to scout codebase and verify implementation.
3
+ Patterns for launching multiple agents in parallel to scout codebase and verify implementation.
4
4
 
5
5
  ## Parallel Exploration (Scouting)
6
6
 
7
- Launch multiple `Explore` subagents simultaneously when needing to find:
7
+ Launch multiple `Explore` agents simultaneously when needing to find:
8
8
  - Related files across different areas
9
9
  - Similar implementations/patterns
10
10
  - Dependencies and usage
11
11
 
12
12
  **Pattern:**
13
13
  ```
14
- Task(subagent_type="Explore", prompt="Find [X] in [area1]", description="Scout area1")
15
- Task(subagent_type="Explore", prompt="Find [Y] in [area2]", description="Scout area2")
16
- Task(subagent_type="Explore", prompt="Find [Z] in [area3]", description="Scout area3")
14
+ Task(agent_type="Explore", prompt="Find [X] in [area1]", description="Scout area1")
15
+ Task(agent_type="Explore", prompt="Find [Y] in [area2]", description="Scout area2")
16
+ Task(agent_type="Explore", prompt="Find [Z] in [area3]", description="Scout area3")
17
17
  ```
18
18
 
19
19
  **Example - Multi-area scouting:**
@@ -26,12 +26,12 @@ Task("Explore", "Find test files for auth module", "Scout tests")
26
26
 
27
27
  ## Parallel Verification (Bash)
28
28
 
29
- Launch multiple `Bash` subagents to verify implementation from different angles.
29
+ Launch multiple `Bash` agents to verify implementation from different angles.
30
30
 
31
31
  **Pattern:**
32
32
  ```
33
- Task(subagent_type="Bash", prompt="Run [command1]", description="Verify X")
34
- Task(subagent_type="Bash", prompt="Run [command2]", description="Verify Y")
33
+ Task(agent_type="Bash", prompt="Run [command1]", description="Verify X")
34
+ Task(agent_type="Bash", prompt="Run [command2]", description="Verify Y")
35
35
  ```
36
36
 
37
37
  **Example - Multi-verification:**
@@ -73,5 +73,5 @@ Task("Bash", "Run build", "Verify build")
73
73
  ## Resource Limits
74
74
 
75
75
  - Max 3 parallel agents recommended (system resources)
76
- - Each subagent has 200K token context limit
76
+ - Each agent has 200K token context limit
77
77
  - Keep prompts concise to avoid context bloat
@@ -20,9 +20,9 @@ LOOP:
20
20
  → cycle++, GOTO LOOP
21
21
 
22
22
  4. ELSE IF cycle >= 3:
23
- → ESCALATE to user via AskUserQuestion
23
+ → ESCALATE to user directly in response
24
24
  → Display findings
25
- Options: "Fix manually" / "Approve anyway" / "Abort"
25
+ Ask: "Fix manually" / "Approve anyway" / "Abort" — wait for response
26
26
 
27
27
  5. ELSE (score < 9.5, no critical):
28
28
  → Output: "✓ Review [score]/10 - Approved with [N] warnings"
@@ -44,7 +44,7 @@ ALWAYS:
44
44
  │ Suggestions ([N]): [list] │
45
45
  └─────────────────────────────────────┘
46
46
 
47
- 3. Use AskUserQuestion:
47
+ 3. Ask user directly in response, then wait for answer:
48
48
  IF critical_count > 0:
49
49
  - "Fix critical issues"
50
50
  - "Fix all issues"
@@ -18,9 +18,9 @@ When to activate each skill during fixing workflows.
18
18
  | `context-engineering` | Fixing AI/LLM/agent code, context window issues |
19
19
  | ImageMagick/FFmpeg | Image/video processing, visual asset manipulation |
20
20
 
21
- ## Subagent Usage
21
+ ## Agent Usage
22
22
 
23
- | Subagent | Activate When |
23
+ | Agent | Activate When |
24
24
  |----------|---------------|
25
25
  | `debugger` | Root cause unclear, need deep investigation |
26
26
  | `Explore` (parallel) | Scout multiple areas simultaneously |
@@ -61,5 +61,5 @@ See `references/parallel-exploration.md` for detailed patterns.
61
61
  | "stuck", "tried everything" | `problem-solving` |
62
62
  | "complex", "multi-step" | `sequential-thinking` |
63
63
  | "which approach", "options" | `brainstorming` |
64
- | "latest docs", "best practice" | `researcher` subagent |
64
+ | "latest docs", "best practice" | `researcher` agent |
65
65
  | Screenshot attached | Visual analysis |
@@ -5,7 +5,7 @@ Full pipeline with research, brainstorming, and planning for complex issues.
5
5
  ## Steps
6
6
 
7
7
  ### Step 1: Debug & Parallel Investigation
8
- Activate `debug` skill. Launch 2-3 `Explore` subagents in parallel:
8
+ Activate `debug` skill. Launch 2-3 `Explore` agents in parallel:
9
9
  ```
10
10
  Task("Explore", "Find error origin", "Trace error")
11
11
  Task("Explore", "Find affected components", "Map deps")
@@ -16,7 +16,7 @@ See `references/parallel-exploration.md` for patterns.
16
16
  **Output:** `✓ Step 1: Root cause - [summary], system impact: [scope]`
17
17
 
18
18
  ### Step 2: Research
19
- Use `researcher` subagent for external knowledge.
19
+ Use `researcher` agent for external knowledge.
20
20
 
21
21
  - Search latest docs, best practices
22
22
  - Find similar issues/solutions
@@ -34,7 +34,7 @@ Activate `brainstorming` skill.
34
34
  **Output:** `✓ Step 3: Approach selected - [chosen approach]`
35
35
 
36
36
  ### Step 4: Plan
37
- Use `planner` subagent to create implementation plan.
37
+ Use `planner` agent to create implementation plan.
38
38
 
39
39
  - Break down into phases
40
40
  - Identify dependencies
@@ -51,7 +51,7 @@ See `references/parallel-exploration.md`
51
51
  **Output:** `✓ Step 5: Implemented - [N] files, [M] phases, verified`
52
52
 
53
53
  ### Step 6: Test
54
- Use `tester` subagent.
54
+ Use `tester` agent.
55
55
 
56
56
  - Comprehensive testing
57
57
  - Edge cases, security, performance
@@ -60,24 +60,24 @@ Use `tester` subagent.
60
60
  **Output:** `✓ Step 6: Tests [X/X passed]`
61
61
 
62
62
  ### Step 7: Review
63
- Use `code-reviewer` subagent.
63
+ Use `code-reviewer` agent.
64
64
 
65
65
  See `references/review-cycle.md` for mode-specific handling.
66
66
 
67
67
  **Output:** `✓ Step 7: Review [score]/10 - [status]`
68
68
 
69
69
  ### Step 8: Finalize
70
- - Use `project-manager` subagent to update roadmap
71
- - Use `docs-manager` subagent for documentation
72
- - Use `git-manager` subagent for commit
70
+ - Use `project-manager` agent to update roadmap
71
+ - Use `docs-manager` agent for documentation
72
+ - Use `git-manager` agent for commit
73
73
 
74
74
  **Output:** `✓ Step 8: Complete - [actions taken]`
75
75
 
76
- ## Skills/Subagents Activated
76
+ ## Skills/Agents Activated
77
77
 
78
- | Step | Skills/Subagents |
78
+ | Step | Skills/Agents |
79
79
  |------|------------------|
80
- | 1 | `debug`, parallel `Explore` subagents for investigation |
80
+ | 1 | `debug`, parallel `Explore` agents for investigation |
81
81
  | 2 | `researcher` |
82
82
  | 3 | `brainstorm` |
83
83
  | 4 | `planner` |
@@ -5,7 +5,7 @@ Fast debug-fix-review cycle for simple issues.
5
5
  ## Steps
6
6
 
7
7
  ### Step 1: Debug
8
- Activate `debug` skill. Find root cause quickly. Verify the root cause with multiple `Explore` subagents in parallel.
8
+ Activate `debug` skill. Find root cause quickly. Verify the root cause with multiple `Explore` agents in parallel.
9
9
  - Read error message/logs
10
10
  - Locate affected file(s)
11
11
  - Identify exact fix needed
@@ -29,7 +29,7 @@ See `references/parallel-exploration.md` for patterns.
29
29
  **Output:** `✓ Step 2: Fixed - [N] files, verified (types/lint passed)`
30
30
 
31
31
  ### Step 3: Verify
32
- Use `code-reviewer` subagent for quick review.
32
+ Use `code-reviewer` agent for quick review.
33
33
 
34
34
  Prompt: "Quick review of fix for [issue]. Check: correctness, security, no regressions. Score X/10."
35
35
 
@@ -40,16 +40,16 @@ Prompt: "Quick review of fix for [issue]. Check: correctness, security, no regre
40
40
  ### Step 4: Complete
41
41
  Report summary to user.
42
42
 
43
- **If autonomous mode:** Ask to commit via `git-manager` subagent if score >= 9.0
43
+ **If autonomous mode:** Ask to commit via `git-manager` agent if score >= 9.0
44
44
  **If HITL mode:** Ask user next action
45
45
 
46
46
  **Output:** `✓ Step 4: Complete - [action]`
47
47
 
48
- ## Skills/Subagents Activated
48
+ ## Skills/Agents Activated
49
49
 
50
50
  - `debug` - Always (Step 1)
51
51
  - Parallel `git-manager` - Verification (Step 2)
52
- - `code-reviewer` subagent - Always (Step 3)
52
+ - `code-reviewer` agent - Always (Step 3)
53
53
  - `context-engineering` - If dealing with AI/LLM code
54
54
 
55
55
  ## Notes
@@ -5,7 +5,7 @@ Full pipeline for moderate complexity issues.
5
5
  ## Steps
6
6
 
7
7
  ### Step 1: Debug & Investigate
8
- Activate `debug` skill. Use `debugger` subagent if needed.
8
+ Activate `debug` skill. Use `debugger` agent if needed.
9
9
 
10
10
  - Read error messages, logs, stack traces
11
11
  - Reproduce the issue
@@ -15,7 +15,7 @@ Activate `debug` skill. Use `debugger` subagent if needed.
15
15
  **Output:** `✓ Step 1: Root cause - [summary], [N] files affected`
16
16
 
17
17
  ### Step 2: Parallel Scout
18
- Launch multiple `Explore` subagents in parallel to scout and verify the root cause.
18
+ Launch multiple `Explore` agents in parallel to scout and verify the root cause.
19
19
 
20
20
  **Pattern:** In SINGLE message, launch 2-3 Explore agents:
21
21
  ```
@@ -48,7 +48,7 @@ Task("Bash", "Run build", "Verify build")
48
48
  **Output:** `✓ Step 3: Implemented - [N] files, verified (types/lint/build passed)`
49
49
 
50
50
  ### Step 4: Test
51
- Use `tester` subagent to run tests.
51
+ Use `tester` agent to run tests.
52
52
 
53
53
  - Write new tests if needed
54
54
  - Run existing test suite
@@ -57,7 +57,7 @@ Use `tester` subagent to run tests.
57
57
  **Output:** `✓ Step 4: Tests [X/X passed]`
58
58
 
59
59
  ### Step 5: Review
60
- Use `code-reviewer` subagent.
60
+ Use `code-reviewer` agent.
61
61
 
62
62
  See `references/review-cycle.md` for mode-specific handling.
63
63
 
@@ -65,21 +65,21 @@ See `references/review-cycle.md` for mode-specific handling.
65
65
 
66
66
  ### Step 6: Finalize
67
67
  - Report summary to user
68
- - Ask to commit via `git-manager` subagent
68
+ - Ask to commit via `git-manager` agent
69
69
  - Update docs if needed via `docs-manager`
70
70
 
71
71
  **Output:** `✓ Step 6: Complete - [action]`
72
72
 
73
- ## Skills/Subagents Activated
73
+ ## Skills/Agents Activated
74
74
 
75
- | Step | Skills/Subagents |
75
+ | Step | Skills/Agents |
76
76
  |------|------------------|
77
- | 1 | `debug`, `debugger` subagent |
78
- | 2 | Multiple `Explore` subagents in parallel (optional) |
77
+ | 1 | `debug`, `debugger` agent |
78
+ | 2 | Multiple `Explore` agents in parallel (optional) |
79
79
  | 3 | `problem-solving`, `sequential-thinking`, parallel `Bash` for verification |
80
- | 4 | `tester` subagent |
81
- | 5 | `code-reviewer` subagent |
82
- | 6 | `git-manager`, `docs-manager` subagents |
80
+ | 4 | `tester` agent |
81
+ | 5 | `code-reviewer` agent |
82
+ | 6 | `git-manager`, `docs-manager` agents |
83
83
 
84
84
  **Rules:** Don't skip steps. Validate before proceeding. One phase at a time.
85
85
  **Frontend:** Use `agent-browser` or browser automation tools to verify.
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: frontend-design
3
3
  description: Create polished frontend interfaces from designs/screenshots. Use for web components, replicating UI designs, quick prototypes, avoiding AI slop.
4
- license: Complete terms in LICENSE.txt
5
4
  ---
6
5
 
7
6
  Create distinctive, production-grade frontend interfaces. Implement real working code with exceptional aesthetic attention.
@@ -22,7 +21,7 @@ Choose workflow based on input type:
22
21
  ## Screenshot/Video Replication (Quick Reference)
23
22
 
24
23
  1. **Analyze** visually - extract colors, fonts, spacing, effects
25
- 2. **Plan** with `ui-ux-designer` subagent - create phased implementation
24
+ 2. **Plan** with `ui-ux-designer` agent - create phased implementation
26
25
  3. **Implement** - match source precisely
27
26
  4. **Verify** - compare to original
28
27
  5. **Document** - update `./docs/design-guidelines.md` if approved
@@ -72,4 +71,4 @@ DO:
72
71
  - Match complexity to vision (maximalist = elaborate; minimalist = precise)
73
72
  - Make unexpected, context-specific choices
74
73
 
75
- Remember: Claude is capable of extraordinary creative work. Commit fully to distinctive visions.
74
+ Remember: The AI agent is capable of extraordinary creative work. Commit fully to distinctive visions.
@@ -50,7 +50,7 @@ Analyze and describe exhaustively:
50
50
  **Font Prediction**: Match actual fonts, avoid Inter/Poppins defaults.
51
51
 
52
52
  ### 2. Create Implementation Plan
53
- Use `ui-ux-designer` subagent:
53
+ Use `ui-ux-designer` agent:
54
54
  - Create plan directory (use `## Naming` pattern)
55
55
  - Write `plan.md` overview (<80 lines)
56
56
  - Add detailed `phase-XX-name.md` files
@@ -14,7 +14,7 @@ Quick reference from `ui-styling` skill:
14
14
  ## Workflow Steps
15
15
 
16
16
  ### 1. Start Design Process
17
- Use `ui-ux-designer` subagent directly:
17
+ Use `ui-ux-designer` agent directly:
18
18
  - Skip extensive planning
19
19
  - Move to implementation quickly
20
20
  - Make design decisions on-the-fly
@@ -22,7 +22,7 @@ Extract from screenshot:
22
22
  **Font Prediction**: Avoid defaulting to Inter/Poppins. Match actual fonts visible.
23
23
 
24
24
  ### 2. Create Implementation Plan
25
- Use `ui-ux-designer` subagent:
25
+ Use `ui-ux-designer` agent:
26
26
  - Create plan directory (use `## Naming` pattern from hooks)
27
27
  - Write `plan.md` (<80 lines, generic overview)
28
28
  - Add `phase-XX-name.md` files with:
@@ -1,18 +1,17 @@
1
1
  ---
2
2
  name: git
3
3
  description: Git operations with conventional commits. Use for staging, committing, pushing, PRs, merges. Auto-splits commits by type/scope. Security scans for secrets.
4
- version: 1.0.0
5
4
  ---
6
5
 
7
6
  # Git Operations
8
7
 
9
- Execute git workflows via `git-manager` subagent to isolate verbose output.
8
+ Execute git workflows via `git-manager` agent to isolate verbose output.
10
9
  Activate `context-engineering` skill.
11
10
 
12
11
  **IMPORTANT:**
13
12
  - Sacrifice grammar for the sake of concision.
14
13
  - Ensure token efficiency while maintaining high quality.
15
- - Pass these rules to subagents.
14
+ - Pass these rules to agents.
16
15
 
17
16
  ## Arguments
18
17
  - `cm`: Stage files & create commits
@@ -26,8 +26,8 @@ type(scope): description
26
26
  - Only use `feat`, `fix`, or `perf` prefixes for files in `.copilot` directory (do not use `docs`).
27
27
 
28
28
  ## NEVER Include AI Attribution
29
- - ❌ "Generated with Claude"
30
- - ❌ "Co-Authored-By: Claude"
29
+ - ❌ "Generated with AI"
30
+ - ❌ "Co-Authored-By: AI"
31
31
  - ❌ Any AI reference
32
32
 
33
33
  ## Good Examples
@@ -1,6 +1,6 @@
1
1
  # Commit Workflow
2
2
 
3
- Execute via `git-manager` subagent.
3
+ Execute via `git-manager` agent.
4
4
 
5
5
  ## Tool 1: Stage + Analyze
6
6
  ```bash
@@ -1,6 +1,6 @@
1
1
  # Merge Workflow
2
2
 
3
- Execute via `git-manager` subagent.
3
+ Execute via `git-manager` agent.
4
4
 
5
5
  ## Variables
6
6
  - TO_BRANCH: target (defaults to `main`)
@@ -1,6 +1,6 @@
1
1
  # Pull Request Workflow
2
2
 
3
- Execute via `git-manager` subagent.
3
+ Execute via `git-manager` agent.
4
4
 
5
5
  ## Variables
6
6
  - TO_BRANCH: target (defaults to `main`)
@@ -1,6 +1,6 @@
1
1
  # Push Workflow
2
2
 
3
- Execute via `git-manager` subagent.
3
+ Execute via `git-manager` agent.
4
4
 
5
5
  ## Pre-Push Checklist
6
6
  1. All changes committed
@@ -1,5 +1,5 @@
1
- # Skills Installation Script for Windows (PowerShell)
2
- # Installs all dependencies for Claude Code skills
1
+ # CoKit Skills Installation Script for Windows (PowerShell)
2
+ # Installs all dependencies for skills
3
3
  #
4
4
  # Exit codes (rustup model):
5
5
  # 0 = Success (full or partial)
@@ -1093,13 +1093,13 @@ function Show-Usage {
1093
1093
  Write-Host " ..copilot\skills\.venv\Scripts\Activate.ps1"
1094
1094
  Write-Host ""
1095
1095
  Write-Host "For more information, see:" -ForegroundColor Blue
1096
- Write-Host " .claude\skills\INSTALLATION.md"
1096
+ Write-Host " .copilot\skills\INSTALLATION.md"
1097
1097
  Write-Host ""
1098
1098
  }
1099
1099
 
1100
1100
  # Show help
1101
1101
  function Show-Help {
1102
- Write-Host "Claude Code Skills Installation Script for Windows"
1102
+ Write-Host "CoKit Skills Installation Script for Windows"
1103
1103
  Write-Host ""
1104
1104
  Write-Host "Usage:"
1105
1105
  Write-Host " .\install.ps1 [Options]"
@@ -1146,7 +1146,7 @@ function Main {
1146
1146
  }
1147
1147
 
1148
1148
  Write-Host "" # Just add spacing, don't clear terminal
1149
- Write-Header "Claude Code Skills Installation (Windows)"
1149
+ Write-Header "CoKit Skills Installation (Windows)"
1150
1150
  Write-Info "Script directory: $ScriptDir"
1151
1151
 
1152
1152
  # Store preference in script scope for functions to access
@@ -1,6 +1,6 @@
1
1
  #!/bin/bash
2
2
  # Skills Installation Script for Linux/macOS
3
- # Installs all dependencies for Claude Code skills
3
+ # Installs all dependencies for skills
4
4
  #
5
5
  # Exit codes (rustup model):
6
6
  # 0 = Success (full or partial)
@@ -1199,7 +1199,7 @@ print_usage() {
1199
1199
  # Main installation flow
1200
1200
  main() {
1201
1201
  echo "" # Just add spacing, don't clear terminal
1202
- print_header "Claude Code Skills Installation"
1202
+ print_header "CoKit Skills Installation"
1203
1203
  print_info "OS: $OS"
1204
1204
  if [[ "$OS" == "linux" ]] || [[ "$OS" == "wsl" ]]; then
1205
1205
  print_info "Distro: $DISTRO"
@@ -4,7 +4,7 @@ Intelligent management and execution of Model Context Protocol (MCP) servers.
4
4
 
5
5
  ## Overview
6
6
 
7
- This skill enables Claude to discover, analyze, and execute MCP server capabilities without polluting the main context window. Perfect for context-efficient MCP integration using subagent-based architecture.
7
+ This skill enables the agent to discover, analyze, and execute MCP server capabilities without polluting the main context window. Perfect for context-efficient MCP integration using agent-based architecture.
8
8
 
9
9
  ## Features
10
10
 
@@ -12,7 +12,7 @@ This skill enables Claude to discover, analyze, and execute MCP server capabilit
12
12
  - **Intelligent Tool Discovery**: Analyze which tools are relevant for specific tasks
13
13
  - **Progressive Disclosure**: Load only necessary tool definitions
14
14
  - **Execution Engine**: Call MCP tools with proper parameter handling
15
- - **Context Efficiency**: Delegate MCP operations to `mcp-manager` subagent
15
+ - **Context Efficiency**: Delegate MCP operations to `mcp-manager` agent
16
16
 
17
17
  ## Quick Start
18
18
 
@@ -71,13 +71,13 @@ The LLM reads `assets/tools.json` and intelligently selects tools. No separate a
71
71
  npx ts-node scripts/cli.ts call-tool memory add '{"key":"name","value":"Alice"}'
72
72
  ```
73
73
 
74
- ### Pattern 4: Use with Subagent
74
+ ### Pattern 4: Use with Agent
75
75
 
76
- In main Claude conversation:
76
+ In main conversation:
77
77
 
78
78
  ```
79
79
  User: "I need to search the web and save results"
80
- Main Agent: [Spawns mcp-manager subagent]
80
+ Main Agent: [Spawns mcp-manager agent]
81
81
  mcp-manager: Discovers brave-search + memory tools, reports back
82
82
  Main Agent: Uses recommended tools for implementation
83
83
  ```
@@ -85,9 +85,9 @@ Main Agent: Uses recommended tools for implementation
85
85
  ## Architecture
86
86
 
87
87
  ```
88
- Main Agent (Claude)
88
+ Main Agent
89
89
  ↓ (delegates MCP tasks)
90
- mcp-manager Subagent
90
+ mcp-manager Agent
91
91
  ↓ (uses skill)
92
92
  mcp-management Skill
93
93
  ↓ (connects via)
@@ -96,7 +96,7 @@ MCP Servers (memory, filesystem, etc.)
96
96
 
97
97
  **Benefits**:
98
98
  - Main agent context stays clean
99
- - MCP discovery happens in isolated subagent context
99
+ - MCP discovery happens in isolated agent context
100
100
  - Only relevant tool definitions loaded when needed
101
101
  - Reduced token usage
102
102
 
@@ -15,7 +15,7 @@ MCP is an open protocol enabling AI agents to connect to external tools and data
15
15
  - Progressive disclosure of MCP capabilities (load only what's needed)
16
16
  - Intelligent tool/prompt/resource selection based on task requirements
17
17
  - Multi-server management from single config file
18
- - Context-efficient: subagents handle MCP discovery and execution
18
+ - Context-efficient: agents handle MCP discovery and execution
19
19
  - Persistent tool catalog: automatically saves discovered tools to JSON for fast reference
20
20
 
21
21
  ## When to Use This Skill
@@ -25,7 +25,7 @@ Use this skill when:
25
25
  2. **Task-Based Tool Selection**: Analyzing which MCP tools are relevant for a specific task
26
26
  3. **Executing MCP Tools**: Calling MCP tools programmatically with proper parameter handling
27
27
  4. **MCP Integration**: Building or debugging MCP client implementations
28
- 5. **Context Management**: Avoiding context pollution by delegating MCP operations to subagents
28
+ 5. **Context Management**: Avoiding context pollution by delegating MCP operations to agents
29
29
 
30
30
  ## Core Capabilities
31
31
 
@@ -80,7 +80,7 @@ echo "Take a screenshot of https://example.com" | gemini -y -m <gemini.model>
80
80
  npx tsx scripts/cli.ts call-tool memory create_entities '{"entities":[...]}'
81
81
  ```
82
82
 
83
- **Fallback: mcp-manager Subagent**
83
+ **Fallback: mcp-manager Agent**
84
84
 
85
85
  See [references/gemini-cli-integration.md](references/gemini-cli-integration.md) for complete examples.
86
86
 
@@ -104,16 +104,16 @@ echo "Take a screenshot of https://example.com. Return JSON only per GEMINI.md i
104
104
 
105
105
  **Benefits**:
106
106
  - Automatic tool discovery
107
- - Structured JSON responses (parseable by Claude)
107
+ - Structured JSON responses (parseable by the agent)
108
108
  - GEMINI.md auto-loaded for consistent formatting
109
- - Faster than subagent orchestration
109
+ - Faster than agent orchestration
110
110
  - No natural language ambiguity
111
111
 
112
112
  See [references/gemini-cli-integration.md](references/gemini-cli-integration.md) for complete guide.
113
113
 
114
- ### Pattern 2: Subagent-Based Execution (Fallback)
114
+ ### Pattern 2: Agent-Based Execution (Fallback)
115
115
 
116
- Use `mcp-manager` agent when Gemini CLI unavailable. Subagent discovers tools, selects relevant ones, executes tasks, reports back.
116
+ Use `mcp-manager` agent when Gemini CLI unavailable. Agent discovers tools, selects relevant ones, executes tasks, reports back.
117
117
 
118
118
  **Benefit**: Main context stays clean, only relevant tool definitions loaded when needed.
119
119
 
@@ -166,7 +166,7 @@ npx tsx cli.ts list-tools # Saves to assets/tools.json
166
166
  npx tsx cli.ts call-tool memory create_entities '{"entities":[...]}'
167
167
  ```
168
168
 
169
- **Method 3: mcp-manager Subagent**
169
+ **Method 3: mcp-manager Agent**
170
170
 
171
171
  See [references/gemini-cli-integration.md](references/gemini-cli-integration.md) for complete guide.
172
172
 
@@ -193,7 +193,7 @@ See [references/mcp-protocol.md](references/mcp-protocol.md) for:
193
193
  - Use when: Need specific tool/server control
194
194
  - Execute: `npx tsx scripts/cli.ts call-tool <server> <tool> <args>`
195
195
 
196
- 3. **mcp-manager Subagent** (Fallback): Context-efficient delegation
196
+ 3. **mcp-manager Agent** (Fallback): Context-efficient delegation
197
197
  - Use when: Gemini unavailable or failed
198
198
  - Keeps main context clean
199
199
 
@@ -97,7 +97,7 @@ echo "Search for latest Next.js 15 features and summarize the top 3" | gemini -y
97
97
 
98
98
  **Multi-Tool Orchestration**:
99
99
  ```bash
100
- echo "Search for Claude AI documentation, take a screenshot of the homepage, and save both to memory" | gemini -y -m <gemini.model>
100
+ echo "Search for AI documentation, take a screenshot of the homepage, and save both to memory" | gemini -y -m <gemini.model>
101
101
  ```
102
102
 
103
103
  **Browser Automation**:
@@ -212,7 +212,7 @@ Shows detailed MCP communication logs.
212
212
  | Direct Scripts | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐ | Specific tools |
213
213
  | mcp-manager | ⭐ | ⭐⭐ | ⭐⭐⭐ | Fallback |
214
214
 
215
- **Recommendation**: Use Gemini CLI as primary method, fallback to scripts/subagent when unavailable.
215
+ **Recommendation**: Use Gemini CLI as primary method, fallback to scripts/agent when unavailable.
216
216
 
217
217
  ## Resources
218
218
 
@@ -1,7 +1,7 @@
1
1
  # MCP Management Scripts Environment Variables
2
2
 
3
- # Path to MCP configuration file (optional, defaults to .claude/.mcp.json)
4
- MCP_CONFIG_PATH=.claude/.mcp.json
3
+ # Path to MCP configuration file (optional, defaults to .copilot/.mcp.json)
4
+ MCP_CONFIG_PATH=.copilot/.mcp.json
5
5
 
6
6
  # Logging level (optional, defaults to info)
7
7
  LOG_LEVEL=info
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: planning
3
3
  description: Plan implementations, design architectures, create technical roadmaps with detailed phases. Use for feature planning, system design, solution architecture, implementation strategy, phase documentation.
4
- license: MIT
5
4
  ---
6
5
 
7
6
  # Planning
@@ -60,11 +59,11 @@ Load: `references/output-standards.md`
60
59
 
61
60
  ## Task Integration (Optional)
62
61
 
63
- When session has `CLAUDE_CODE_TASK_LIST_ID` set (active plan):
64
- - Use TaskCreate to create tasks for each phase with clear subjects
62
+ When session has `TASK_LIST_ID` set (active plan):
63
+ - Create tasks for each phase with clear subjects
65
64
  - Set dependencies: Phase N+1 `blockedBy` Phase N
66
- - Subagents coordinate via shared task list automatically
67
- - Use TaskUpdate to mark progress (in_progress → completed)
65
+ - Agents coordinate via shared task list automatically
66
+ - Update tasks to mark progress (in_progress → completed)
68
67
 
69
68
  ### Important
70
69
  DO NOT create plans or reports in USER directory.