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