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.
- 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 +20 -11
- 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 +8 -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
|
@@ -98,7 +98,7 @@ List affected files with:
|
|
|
98
98
|
- Prioritize actionable info
|
|
99
99
|
|
|
100
100
|
### Unresolved Questions
|
|
101
|
-
**IMPORTANT:**
|
|
101
|
+
**IMPORTANT:** List unresolved questions at the end of your response and ask users directly. Wait for their answers before finalizing.
|
|
102
102
|
- Questions needing clarification
|
|
103
103
|
- Technical decisions requiring input
|
|
104
104
|
- Unknowns impacting implementation
|
|
@@ -48,7 +48,7 @@ Check the `## Plan Context` section injected by hooks:
|
|
|
48
48
|
|
|
49
49
|
**After Creating Plan:**
|
|
50
50
|
```bash
|
|
51
|
-
# Update session state so
|
|
51
|
+
# Update session state so agents get the new plan context:
|
|
52
52
|
node $HOME/.copilot/scripts/set-active-plan.cjs {plan-dir}
|
|
53
53
|
```
|
|
54
54
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: problem-solving
|
|
3
3
|
description: Apply systematic problem-solving techniques when stuck. Use for complexity spirals, innovation blocks, recurring patterns, assumption constraints, simplification cascades, scale uncertainty.
|
|
4
|
-
version: 2.0.0
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Problem-Solving Techniques
|
|
@@ -5,7 +5,7 @@ description: Pack repositories into AI-friendly files with Repomix (XML, Markdow
|
|
|
5
5
|
|
|
6
6
|
# Repomix Skill
|
|
7
7
|
|
|
8
|
-
Repomix packs entire repositories into single, AI-friendly files. Perfect for feeding codebases to LLMs like
|
|
8
|
+
Repomix packs entire repositories into single, AI-friendly files. Perfect for feeding codebases to LLMs like ChatGPT, Gemini, and others.
|
|
9
9
|
|
|
10
10
|
## When to Use
|
|
11
11
|
|
|
@@ -153,7 +153,7 @@ repomix --init # creates repomix.config.json
|
|
|
153
153
|
Repomix automatically counts tokens for individual files, total repository, and per-format output.
|
|
154
154
|
|
|
155
155
|
Typical LLM context limits:
|
|
156
|
-
-
|
|
156
|
+
- Model (Medium): ~200K tokens
|
|
157
157
|
- GPT-4: ~128K tokens
|
|
158
158
|
- GPT-3.5: ~16K tokens
|
|
159
159
|
|
|
@@ -144,9 +144,9 @@ repomix --include "$(cat staged-files.txt | tr '\n' ',')" -o .context/latest.xml
|
|
|
144
144
|
{"version": "2.0.0", "tasks": [{"label": "Package for AI", "type": "shell", "command": "repomix --include 'src/**' --remove-comments --copy"}]}
|
|
145
145
|
```
|
|
146
146
|
|
|
147
|
-
###
|
|
147
|
+
### AI Coding Agent
|
|
148
148
|
```bash
|
|
149
|
-
repomix --style markdown --copy # Then paste into
|
|
149
|
+
repomix --style markdown --copy # Then paste into the AI agent
|
|
150
150
|
```
|
|
151
151
|
|
|
152
152
|
## Language-Specific Patterns
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: research
|
|
3
3
|
description: Research technical solutions, analyze architectures, gather requirements thoroughly. Use for technology evaluation, best practices research, solution design, scalability/security/maintainability analysis.
|
|
4
|
-
license: MIT
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Research
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: scout
|
|
3
|
-
description: Fast codebase scouting using parallel agents. Use for file discovery, task context gathering, quick searches across directories. Supports internal
|
|
4
|
-
version: 1.0.0
|
|
3
|
+
description: Fast codebase scouting using parallel agents. Use for file discovery, task context gathering, quick searches across directories. Supports internal and external search agents.
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Scout
|
|
@@ -9,7 +8,7 @@ version: 1.0.0
|
|
|
9
8
|
Fast, token-efficient codebase scouting using parallel agents to find files needed for tasks.
|
|
10
9
|
|
|
11
10
|
## Arguments
|
|
12
|
-
- Default: Scout using built-in
|
|
11
|
+
- Default: Scout using built-in search agents in parallel (`./references/internal-scouting.md`)
|
|
13
12
|
- `ext`: Scout using external Gemini/OpenCode CLI tools in parallel (`./references/external-scouting.md`)
|
|
14
13
|
|
|
15
14
|
## When to Use
|
|
@@ -37,7 +36,7 @@ Read from `$HOME/.copilot/.ck.json`:
|
|
|
37
36
|
### 1. Analyze Task
|
|
38
37
|
- Parse user prompt for search targets
|
|
39
38
|
- Identify key directories, patterns, file types, lines of code
|
|
40
|
-
- Determine optimal SCALE value of
|
|
39
|
+
- Determine optimal SCALE value of agents to spawn
|
|
41
40
|
|
|
42
41
|
### 2. Divide and Conquer
|
|
43
42
|
- Split codebase into logical segments per agent
|
|
@@ -46,14 +45,14 @@ Read from `$HOME/.copilot/.ck.json`:
|
|
|
46
45
|
|
|
47
46
|
### 3. Spawn Parallel Agents
|
|
48
47
|
Load appropriate reference based on decision tree:
|
|
49
|
-
- **Internal (Default):** `references/internal-scouting.md` (
|
|
48
|
+
- **Internal (Default):** `references/internal-scouting.md` (search agents)
|
|
50
49
|
- **External:** `references/external-scouting.md` (Gemini/OpenCode)
|
|
51
50
|
|
|
52
51
|
**Notes:**
|
|
53
|
-
- Prompt detailed instructions for each
|
|
54
|
-
- Remember that each
|
|
55
|
-
- Amount of
|
|
56
|
-
- Each
|
|
52
|
+
- Prompt detailed instructions for each agent with exact directories or files it should read
|
|
53
|
+
- Remember that each agent has less than 200K tokens of context window
|
|
54
|
+
- Amount of agents to-be-spawned depends on the current system resources available and amount of files to be scanned
|
|
55
|
+
- Each agent must return a detailed summary report to a main agent
|
|
57
56
|
|
|
58
57
|
### 4. Collect Results
|
|
59
58
|
- Timeout: 3 minutes per agent (skip non-responders)
|
|
@@ -75,5 +74,5 @@ Load appropriate reference based on decision tree:
|
|
|
75
74
|
|
|
76
75
|
## References
|
|
77
76
|
|
|
78
|
-
- `references/internal-scouting.md` - Using
|
|
77
|
+
- `references/internal-scouting.md` - Using search agents
|
|
79
78
|
- `references/external-scouting.md` - Using Gemini/OpenCode CLI
|
|
@@ -57,16 +57,16 @@ which opencode
|
|
|
57
57
|
|
|
58
58
|
If not installed, ask user:
|
|
59
59
|
1. **Yes** - Provide installation instructions (may need manual auth steps)
|
|
60
|
-
2. **No** - Fall back to Explore
|
|
60
|
+
2. **No** - Fall back to Explore agents (`internal-scouting.md`)
|
|
61
61
|
|
|
62
62
|
## Spawning Parallel Bash Agents
|
|
63
63
|
|
|
64
|
-
Use `Task` tool with `
|
|
64
|
+
Use `Task` tool with `type: "Bash"` to spawn parallel agents:
|
|
65
65
|
|
|
66
66
|
```
|
|
67
|
-
Task 1:
|
|
68
|
-
Task 2:
|
|
69
|
-
Task 3:
|
|
67
|
+
Task 1: type="Bash", prompt="Run: gemini -y -m gemini-3.0-flash '[prompt1]'"
|
|
68
|
+
Task 2: type="Bash", prompt="Run: gemini -y -m gemini-3.0-flash '[prompt2]'"
|
|
69
|
+
Task 3: type="Bash", prompt="Run: gemini -y -m gemini-3.0-flash '[prompt3]'"
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
Spawn all in single message for parallel execution.
|
|
@@ -112,15 +112,15 @@ lines_per_chunk = ceil(total_lines / chunks)
|
|
|
112
112
|
|
|
113
113
|
**Small files (<500 lines each):**
|
|
114
114
|
```
|
|
115
|
-
Task 1:
|
|
116
|
-
Task 2:
|
|
115
|
+
Task 1: type="Bash", prompt="cat file1.ts file2.ts"
|
|
116
|
+
Task 2: type="Bash", prompt="cat file3.ts file4.ts"
|
|
117
117
|
```
|
|
118
118
|
|
|
119
119
|
**Large file (>500 lines) - use sed for ranges:**
|
|
120
120
|
```
|
|
121
|
-
Task 1:
|
|
122
|
-
Task 2:
|
|
123
|
-
Task 3:
|
|
121
|
+
Task 1: type="Bash", prompt="sed -n '1,500p' large-file.ts"
|
|
122
|
+
Task 2: type="Bash", prompt="sed -n '501,1000p' large-file.ts"
|
|
123
|
+
Task 3: type="Bash", prompt="sed -n '1001,1500p' large-file.ts"
|
|
124
124
|
```
|
|
125
125
|
|
|
126
126
|
### Chunking Decision Tree
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# Internal Scouting with Explore
|
|
1
|
+
# Internal Scouting with Explore Agents
|
|
2
2
|
|
|
3
|
-
Use Explore
|
|
3
|
+
Use Explore agents when SCALE >= 6 or external tools unavailable.
|
|
4
4
|
|
|
5
5
|
## How It Works
|
|
6
6
|
|
|
7
|
-
Spawn multiple `Explore`
|
|
7
|
+
Spawn multiple `Explore` agents via `Task` tool to search codebase in parallel.
|
|
8
8
|
|
|
9
9
|
## Task Tool Configuration
|
|
10
10
|
|
|
11
11
|
```
|
|
12
|
-
|
|
12
|
+
type: "Explore"
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Prompt Template
|
|
@@ -90,15 +90,15 @@ lines_per_chunk = ceil(total_lines / chunks)
|
|
|
90
90
|
|
|
91
91
|
**Small files (<500 lines each):**
|
|
92
92
|
```
|
|
93
|
-
Task 1:
|
|
94
|
-
Task 2:
|
|
93
|
+
Task 1: type="Bash", prompt="cat file1.ts file2.ts"
|
|
94
|
+
Task 2: type="Bash", prompt="cat file3.ts file4.ts"
|
|
95
95
|
```
|
|
96
96
|
|
|
97
97
|
**Large file (>500 lines) - use sed for ranges:**
|
|
98
98
|
```
|
|
99
|
-
Task 1:
|
|
100
|
-
Task 2:
|
|
101
|
-
Task 3:
|
|
99
|
+
Task 1: type="Bash", prompt="sed -n '1,500p' large-file.ts"
|
|
100
|
+
Task 2: type="Bash", prompt="sed -n '501,1000p' large-file.ts"
|
|
101
|
+
Task 3: type="Bash", prompt="sed -n '1001,1500p' large-file.ts"
|
|
102
102
|
```
|
|
103
103
|
|
|
104
104
|
### Chunking Decision Tree
|
|
@@ -4,7 +4,7 @@ Structured, reflective problem-solving methodology converted from the sequential
|
|
|
4
4
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
7
|
-
This skill teaches
|
|
7
|
+
This skill teaches the AI agent to apply systematic sequential thinking methodology for complex problem-solving, without relying on external MCP tools. It enables:
|
|
8
8
|
- Breaking down complex problems into manageable thought sequences
|
|
9
9
|
- Dynamic adjustment of thought count as understanding evolves
|
|
10
10
|
- Revision of previous thoughts when new insights emerge
|
|
@@ -91,7 +91,7 @@ Thought 2/5: [Further analysis]
|
|
|
91
91
|
|
|
92
92
|
**Implicit Mode**: Apply methodology internally without cluttering output
|
|
93
93
|
|
|
94
|
-
## When
|
|
94
|
+
## When the Agent Should Use This Skill
|
|
95
95
|
|
|
96
96
|
Automatically activated for:
|
|
97
97
|
- Complex problem decomposition
|
|
@@ -176,7 +176,7 @@ Scripts are **optional tooling** - the methodology can be applied without them.
|
|
|
176
176
|
|
|
177
177
|
Converted from: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking
|
|
178
178
|
|
|
179
|
-
Original MCP server
|
|
179
|
+
Original MCP server (MIT License).
|
|
180
180
|
Skill conversion:
|
|
181
181
|
- Extracts methodology as instructions
|
|
182
182
|
- Adds executable scripts for deterministic validation
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sequential-thinking
|
|
3
3
|
description: Apply step-by-step analysis for complex problems with revision capability. Use for multi-step reasoning, hypothesis verification, adaptive planning, problem decomposition, course correction.
|
|
4
|
-
version: 1.0.0
|
|
5
|
-
license: MIT
|
|
6
4
|
---
|
|
7
5
|
|
|
8
6
|
# Sequential Thinking
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ui-styling
|
|
3
3
|
description: Style UIs with shadcn/ui components (Radix UI + Tailwind CSS). Use for accessible components, themes, dark mode, responsive layouts, design systems, color customization.
|
|
4
|
-
license: MIT
|
|
5
|
-
version: 1.0.0
|
|
6
4
|
---
|
|
7
5
|
|
|
8
6
|
# UI Styling Skill
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: web-testing
|
|
3
3
|
description: Web testing with Playwright, Vitest, k6. E2E/unit/integration/load/security/visual/a11y testing. Use for test automation, flakiness, Core Web Vitals, mobile gestures, cross-browser.
|
|
4
|
-
license: Apache-2.0
|
|
5
|
-
version: 3.0.0
|
|
6
4
|
---
|
|
7
5
|
|
|
8
6
|
# Web Testing Skill
|