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
@@ -13,8 +13,8 @@ from pathlib import Path
13
13
  from typing import Dict, List, Optional
14
14
 
15
15
  # Windows UTF-8 compatibility (works for both local and global installs)
16
- CLAUDE_ROOT = Path(__file__).parent.parent.parent.parent
17
- sys.path.insert(0, str(CLAUDE_ROOT / 'scripts'))
16
+ PROJECT_ROOT = Path(__file__).parent.parent.parent.parent
17
+ sys.path.insert(0, str(PROJECT_ROOT / 'scripts'))
18
18
  try:
19
19
  from win_compat import ensure_utf8_stdout
20
20
  ensure_utf8_stdout()
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: debug
3
3
  description: Debug systematically with root cause analysis before fixes. Use for bugs, test failures, unexpected behavior, performance issues, call stack tracing, multi-layer validation.
4
- version: 3.1.0
5
4
  languages: all
6
5
  ---
7
6
 
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: devops
3
3
  description: Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Azure (App Service, AKS), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.
4
- license: MIT
5
- version: 2.0.0
6
4
  ---
7
5
 
8
6
  # DevOps Skill
@@ -19,8 +19,8 @@ from pathlib import Path
19
19
  from typing import Dict, List, Optional, Tuple
20
20
 
21
21
  # Windows UTF-8 compatibility (works for both local and global installs)
22
- CLAUDE_ROOT = Path(__file__).parent.parent.parent.parent
23
- sys.path.insert(0, str(CLAUDE_ROOT / 'scripts'))
22
+ PROJECT_ROOT = Path(__file__).parent.parent.parent.parent
23
+ sys.path.insert(0, str(PROJECT_ROOT / 'scripts'))
24
24
  try:
25
25
  from win_compat import ensure_utf8_stdout
26
26
  ensure_utf8_stdout()
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: docs-seeker
3
3
  description: Search library/framework documentation via llms.txt (context7.com). Use for API docs, GitHub repository analysis, technical documentation lookup, latest library features.
4
- version: 3.1.0
5
4
  ---
6
5
 
7
6
  # Documentation Discovery via Scripts
@@ -15,7 +15,7 @@
15
15
  "context7",
16
16
  "docs-discovery"
17
17
  ],
18
- "author": "ClaudeKit",
18
+ "author": "CoKit",
19
19
  "license": "MIT",
20
20
  "dependencies": {},
21
21
  "devDependencies": {},
@@ -47,10 +47,10 @@ function parseEnvFile(content) {
47
47
  function loadEnv() {
48
48
  const skillDir = path.resolve(__dirname, '../..');
49
49
  const skillsDir = path.resolve(skillDir, '..');
50
- const claudeDir = path.resolve(skillsDir, '..');
50
+ const configDir = path.resolve(skillsDir, '..');
51
51
 
52
52
  const envPaths = [
53
- path.join(claudeDir, '.env'), // Lowest priority
53
+ path.join(configDir, '.env'), // Lowest priority
54
54
  path.join(skillsDir, '.env'),
55
55
  path.join(skillDir, '.env'), // Highest priority (file)
56
56
  ];
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: fix
3
3
  description: ALWAYS activate this skill before fixing ANY bug, error, test failure, CI/CD issue, type error, lint, log error, UI issue, code problem.
4
- version: 1.1.0
5
4
  ---
6
5
 
7
6
  # Fixing
@@ -18,7 +17,7 @@ Unified skill for fixing issues of any complexity with intelligent routing.
18
17
 
19
18
  ### Step 1: Mode Selection
20
19
 
21
- **First action:** If there is no "auto" keyword in the request, use `AskUserQuestion` to determine workflow mode:
20
+ **First action:** If there is no "auto" keyword in the request, ask the user directly to choose a workflow mode (then wait for response):
22
21
 
23
22
  | Option | Recommend When | Behavior |
24
23
  |--------|----------------|----------|
@@ -26,13 +25,13 @@ Unified skill for fixing issues of any complexity with intelligent routing.
26
25
  | **Human-in-the-loop Review** | Critical/production code | Pause for approval at each step |
27
26
  | **Quick** | Type errors, lint, trivial bugs | Fast debug → fix → review cycle |
28
27
 
29
- See `references/mode-selection.md` for AskUserQuestion format.
28
+ See `references/mode-selection.md` for question format.
30
29
 
31
30
  ### Step 2: Debug
32
31
 
33
32
  - Activate `debug` skill.
34
33
  - Guess all possible root causes.
35
- - Spawn multiple `Explore` subagents in parallel to verify each hypothesis.
34
+ - Search in parallel to verify each hypothesis.
36
35
  - Create report with all findings for the next step.
37
36
 
38
37
  ### Step 3: Complexity Assessment & Fix Implementation
@@ -49,25 +48,25 @@ Classify before routing. See `references/complexity-assessment.md`.
49
48
  ### Step 4: Fix Verification & Prevent Future Issues
50
49
 
51
50
  - Read and analyze all the implemented changes.
52
- - Spawn multiple `Explore` subagents to find possible related code for verification.
51
+ - Search in parallel to find possible related code for verification.
53
52
  - Make sure these fixes don't break other parts of the codebase.
54
53
  - Prevent future issues by adding comprehensive validation.
55
54
 
56
55
  ### Step 5: Finalize
57
56
 
58
57
  - Report summary to user with confidence level/score, all the changes and related files.
59
- - Ask to commit via `git-manager` subagent and update docs if needed via `docs-manager` subagent (in parallel).
58
+ - Ask to commit via `git-manager` agent and update docs if needed via `docs-manager` agent (in parallel).
60
59
 
61
60
  ---
62
61
 
63
- ## IMPORTANT: Skill/Subagent Activation Matrix
62
+ ## IMPORTANT: Skill/Agent Activation Matrix
64
63
 
65
64
  See `references/skill-activation-matrix.md` for complete matrix.
66
65
 
67
66
  **Always activate:** `debug` (all workflows)
68
67
  **Conditional:** `problem-solving`, `sequential-thinking`, `brainstorming`, `context-engineering`
69
- **Subagents:** `debugger`, `researcher`, `planner`, `code-reviewer`, `tester`, `Bash`
70
- **Parallel:** Multiple `Explore` agents for scouting, `Bash` agents for verification
68
+ **Agents:** `debugger`, `researcher`, `planner`, `code-reviewer`, `tester`
69
+ **Parallel:** Multiple parallel searches for scouting, terminal commands for verification
71
70
 
72
71
  ## Output Format
73
72
 
@@ -84,14 +83,14 @@ Unified step markers:
84
83
  ## References
85
84
 
86
85
  Load as needed:
87
- - `references/mode-selection.md` - AskUserQuestion format for mode
86
+ - `references/mode-selection.md` - Mode selection question format
88
87
  - `references/complexity-assessment.md` - Classification criteria
89
88
  - `references/workflow-quick.md` - Quick: debug → fix → review
90
89
  - `references/workflow-standard.md` - Standard: full pipeline
91
90
  - `references/workflow-deep.md` - Deep: research + brainstorm + plan
92
91
  - `references/review-cycle.md` - Review logic (autonomous vs HITL)
93
92
  - `references/skill-activation-matrix.md` - When to activate each skill
94
- - `references/parallel-exploration.md` - Parallel Explore/Bash subagents patterns
93
+ - `references/parallel-exploration.md` - Parallel search and execution patterns
95
94
 
96
95
  **Specialized Workflows:**
97
96
  - `references/workflow-ci.md` - GitHub Actions/CI failures
@@ -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
package/skills/install.sh CHANGED
@@ -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"