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
package/skills/fix/SKILL.md
CHANGED
|
@@ -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,
|
|
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
|
|
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
|
-
-
|
|
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
|
-
-
|
|
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`
|
|
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/
|
|
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
|
-
**
|
|
70
|
-
**Parallel:** Multiple
|
|
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` -
|
|
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
|
|
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
|
-
|
|
4
|
-
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
|
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`
|
|
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(
|
|
15
|
-
Task(
|
|
16
|
-
Task(
|
|
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`
|
|
29
|
+
Launch multiple `Bash` agents to verify implementation from different angles.
|
|
30
30
|
|
|
31
31
|
**Pattern:**
|
|
32
32
|
```
|
|
33
|
-
Task(
|
|
34
|
-
Task(
|
|
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
|
|
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
|
|
23
|
+
→ ESCALATE to user directly in response
|
|
24
24
|
→ Display findings
|
|
25
|
-
→
|
|
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.
|
|
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
|
-
##
|
|
21
|
+
## Agent Usage
|
|
22
22
|
|
|
23
|
-
|
|
|
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`
|
|
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`
|
|
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`
|
|
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`
|
|
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`
|
|
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`
|
|
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`
|
|
71
|
-
- Use `docs-manager`
|
|
72
|
-
- Use `git-manager`
|
|
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/
|
|
76
|
+
## Skills/Agents Activated
|
|
77
77
|
|
|
78
|
-
| Step | Skills/
|
|
78
|
+
| Step | Skills/Agents |
|
|
79
79
|
|------|------------------|
|
|
80
|
-
| 1 | `debug`, parallel `Explore`
|
|
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`
|
|
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`
|
|
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`
|
|
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/
|
|
48
|
+
## Skills/Agents Activated
|
|
49
49
|
|
|
50
50
|
- `debug` - Always (Step 1)
|
|
51
51
|
- Parallel `git-manager` - Verification (Step 2)
|
|
52
|
-
- `code-reviewer`
|
|
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`
|
|
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`
|
|
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`
|
|
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`
|
|
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`
|
|
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/
|
|
73
|
+
## Skills/Agents Activated
|
|
74
74
|
|
|
75
|
-
| Step | Skills/
|
|
75
|
+
| Step | Skills/Agents |
|
|
76
76
|
|------|------------------|
|
|
77
|
-
| 1 | `debug`, `debugger`
|
|
78
|
-
| 2 | Multiple `Explore`
|
|
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`
|
|
81
|
-
| 5 | `code-reviewer`
|
|
82
|
-
| 6 | `git-manager`, `docs-manager`
|
|
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`
|
|
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:
|
|
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`
|
|
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`
|
|
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`
|
|
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:
|
package/skills/git/SKILL.md
CHANGED
|
@@ -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`
|
|
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
|
|
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
|
|
30
|
-
- ❌ "Co-Authored-By:
|
|
29
|
+
- ❌ "Generated with AI"
|
|
30
|
+
- ❌ "Co-Authored-By: AI"
|
|
31
31
|
- ❌ Any AI reference
|
|
32
32
|
|
|
33
33
|
## Good Examples
|
package/skills/install.ps1
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# Skills Installation Script for Windows (PowerShell)
|
|
2
|
-
# Installs all dependencies for
|
|
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 " .
|
|
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 "
|
|
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 "
|
|
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
|
|
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 "
|
|
1202
|
+
print_header "CoKit Skills Installation"
|
|
1203
1203
|
print_info "OS: $OS"
|
|
1204
1204
|
if [[ "$OS" == "linux" ]] || [[ "$OS" == "wsl" ]]; then
|
|
1205
1205
|
print_info "Distro: $DISTRO"
|
|
@@ -4,7 +4,7 @@ Intelligent management and execution of Model Context Protocol (MCP) servers.
|
|
|
4
4
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
7
|
-
This skill enables
|
|
7
|
+
This skill enables the agent to discover, analyze, and execute MCP server capabilities without polluting the main context window. Perfect for context-efficient MCP integration using agent-based architecture.
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@ This skill enables Claude to discover, analyze, and execute MCP server capabilit
|
|
|
12
12
|
- **Intelligent Tool Discovery**: Analyze which tools are relevant for specific tasks
|
|
13
13
|
- **Progressive Disclosure**: Load only necessary tool definitions
|
|
14
14
|
- **Execution Engine**: Call MCP tools with proper parameter handling
|
|
15
|
-
- **Context Efficiency**: Delegate MCP operations to `mcp-manager`
|
|
15
|
+
- **Context Efficiency**: Delegate MCP operations to `mcp-manager` agent
|
|
16
16
|
|
|
17
17
|
## Quick Start
|
|
18
18
|
|
|
@@ -71,13 +71,13 @@ The LLM reads `assets/tools.json` and intelligently selects tools. No separate a
|
|
|
71
71
|
npx ts-node scripts/cli.ts call-tool memory add '{"key":"name","value":"Alice"}'
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
### Pattern 4: Use with
|
|
74
|
+
### Pattern 4: Use with Agent
|
|
75
75
|
|
|
76
|
-
In main
|
|
76
|
+
In main conversation:
|
|
77
77
|
|
|
78
78
|
```
|
|
79
79
|
User: "I need to search the web and save results"
|
|
80
|
-
Main Agent: [Spawns mcp-manager
|
|
80
|
+
Main Agent: [Spawns mcp-manager agent]
|
|
81
81
|
mcp-manager: Discovers brave-search + memory tools, reports back
|
|
82
82
|
Main Agent: Uses recommended tools for implementation
|
|
83
83
|
```
|
|
@@ -85,9 +85,9 @@ Main Agent: Uses recommended tools for implementation
|
|
|
85
85
|
## Architecture
|
|
86
86
|
|
|
87
87
|
```
|
|
88
|
-
Main Agent
|
|
88
|
+
Main Agent
|
|
89
89
|
↓ (delegates MCP tasks)
|
|
90
|
-
mcp-manager
|
|
90
|
+
mcp-manager Agent
|
|
91
91
|
↓ (uses skill)
|
|
92
92
|
mcp-management Skill
|
|
93
93
|
↓ (connects via)
|
|
@@ -96,7 +96,7 @@ MCP Servers (memory, filesystem, etc.)
|
|
|
96
96
|
|
|
97
97
|
**Benefits**:
|
|
98
98
|
- Main agent context stays clean
|
|
99
|
-
- MCP discovery happens in isolated
|
|
99
|
+
- MCP discovery happens in isolated agent context
|
|
100
100
|
- Only relevant tool definitions loaded when needed
|
|
101
101
|
- Reduced token usage
|
|
102
102
|
|