@cleocode/skills 2.0.0 → 2026.3.39
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/LICENSE +21 -0
- package/README.md +446 -0
- package/dispatch-config.json +733 -154
- package/index.d.ts +0 -0
- package/index.js +0 -0
- package/package.json +8 -3
- package/profiles/core.json +0 -0
- package/profiles/full.json +0 -0
- package/profiles/minimal.json +0 -0
- package/profiles/recommended.json +0 -0
- package/provider-skills-map.json +0 -0
- package/skills/_shared/cleo-style-guide.md +0 -0
- package/skills/_shared/manifest-operations.md +0 -0
- package/skills/_shared/placeholders.json +0 -0
- package/skills/_shared/skill-chaining-patterns.md +0 -0
- package/skills/_shared/subagent-protocol-base.md +0 -0
- package/skills/_shared/task-system-integration.md +0 -0
- package/skills/_shared/testing-framework-config.md +0 -0
- package/skills/ct-cleo/SKILL.md +0 -0
- package/skills/ct-cleo/references/anti-patterns.md +0 -0
- package/skills/ct-cleo/references/loom-lifecycle.md +0 -0
- package/skills/ct-cleo/references/orchestrator-constraints.md +0 -0
- package/skills/ct-cleo/references/session-protocol.md +0 -0
- package/skills/ct-codebase-mapper/SKILL.md +0 -0
- package/skills/ct-contribution/SKILL.md +0 -0
- package/skills/ct-contribution/templates/contribution-init.json +0 -0
- package/skills/ct-dev-workflow/SKILL.md +0 -0
- package/skills/ct-docs-lookup/SKILL.md +0 -0
- package/skills/ct-docs-review/SKILL.md +0 -0
- package/skills/ct-docs-write/SKILL.md +0 -0
- package/skills/ct-documentor/SKILL.md +0 -0
- package/skills/ct-epic-architect/SKILL.md +0 -0
- package/skills/ct-epic-architect/references/bug-epic-example.md +0 -0
- package/skills/ct-epic-architect/references/commands.md +0 -0
- package/skills/ct-epic-architect/references/feature-epic-example.md +0 -0
- package/skills/ct-epic-architect/references/migration-epic-example.md +0 -0
- package/skills/ct-epic-architect/references/output-format.md +0 -0
- package/skills/ct-epic-architect/references/patterns.md +0 -0
- package/skills/ct-epic-architect/references/refactor-epic-example.md +0 -0
- package/skills/ct-epic-architect/references/research-epic-example.md +0 -0
- package/skills/ct-epic-architect/references/shell-escaping.md +0 -0
- package/skills/ct-epic-architect/references/skill-aware-execution.md +0 -0
- package/skills/ct-grade/SKILL.md +0 -0
- package/skills/ct-grade/agents/analysis-reporter.md +0 -0
- package/skills/ct-grade/agents/blind-comparator.md +0 -0
- package/skills/ct-grade/agents/scenario-runner.md +0 -0
- package/skills/ct-grade/eval-viewer/__pycache__/generate_grade_review.cpython-314.pyc +0 -0
- package/skills/ct-grade/eval-viewer/generate_grade_review.py +0 -0
- package/skills/ct-grade/eval-viewer/generate_grade_viewer.py +0 -0
- package/skills/ct-grade/eval-viewer/generate_review.py +0 -0
- package/skills/ct-grade/eval-viewer/grade-review.html +0 -0
- package/skills/ct-grade/eval-viewer/viewer.html +0 -0
- package/skills/ct-grade/evals/evals.json +0 -0
- package/skills/ct-grade/references/ab-test-methodology.md +0 -0
- package/skills/ct-grade/references/domains.md +0 -0
- package/skills/ct-grade/references/grade-spec.md +0 -0
- package/skills/ct-grade/references/scenario-playbook.md +0 -0
- package/skills/ct-grade/references/token-tracking.md +0 -0
- package/skills/ct-grade/scripts/__pycache__/audit_analyzer.cpython-314.pyc +0 -0
- package/skills/ct-grade/scripts/__pycache__/run_ab_test.cpython-314.pyc +0 -0
- package/skills/ct-grade/scripts/__pycache__/run_all.cpython-314.pyc +0 -0
- package/skills/ct-grade/scripts/__pycache__/token_tracker.cpython-314.pyc +0 -0
- package/skills/ct-grade/scripts/audit_analyzer.py +0 -0
- package/skills/ct-grade/scripts/generate_report.py +0 -0
- package/skills/ct-grade/scripts/run_ab_test.py +0 -0
- package/skills/ct-grade/scripts/run_all.py +0 -0
- package/skills/ct-grade/scripts/setup_run.py +0 -0
- package/skills/ct-grade/scripts/token_tracker.py +0 -0
- package/skills/ct-grade-v2-1/SKILL.md +0 -0
- package/skills/ct-grade-v2-1/agents/analysis-reporter.md +0 -0
- package/skills/ct-grade-v2-1/agents/blind-comparator.md +0 -0
- package/skills/ct-grade-v2-1/agents/scenario-runner.md +0 -0
- package/skills/ct-grade-v2-1/evals/evals.json +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/__pycache__/build_op_stats.cpython-314.pyc +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/__pycache__/generate_grade_review.cpython-314.pyc +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/build_op_stats.py +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/eval-analysis.json +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/eval-report.md +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/generate_grade_review.py +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/generate_grade_viewer.py +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/grade-review-eval.html +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/grade-review.html +0 -0
- package/skills/ct-grade-v2-1/grade-viewer/viewer.html +0 -0
- package/skills/ct-grade-v2-1/manifest-entry.json +0 -0
- package/skills/ct-grade-v2-1/references/ab-testing.md +0 -0
- package/skills/ct-grade-v2-1/references/domains-ssot.md +0 -0
- package/skills/ct-grade-v2-1/references/grade-spec-v2.md +0 -0
- package/skills/ct-grade-v2-1/references/playbook-v2.md +0 -0
- package/skills/ct-grade-v2-1/references/token-tracking.md +0 -0
- package/skills/ct-grade-v2-1/scripts/generate_report.py +0 -0
- package/skills/ct-grade-v2-1/scripts/run_ab_test.py +0 -0
- package/skills/ct-grade-v2-1/scripts/run_scenario.py +0 -0
- package/skills/ct-grade-v2-1/scripts/setup_run.py +0 -0
- package/skills/ct-grade-v2-1/scripts/token_tracker.py +0 -0
- package/skills/ct-memory/SKILL.md +0 -0
- package/skills/ct-orchestrator/INSTALL.md +0 -0
- package/skills/ct-orchestrator/README.md +0 -0
- package/skills/ct-orchestrator/SKILL.md +0 -0
- package/skills/ct-orchestrator/manifest-entry.json +0 -0
- package/skills/ct-orchestrator/orchestrator-prompt.txt +0 -0
- package/skills/ct-orchestrator/references/SUBAGENT-PROTOCOL-BLOCK.md +0 -0
- package/skills/ct-orchestrator/references/autonomous-operation.md +0 -0
- package/skills/ct-orchestrator/references/lifecycle-gates.md +0 -0
- package/skills/ct-orchestrator/references/orchestrator-compliance.md +0 -0
- package/skills/ct-orchestrator/references/orchestrator-handoffs.md +0 -0
- package/skills/ct-orchestrator/references/orchestrator-patterns.md +0 -0
- package/skills/ct-orchestrator/references/orchestrator-recovery.md +0 -0
- package/skills/ct-orchestrator/references/orchestrator-spawning.md +0 -0
- package/skills/ct-orchestrator/references/orchestrator-tokens.md +0 -0
- package/skills/ct-research-agent/SKILL.md +0 -0
- package/skills/ct-skill-creator/.cleo/.context-state.json +0 -0
- package/skills/ct-skill-creator/.cleo/logs/cleo.2026-03-07.1.log +0 -0
- package/skills/ct-skill-creator/.cleo/tasks.db +0 -0
- package/skills/ct-skill-creator/SKILL.md +0 -0
- package/skills/ct-skill-creator/agents/analyzer.md +0 -0
- package/skills/ct-skill-creator/agents/comparator.md +0 -0
- package/skills/ct-skill-creator/agents/grader.md +0 -0
- package/skills/ct-skill-creator/assets/eval_review.html +0 -0
- package/skills/ct-skill-creator/eval-viewer/__pycache__/generate_review.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/eval-viewer/generate_review.py +0 -0
- package/skills/ct-skill-creator/eval-viewer/viewer.html +0 -0
- package/skills/ct-skill-creator/manifest-entry.json +0 -0
- package/skills/ct-skill-creator/references/dynamic-context.md +0 -0
- package/skills/ct-skill-creator/references/frontmatter.md +0 -0
- package/skills/ct-skill-creator/references/invocation-control.md +0 -0
- package/skills/ct-skill-creator/references/output-patterns.md +0 -0
- package/skills/ct-skill-creator/references/provider-deployment.md +0 -0
- package/skills/ct-skill-creator/references/schemas.md +0 -0
- package/skills/ct-skill-creator/references/workflows.md +0 -0
- package/skills/ct-skill-creator/scripts/__init__.py +0 -0
- package/skills/ct-skill-creator/scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/scripts/__pycache__/aggregate_benchmark.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/scripts/__pycache__/generate_report.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/scripts/__pycache__/improve_description.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/scripts/__pycache__/init_skill.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/scripts/__pycache__/quick_validate.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/scripts/__pycache__/run_eval.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/scripts/__pycache__/run_loop.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/scripts/__pycache__/utils.cpython-314.pyc +0 -0
- package/skills/ct-skill-creator/scripts/aggregate_benchmark.py +0 -0
- package/skills/ct-skill-creator/scripts/generate_report.py +0 -0
- package/skills/ct-skill-creator/scripts/improve_description.py +0 -0
- package/skills/ct-skill-creator/scripts/init_skill.py +0 -0
- package/skills/ct-skill-creator/scripts/package_skill.py +0 -0
- package/skills/ct-skill-creator/scripts/quick_validate.py +0 -0
- package/skills/ct-skill-creator/scripts/run_eval.py +0 -0
- package/skills/ct-skill-creator/scripts/run_loop.py +0 -0
- package/skills/ct-skill-creator/scripts/utils.py +0 -0
- package/skills/ct-skill-validator/SKILL.md +0 -0
- package/skills/ct-skill-validator/agents/ecosystem-checker.md +0 -0
- package/skills/ct-skill-validator/assets/valid-skill-example.md +0 -0
- package/skills/ct-skill-validator/evals/eval_set.json +0 -0
- package/skills/ct-skill-validator/evals/evals.json +0 -0
- package/skills/ct-skill-validator/manifest-entry.json +0 -0
- package/skills/ct-skill-validator/references/cleo-ecosystem-rules.md +0 -0
- package/skills/ct-skill-validator/references/validation-rules.md +0 -0
- package/skills/ct-skill-validator/scripts/__init__.py +0 -0
- package/skills/ct-skill-validator/scripts/__pycache__/audit_body.cpython-314.pyc +0 -0
- package/skills/ct-skill-validator/scripts/__pycache__/check_ecosystem.cpython-314.pyc +0 -0
- package/skills/ct-skill-validator/scripts/__pycache__/generate_validation_report.cpython-314.pyc +0 -0
- package/skills/ct-skill-validator/scripts/__pycache__/validate.cpython-314.pyc +0 -0
- package/skills/ct-skill-validator/scripts/audit_body.py +0 -0
- package/skills/ct-skill-validator/scripts/check_ecosystem.py +0 -0
- package/skills/ct-skill-validator/scripts/check_manifest.py +0 -0
- package/skills/ct-skill-validator/scripts/generate_validation_report.py +0 -0
- package/skills/ct-skill-validator/scripts/validate.py +0 -0
- package/skills/ct-spec-writer/SKILL.md +0 -0
- package/skills/ct-stickynote/README.md +0 -0
- package/skills/ct-stickynote/SKILL.md +0 -0
- package/skills/ct-task-executor/SKILL.md +0 -0
- package/skills/ct-validator/SKILL.md +0 -0
- package/skills/manifest.json +0 -0
- package/skills.json +0 -0
package/dispatch-config.json
CHANGED
|
@@ -27,35 +27,117 @@
|
|
|
27
27
|
"release|version|publish|deploy|ship|changelog": "ct-dev-workflow"
|
|
28
28
|
},
|
|
29
29
|
"by_protocol": {
|
|
30
|
-
"RSCH": {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
30
|
+
"RSCH": {
|
|
31
|
+
"skillRef": "ct-research-agent",
|
|
32
|
+
"enforcement": "strict"
|
|
33
|
+
},
|
|
34
|
+
"CONS": {
|
|
35
|
+
"skillRef": "ct-validator",
|
|
36
|
+
"enforcement": "strict"
|
|
37
|
+
},
|
|
38
|
+
"SPEC": {
|
|
39
|
+
"skillRef": "ct-spec-writer",
|
|
40
|
+
"enforcement": "strict"
|
|
41
|
+
},
|
|
42
|
+
"DCMP": {
|
|
43
|
+
"skillRef": "ct-epic-architect",
|
|
44
|
+
"enforcement": "strict"
|
|
45
|
+
},
|
|
46
|
+
"IMPL": {
|
|
47
|
+
"skillRef": "ct-task-executor",
|
|
48
|
+
"enforcement": "strict"
|
|
49
|
+
},
|
|
50
|
+
"CONT": {
|
|
51
|
+
"skillRef": "ct-contribution",
|
|
52
|
+
"enforcement": "strict"
|
|
53
|
+
},
|
|
54
|
+
"VALID": {
|
|
55
|
+
"skillRef": "ct-validator",
|
|
56
|
+
"enforcement": "strict"
|
|
57
|
+
},
|
|
58
|
+
"TEST": {
|
|
59
|
+
"skillRef": "ct-test-writer-bats",
|
|
60
|
+
"enforcement": "strict"
|
|
61
|
+
},
|
|
62
|
+
"REL": {
|
|
63
|
+
"skillRef": "ct-dev-workflow",
|
|
64
|
+
"enforcement": "strict"
|
|
65
|
+
},
|
|
66
|
+
"ADR": {
|
|
67
|
+
"skillRef": "ct-spec-writer",
|
|
68
|
+
"enforcement": "advisory"
|
|
69
|
+
},
|
|
70
|
+
"AGENT": {
|
|
71
|
+
"skillRef": "ct-orchestrator",
|
|
72
|
+
"enforcement": "strict"
|
|
73
|
+
},
|
|
74
|
+
"ART": {
|
|
75
|
+
"skillRef": "ct-contribution",
|
|
76
|
+
"enforcement": "advisory"
|
|
77
|
+
},
|
|
78
|
+
"PROV": {
|
|
79
|
+
"skillRef": "ct-orchestrator",
|
|
80
|
+
"enforcement": "advisory"
|
|
81
|
+
}
|
|
43
82
|
}
|
|
44
83
|
},
|
|
45
84
|
"skill_overrides": {
|
|
46
85
|
"ct-orchestrator": {
|
|
47
|
-
"tags": [
|
|
86
|
+
"tags": [
|
|
87
|
+
"workflow",
|
|
88
|
+
"multi-agent",
|
|
89
|
+
"coordination"
|
|
90
|
+
],
|
|
48
91
|
"status": "active",
|
|
49
92
|
"token_budget": 8000,
|
|
50
93
|
"capabilities": {
|
|
51
|
-
"inputs": [
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
94
|
+
"inputs": [
|
|
95
|
+
"TASK_ID",
|
|
96
|
+
"SESSION_ID",
|
|
97
|
+
"EPIC_ID"
|
|
98
|
+
],
|
|
99
|
+
"outputs": [
|
|
100
|
+
"workflow-coordination",
|
|
101
|
+
"subagent-spawns"
|
|
102
|
+
],
|
|
103
|
+
"dispatch_triggers": [
|
|
104
|
+
"orchestrate",
|
|
105
|
+
"orchestrator mode",
|
|
106
|
+
"run as orchestrator",
|
|
107
|
+
"delegate to subagents",
|
|
108
|
+
"coordinate agents",
|
|
109
|
+
"spawn subagents",
|
|
110
|
+
"multi-agent workflow",
|
|
111
|
+
"context-protected workflow",
|
|
112
|
+
"agent farm",
|
|
113
|
+
"HITL orchestration"
|
|
114
|
+
],
|
|
115
|
+
"compatible_subagent_types": [
|
|
116
|
+
"orchestrator"
|
|
117
|
+
],
|
|
118
|
+
"chains_to": [
|
|
119
|
+
"ct-epic-architect",
|
|
120
|
+
"ct-research-agent",
|
|
121
|
+
"ct-task-executor",
|
|
122
|
+
"ct-test-writer-bats",
|
|
123
|
+
"ct-spec-writer",
|
|
124
|
+
"ct-library-implementer-bash",
|
|
125
|
+
"ct-validator",
|
|
126
|
+
"ct-documentor"
|
|
127
|
+
],
|
|
56
128
|
"dispatch_keywords": {
|
|
57
|
-
"primary": [
|
|
58
|
-
|
|
129
|
+
"primary": [
|
|
130
|
+
"orchestrate",
|
|
131
|
+
"coordinate",
|
|
132
|
+
"delegate",
|
|
133
|
+
"multi-agent"
|
|
134
|
+
],
|
|
135
|
+
"secondary": [
|
|
136
|
+
"spawn",
|
|
137
|
+
"farm",
|
|
138
|
+
"HITL",
|
|
139
|
+
"workflow"
|
|
140
|
+
]
|
|
59
141
|
}
|
|
60
142
|
},
|
|
61
143
|
"constraints": {
|
|
@@ -65,18 +147,62 @@
|
|
|
65
147
|
}
|
|
66
148
|
},
|
|
67
149
|
"ct-epic-architect": {
|
|
68
|
-
"tags": [
|
|
150
|
+
"tags": [
|
|
151
|
+
"planning",
|
|
152
|
+
"architecture",
|
|
153
|
+
"task-management"
|
|
154
|
+
],
|
|
69
155
|
"status": "active",
|
|
70
156
|
"token_budget": 8000,
|
|
71
157
|
"capabilities": {
|
|
72
|
-
"inputs": [
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
158
|
+
"inputs": [
|
|
159
|
+
"TASK_ID",
|
|
160
|
+
"FEATURE_NAME",
|
|
161
|
+
"FEATURE_SLUG",
|
|
162
|
+
"DATE",
|
|
163
|
+
"EPIC_ID",
|
|
164
|
+
"SESSION_ID"
|
|
165
|
+
],
|
|
166
|
+
"outputs": [
|
|
167
|
+
"epic",
|
|
168
|
+
"tasks",
|
|
169
|
+
"manifest-entry",
|
|
170
|
+
"session"
|
|
171
|
+
],
|
|
172
|
+
"dispatch_triggers": [
|
|
173
|
+
"create epic",
|
|
174
|
+
"plan epic",
|
|
175
|
+
"decompose into tasks",
|
|
176
|
+
"architect the work",
|
|
177
|
+
"break down this project",
|
|
178
|
+
"epic planning",
|
|
179
|
+
"task breakdown",
|
|
180
|
+
"dependency analysis",
|
|
181
|
+
"wave planning",
|
|
182
|
+
"sprint planning"
|
|
183
|
+
],
|
|
184
|
+
"compatible_subagent_types": [
|
|
185
|
+
"general-purpose",
|
|
186
|
+
"planning"
|
|
187
|
+
],
|
|
188
|
+
"chains_to": [
|
|
189
|
+
"ct-task-executor",
|
|
190
|
+
"ct-research-agent",
|
|
191
|
+
"ct-spec-writer"
|
|
192
|
+
],
|
|
77
193
|
"dispatch_keywords": {
|
|
78
|
-
"primary": [
|
|
79
|
-
|
|
194
|
+
"primary": [
|
|
195
|
+
"epic",
|
|
196
|
+
"plan",
|
|
197
|
+
"decompose",
|
|
198
|
+
"architect"
|
|
199
|
+
],
|
|
200
|
+
"secondary": [
|
|
201
|
+
"breakdown",
|
|
202
|
+
"wave",
|
|
203
|
+
"sprint",
|
|
204
|
+
"dependency"
|
|
205
|
+
]
|
|
80
206
|
}
|
|
81
207
|
},
|
|
82
208
|
"constraints": {
|
|
@@ -86,18 +212,66 @@
|
|
|
86
212
|
}
|
|
87
213
|
},
|
|
88
214
|
"ct-task-executor": {
|
|
89
|
-
"tags": [
|
|
215
|
+
"tags": [
|
|
216
|
+
"execution",
|
|
217
|
+
"implementation",
|
|
218
|
+
"task-management"
|
|
219
|
+
],
|
|
90
220
|
"status": "active",
|
|
91
221
|
"token_budget": 8000,
|
|
92
222
|
"capabilities": {
|
|
93
|
-
"inputs": [
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
223
|
+
"inputs": [
|
|
224
|
+
"TASK_ID",
|
|
225
|
+
"TASK_NAME",
|
|
226
|
+
"TASK_INSTRUCTIONS",
|
|
227
|
+
"DELIVERABLES_LIST",
|
|
228
|
+
"ACCEPTANCE_CRITERIA",
|
|
229
|
+
"TOPIC_SLUG",
|
|
230
|
+
"DATE",
|
|
231
|
+
"EPIC_ID",
|
|
232
|
+
"SESSION_ID",
|
|
233
|
+
"DEPENDS_LIST",
|
|
234
|
+
"MANIFEST_SUMMARIES",
|
|
235
|
+
"TOPICS_JSON"
|
|
236
|
+
],
|
|
237
|
+
"outputs": [
|
|
238
|
+
"deliverables",
|
|
239
|
+
"manifest-entry"
|
|
240
|
+
],
|
|
241
|
+
"dispatch_triggers": [
|
|
242
|
+
"execute task",
|
|
243
|
+
"implement",
|
|
244
|
+
"do the work",
|
|
245
|
+
"complete this task",
|
|
246
|
+
"carry out",
|
|
247
|
+
"perform task",
|
|
248
|
+
"run task",
|
|
249
|
+
"work on",
|
|
250
|
+
"implement feature",
|
|
251
|
+
"build component",
|
|
252
|
+
"create implementation"
|
|
253
|
+
],
|
|
254
|
+
"compatible_subagent_types": [
|
|
255
|
+
"general-purpose",
|
|
256
|
+
"Code"
|
|
257
|
+
],
|
|
258
|
+
"chains_to": [
|
|
259
|
+
"ct-test-writer-bats",
|
|
260
|
+
"ct-documentor"
|
|
261
|
+
],
|
|
98
262
|
"dispatch_keywords": {
|
|
99
|
-
"primary": [
|
|
100
|
-
|
|
263
|
+
"primary": [
|
|
264
|
+
"implement",
|
|
265
|
+
"build",
|
|
266
|
+
"execute",
|
|
267
|
+
"create"
|
|
268
|
+
],
|
|
269
|
+
"secondary": [
|
|
270
|
+
"complete",
|
|
271
|
+
"finish",
|
|
272
|
+
"work on",
|
|
273
|
+
"carry out"
|
|
274
|
+
]
|
|
101
275
|
}
|
|
102
276
|
},
|
|
103
277
|
"constraints": {
|
|
@@ -107,18 +281,60 @@
|
|
|
107
281
|
}
|
|
108
282
|
},
|
|
109
283
|
"ct-research-agent": {
|
|
110
|
-
"tags": [
|
|
284
|
+
"tags": [
|
|
285
|
+
"research",
|
|
286
|
+
"investigation",
|
|
287
|
+
"discovery"
|
|
288
|
+
],
|
|
111
289
|
"status": "active",
|
|
112
290
|
"token_budget": 8000,
|
|
113
291
|
"capabilities": {
|
|
114
|
-
"inputs": [
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
292
|
+
"inputs": [
|
|
293
|
+
"TASK_ID",
|
|
294
|
+
"TOPIC",
|
|
295
|
+
"TOPIC_SLUG",
|
|
296
|
+
"RESEARCH_QUESTIONS",
|
|
297
|
+
"RESEARCH_TITLE",
|
|
298
|
+
"DATE",
|
|
299
|
+
"EPIC_ID",
|
|
300
|
+
"SESSION_ID",
|
|
301
|
+
"TOPICS_JSON"
|
|
302
|
+
],
|
|
303
|
+
"outputs": [
|
|
304
|
+
"research-file",
|
|
305
|
+
"manifest-entry"
|
|
306
|
+
],
|
|
307
|
+
"dispatch_triggers": [
|
|
308
|
+
"research",
|
|
309
|
+
"investigate",
|
|
310
|
+
"gather information",
|
|
311
|
+
"look up",
|
|
312
|
+
"find out about",
|
|
313
|
+
"analyze topic",
|
|
314
|
+
"explore options",
|
|
315
|
+
"survey alternatives"
|
|
316
|
+
],
|
|
317
|
+
"compatible_subagent_types": [
|
|
318
|
+
"general-purpose",
|
|
319
|
+
"Explore"
|
|
320
|
+
],
|
|
321
|
+
"chains_to": [
|
|
322
|
+
"ct-spec-writer",
|
|
323
|
+
"ct-epic-architect"
|
|
324
|
+
],
|
|
119
325
|
"dispatch_keywords": {
|
|
120
|
-
"primary": [
|
|
121
|
-
|
|
326
|
+
"primary": [
|
|
327
|
+
"research",
|
|
328
|
+
"investigate",
|
|
329
|
+
"explore",
|
|
330
|
+
"discover"
|
|
331
|
+
],
|
|
332
|
+
"secondary": [
|
|
333
|
+
"gather",
|
|
334
|
+
"survey",
|
|
335
|
+
"analyze",
|
|
336
|
+
"fact-finding"
|
|
337
|
+
]
|
|
122
338
|
}
|
|
123
339
|
},
|
|
124
340
|
"constraints": {
|
|
@@ -128,18 +344,55 @@
|
|
|
128
344
|
}
|
|
129
345
|
},
|
|
130
346
|
"ct-spec-writer": {
|
|
131
|
-
"tags": [
|
|
347
|
+
"tags": [
|
|
348
|
+
"specification",
|
|
349
|
+
"documentation",
|
|
350
|
+
"rfc"
|
|
351
|
+
],
|
|
132
352
|
"status": "active",
|
|
133
353
|
"token_budget": 8000,
|
|
134
354
|
"capabilities": {
|
|
135
|
-
"inputs": [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
355
|
+
"inputs": [
|
|
356
|
+
"TASK_ID",
|
|
357
|
+
"SPEC_NAME",
|
|
358
|
+
"spec_topic",
|
|
359
|
+
"requirements_list",
|
|
360
|
+
"DATE",
|
|
361
|
+
"TOPIC_SLUG"
|
|
362
|
+
],
|
|
363
|
+
"outputs": [
|
|
364
|
+
"specification-file",
|
|
365
|
+
"manifest-entry"
|
|
366
|
+
],
|
|
367
|
+
"dispatch_triggers": [
|
|
368
|
+
"write a spec",
|
|
369
|
+
"create specification",
|
|
370
|
+
"define protocol",
|
|
371
|
+
"document requirements",
|
|
372
|
+
"RFC-style document",
|
|
373
|
+
"technical specification"
|
|
374
|
+
],
|
|
375
|
+
"compatible_subagent_types": [
|
|
376
|
+
"general-purpose",
|
|
377
|
+
"Code"
|
|
378
|
+
],
|
|
379
|
+
"chains_to": [
|
|
380
|
+
"ct-task-executor",
|
|
381
|
+
"ct-documentor"
|
|
382
|
+
],
|
|
140
383
|
"dispatch_keywords": {
|
|
141
|
-
"primary": [
|
|
142
|
-
|
|
384
|
+
"primary": [
|
|
385
|
+
"spec",
|
|
386
|
+
"rfc",
|
|
387
|
+
"protocol",
|
|
388
|
+
"contract"
|
|
389
|
+
],
|
|
390
|
+
"secondary": [
|
|
391
|
+
"specification",
|
|
392
|
+
"requirements",
|
|
393
|
+
"interface",
|
|
394
|
+
"architecture"
|
|
395
|
+
]
|
|
143
396
|
}
|
|
144
397
|
},
|
|
145
398
|
"constraints": {
|
|
@@ -149,18 +402,50 @@
|
|
|
149
402
|
}
|
|
150
403
|
},
|
|
151
404
|
"ct-test-writer-bats": {
|
|
152
|
-
"tags": [
|
|
405
|
+
"tags": [
|
|
406
|
+
"testing",
|
|
407
|
+
"bats",
|
|
408
|
+
"integration"
|
|
409
|
+
],
|
|
153
410
|
"status": "active",
|
|
154
411
|
"token_budget": 8000,
|
|
155
412
|
"capabilities": {
|
|
156
|
-
"inputs": [
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
413
|
+
"inputs": [
|
|
414
|
+
"TASK_ID",
|
|
415
|
+
"test_target",
|
|
416
|
+
"test_scenarios",
|
|
417
|
+
"DATE",
|
|
418
|
+
"TOPIC_SLUG"
|
|
419
|
+
],
|
|
420
|
+
"outputs": [
|
|
421
|
+
"test-file",
|
|
422
|
+
"manifest-entry"
|
|
423
|
+
],
|
|
424
|
+
"dispatch_triggers": [
|
|
425
|
+
"write tests",
|
|
426
|
+
"create BATS tests",
|
|
427
|
+
"add integration tests",
|
|
428
|
+
"bash tests",
|
|
429
|
+
"test coverage"
|
|
430
|
+
],
|
|
431
|
+
"compatible_subagent_types": [
|
|
432
|
+
"general-purpose",
|
|
433
|
+
"Code"
|
|
434
|
+
],
|
|
160
435
|
"chains_to": [],
|
|
161
436
|
"dispatch_keywords": {
|
|
162
|
-
"primary": [
|
|
163
|
-
|
|
437
|
+
"primary": [
|
|
438
|
+
"test",
|
|
439
|
+
"bats",
|
|
440
|
+
"coverage",
|
|
441
|
+
"integration"
|
|
442
|
+
],
|
|
443
|
+
"secondary": [
|
|
444
|
+
"unit tests",
|
|
445
|
+
"test cases",
|
|
446
|
+
"shell tests",
|
|
447
|
+
"bash tests"
|
|
448
|
+
]
|
|
164
449
|
}
|
|
165
450
|
},
|
|
166
451
|
"constraints": {
|
|
@@ -170,18 +455,52 @@
|
|
|
170
455
|
}
|
|
171
456
|
},
|
|
172
457
|
"ct-library-implementer-bash": {
|
|
173
|
-
"tags": [
|
|
458
|
+
"tags": [
|
|
459
|
+
"implementation",
|
|
460
|
+
"bash",
|
|
461
|
+
"library"
|
|
462
|
+
],
|
|
174
463
|
"status": "active",
|
|
175
464
|
"token_budget": 8000,
|
|
176
465
|
"capabilities": {
|
|
177
|
-
"inputs": [
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
466
|
+
"inputs": [
|
|
467
|
+
"TASK_ID",
|
|
468
|
+
"MODULE_NAME",
|
|
469
|
+
"function_signatures",
|
|
470
|
+
"DATE",
|
|
471
|
+
"TOPIC_SLUG"
|
|
472
|
+
],
|
|
473
|
+
"outputs": [
|
|
474
|
+
"library-file",
|
|
475
|
+
"manifest-entry"
|
|
476
|
+
],
|
|
477
|
+
"dispatch_triggers": [
|
|
478
|
+
"create library",
|
|
479
|
+
"implement functions",
|
|
480
|
+
"add to lib/",
|
|
481
|
+
"shared utilities",
|
|
482
|
+
"bash library"
|
|
483
|
+
],
|
|
484
|
+
"compatible_subagent_types": [
|
|
485
|
+
"general-purpose",
|
|
486
|
+
"Code"
|
|
487
|
+
],
|
|
488
|
+
"chains_to": [
|
|
489
|
+
"ct-test-writer-bats"
|
|
490
|
+
],
|
|
182
491
|
"dispatch_keywords": {
|
|
183
|
-
"primary": [
|
|
184
|
-
|
|
492
|
+
"primary": [
|
|
493
|
+
"lib/",
|
|
494
|
+
"bash",
|
|
495
|
+
"shell",
|
|
496
|
+
"function"
|
|
497
|
+
],
|
|
498
|
+
"secondary": [
|
|
499
|
+
"library",
|
|
500
|
+
"utilities",
|
|
501
|
+
"helper",
|
|
502
|
+
"module"
|
|
503
|
+
]
|
|
185
504
|
}
|
|
186
505
|
},
|
|
187
506
|
"constraints": {
|
|
@@ -191,18 +510,52 @@
|
|
|
191
510
|
}
|
|
192
511
|
},
|
|
193
512
|
"ct-validator": {
|
|
194
|
-
"tags": [
|
|
513
|
+
"tags": [
|
|
514
|
+
"validation",
|
|
515
|
+
"compliance",
|
|
516
|
+
"audit"
|
|
517
|
+
],
|
|
195
518
|
"status": "active",
|
|
196
519
|
"token_budget": 6000,
|
|
197
520
|
"capabilities": {
|
|
198
|
-
"inputs": [
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
521
|
+
"inputs": [
|
|
522
|
+
"TASK_ID",
|
|
523
|
+
"VALIDATION_TARGET",
|
|
524
|
+
"TARGET_FILES_OR_SYSTEMS",
|
|
525
|
+
"VALIDATION_CRITERIA",
|
|
526
|
+
"VALIDATION_COMMANDS",
|
|
527
|
+
"TOPIC_SLUG",
|
|
528
|
+
"DATE"
|
|
529
|
+
],
|
|
530
|
+
"outputs": [
|
|
531
|
+
"validation-report",
|
|
532
|
+
"manifest-entry"
|
|
533
|
+
],
|
|
534
|
+
"dispatch_triggers": [
|
|
535
|
+
"validate",
|
|
536
|
+
"verify",
|
|
537
|
+
"check compliance",
|
|
538
|
+
"audit",
|
|
539
|
+
"compliance check"
|
|
540
|
+
],
|
|
541
|
+
"compatible_subagent_types": [
|
|
542
|
+
"general-purpose",
|
|
543
|
+
"Explore"
|
|
544
|
+
],
|
|
202
545
|
"chains_to": [],
|
|
203
546
|
"dispatch_keywords": {
|
|
204
|
-
"primary": [
|
|
205
|
-
|
|
547
|
+
"primary": [
|
|
548
|
+
"validate",
|
|
549
|
+
"verify",
|
|
550
|
+
"audit",
|
|
551
|
+
"compliance"
|
|
552
|
+
],
|
|
553
|
+
"secondary": [
|
|
554
|
+
"check",
|
|
555
|
+
"conformance",
|
|
556
|
+
"standards",
|
|
557
|
+
"requirements"
|
|
558
|
+
]
|
|
206
559
|
}
|
|
207
560
|
},
|
|
208
561
|
"constraints": {
|
|
@@ -212,18 +565,52 @@
|
|
|
212
565
|
}
|
|
213
566
|
},
|
|
214
567
|
"ct-dev-workflow": {
|
|
215
|
-
"tags": [
|
|
568
|
+
"tags": [
|
|
569
|
+
"workflow",
|
|
570
|
+
"git",
|
|
571
|
+
"commits",
|
|
572
|
+
"release",
|
|
573
|
+
"task-tracking"
|
|
574
|
+
],
|
|
216
575
|
"status": "active",
|
|
217
576
|
"token_budget": 6000,
|
|
218
577
|
"capabilities": {
|
|
219
|
-
"inputs": [
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
578
|
+
"inputs": [
|
|
579
|
+
"TASK_ID",
|
|
580
|
+
"CHANGE_TYPE",
|
|
581
|
+
"SCOPE",
|
|
582
|
+
"DESCRIPTION"
|
|
583
|
+
],
|
|
584
|
+
"outputs": [
|
|
585
|
+
"commit",
|
|
586
|
+
"tag",
|
|
587
|
+
"push"
|
|
588
|
+
],
|
|
589
|
+
"dispatch_triggers": [
|
|
590
|
+
"commit",
|
|
591
|
+
"release",
|
|
592
|
+
"run the workflow",
|
|
593
|
+
"prepare release",
|
|
594
|
+
"atomic commit"
|
|
595
|
+
],
|
|
596
|
+
"compatible_subagent_types": [
|
|
597
|
+
"general-purpose",
|
|
598
|
+
"Code"
|
|
599
|
+
],
|
|
223
600
|
"chains_to": [],
|
|
224
601
|
"dispatch_keywords": {
|
|
225
|
-
"primary": [
|
|
226
|
-
|
|
602
|
+
"primary": [
|
|
603
|
+
"commit",
|
|
604
|
+
"release",
|
|
605
|
+
"push",
|
|
606
|
+
"version"
|
|
607
|
+
],
|
|
608
|
+
"secondary": [
|
|
609
|
+
"atomic",
|
|
610
|
+
"conventional",
|
|
611
|
+
"ship",
|
|
612
|
+
"finalize"
|
|
613
|
+
]
|
|
227
614
|
}
|
|
228
615
|
},
|
|
229
616
|
"constraints": {
|
|
@@ -233,18 +620,53 @@
|
|
|
233
620
|
}
|
|
234
621
|
},
|
|
235
622
|
"ct-documentor": {
|
|
236
|
-
"tags": [
|
|
623
|
+
"tags": [
|
|
624
|
+
"documentation",
|
|
625
|
+
"orchestration",
|
|
626
|
+
"workflow"
|
|
627
|
+
],
|
|
237
628
|
"status": "active",
|
|
238
629
|
"token_budget": 8000,
|
|
239
630
|
"capabilities": {
|
|
240
|
-
"inputs": [
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
631
|
+
"inputs": [
|
|
632
|
+
"TASK_ID",
|
|
633
|
+
"documentation_topic",
|
|
634
|
+
"target_audience"
|
|
635
|
+
],
|
|
636
|
+
"outputs": [
|
|
637
|
+
"documentation-file",
|
|
638
|
+
"manifest-entry",
|
|
639
|
+
"review-report"
|
|
640
|
+
],
|
|
641
|
+
"dispatch_triggers": [
|
|
642
|
+
"write documentation",
|
|
643
|
+
"create docs",
|
|
644
|
+
"review docs",
|
|
645
|
+
"update documentation"
|
|
646
|
+
],
|
|
647
|
+
"compatible_subagent_types": [
|
|
648
|
+
"general-purpose",
|
|
649
|
+
"documentation",
|
|
650
|
+
"Code"
|
|
651
|
+
],
|
|
652
|
+
"chains_to": [
|
|
653
|
+
"ct-docs-lookup",
|
|
654
|
+
"ct-docs-write",
|
|
655
|
+
"ct-docs-review"
|
|
656
|
+
],
|
|
245
657
|
"dispatch_keywords": {
|
|
246
|
-
"primary": [
|
|
247
|
-
|
|
658
|
+
"primary": [
|
|
659
|
+
"doc",
|
|
660
|
+
"document",
|
|
661
|
+
"readme",
|
|
662
|
+
"guide"
|
|
663
|
+
],
|
|
664
|
+
"secondary": [
|
|
665
|
+
"documentation",
|
|
666
|
+
"docs",
|
|
667
|
+
"markdown",
|
|
668
|
+
"mdx"
|
|
669
|
+
]
|
|
248
670
|
}
|
|
249
671
|
},
|
|
250
672
|
"constraints": {
|
|
@@ -254,18 +676,48 @@
|
|
|
254
676
|
}
|
|
255
677
|
},
|
|
256
678
|
"ct-docs-lookup": {
|
|
257
|
-
"tags": [
|
|
679
|
+
"tags": [
|
|
680
|
+
"documentation",
|
|
681
|
+
"libraries",
|
|
682
|
+
"context7"
|
|
683
|
+
],
|
|
258
684
|
"status": "active",
|
|
259
685
|
"token_budget": 6000,
|
|
260
686
|
"capabilities": {
|
|
261
|
-
"inputs": [
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
687
|
+
"inputs": [
|
|
688
|
+
"library_name",
|
|
689
|
+
"query",
|
|
690
|
+
"version"
|
|
691
|
+
],
|
|
692
|
+
"outputs": [
|
|
693
|
+
"documentation-content",
|
|
694
|
+
"code-examples"
|
|
695
|
+
],
|
|
696
|
+
"dispatch_triggers": [
|
|
697
|
+
"how do I configure",
|
|
698
|
+
"write code using",
|
|
699
|
+
"what are the methods",
|
|
700
|
+
"show me examples"
|
|
701
|
+
],
|
|
702
|
+
"compatible_subagent_types": [
|
|
703
|
+
"general-purpose",
|
|
704
|
+
"documentation",
|
|
705
|
+
"Explore"
|
|
706
|
+
],
|
|
265
707
|
"chains_to": [],
|
|
266
708
|
"dispatch_keywords": {
|
|
267
|
-
"primary": [
|
|
268
|
-
|
|
709
|
+
"primary": [
|
|
710
|
+
"library",
|
|
711
|
+
"framework",
|
|
712
|
+
"api",
|
|
713
|
+
"reference"
|
|
714
|
+
],
|
|
715
|
+
"secondary": [
|
|
716
|
+
"configure",
|
|
717
|
+
"methods",
|
|
718
|
+
"examples",
|
|
719
|
+
"docs"
|
|
720
|
+
]
|
|
269
721
|
}
|
|
270
722
|
},
|
|
271
723
|
"constraints": {
|
|
@@ -275,18 +727,47 @@
|
|
|
275
727
|
}
|
|
276
728
|
},
|
|
277
729
|
"ct-docs-write": {
|
|
278
|
-
"tags": [
|
|
730
|
+
"tags": [
|
|
731
|
+
"documentation",
|
|
732
|
+
"writing",
|
|
733
|
+
"style-guide"
|
|
734
|
+
],
|
|
279
735
|
"status": "active",
|
|
280
736
|
"token_budget": 6000,
|
|
281
737
|
"capabilities": {
|
|
282
|
-
"inputs": [
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
738
|
+
"inputs": [
|
|
739
|
+
"file_path",
|
|
740
|
+
"content_topic",
|
|
741
|
+
"audience"
|
|
742
|
+
],
|
|
743
|
+
"outputs": [
|
|
744
|
+
"documentation-file",
|
|
745
|
+
"markdown-content"
|
|
746
|
+
],
|
|
747
|
+
"dispatch_triggers": [
|
|
748
|
+
"write docs",
|
|
749
|
+
"create documentation",
|
|
750
|
+
"edit the README"
|
|
751
|
+
],
|
|
752
|
+
"compatible_subagent_types": [
|
|
753
|
+
"general-purpose",
|
|
754
|
+
"documentation",
|
|
755
|
+
"Code"
|
|
756
|
+
],
|
|
286
757
|
"chains_to": [],
|
|
287
758
|
"dispatch_keywords": {
|
|
288
|
-
"primary": [
|
|
289
|
-
|
|
759
|
+
"primary": [
|
|
760
|
+
"write",
|
|
761
|
+
"create",
|
|
762
|
+
"edit",
|
|
763
|
+
"style"
|
|
764
|
+
],
|
|
765
|
+
"secondary": [
|
|
766
|
+
"clarity",
|
|
767
|
+
"readable",
|
|
768
|
+
"user-facing",
|
|
769
|
+
"content"
|
|
770
|
+
]
|
|
290
771
|
}
|
|
291
772
|
},
|
|
292
773
|
"constraints": {
|
|
@@ -296,18 +777,48 @@
|
|
|
296
777
|
}
|
|
297
778
|
},
|
|
298
779
|
"ct-docs-review": {
|
|
299
|
-
"tags": [
|
|
780
|
+
"tags": [
|
|
781
|
+
"documentation",
|
|
782
|
+
"review",
|
|
783
|
+
"style-guide"
|
|
784
|
+
],
|
|
300
785
|
"status": "active",
|
|
301
786
|
"token_budget": 6000,
|
|
302
787
|
"capabilities": {
|
|
303
|
-
"inputs": [
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
788
|
+
"inputs": [
|
|
789
|
+
"file_path",
|
|
790
|
+
"pr_url",
|
|
791
|
+
"diff_content"
|
|
792
|
+
],
|
|
793
|
+
"outputs": [
|
|
794
|
+
"review-comments",
|
|
795
|
+
"style-violations",
|
|
796
|
+
"improvement-suggestions"
|
|
797
|
+
],
|
|
798
|
+
"dispatch_triggers": [
|
|
799
|
+
"review documentation",
|
|
800
|
+
"check docs style",
|
|
801
|
+
"review this markdown file"
|
|
802
|
+
],
|
|
803
|
+
"compatible_subagent_types": [
|
|
804
|
+
"general-purpose",
|
|
805
|
+
"documentation",
|
|
806
|
+
"Explore"
|
|
807
|
+
],
|
|
307
808
|
"chains_to": [],
|
|
308
809
|
"dispatch_keywords": {
|
|
309
|
-
"primary": [
|
|
310
|
-
|
|
810
|
+
"primary": [
|
|
811
|
+
"review",
|
|
812
|
+
"check",
|
|
813
|
+
"style",
|
|
814
|
+
"compliance"
|
|
815
|
+
],
|
|
816
|
+
"secondary": [
|
|
817
|
+
"violations",
|
|
818
|
+
"improvements",
|
|
819
|
+
"pr review",
|
|
820
|
+
"markdown"
|
|
821
|
+
]
|
|
311
822
|
}
|
|
312
823
|
},
|
|
313
824
|
"constraints": {
|
|
@@ -317,18 +828,47 @@
|
|
|
317
828
|
}
|
|
318
829
|
},
|
|
319
830
|
"ct-skill-creator": {
|
|
320
|
-
"tags": [
|
|
831
|
+
"tags": [
|
|
832
|
+
"skills",
|
|
833
|
+
"creation",
|
|
834
|
+
"meta"
|
|
835
|
+
],
|
|
321
836
|
"status": "active",
|
|
322
837
|
"token_budget": 8000,
|
|
323
838
|
"capabilities": {
|
|
324
|
-
"inputs": [
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
839
|
+
"inputs": [
|
|
840
|
+
"skill_name",
|
|
841
|
+
"skill_purpose",
|
|
842
|
+
"concrete_examples"
|
|
843
|
+
],
|
|
844
|
+
"outputs": [
|
|
845
|
+
"skill-directory",
|
|
846
|
+
"SKILL.md",
|
|
847
|
+
"skill-resources"
|
|
848
|
+
],
|
|
849
|
+
"dispatch_triggers": [
|
|
850
|
+
"create a new skill",
|
|
851
|
+
"update an existing skill",
|
|
852
|
+
"skill creation"
|
|
853
|
+
],
|
|
854
|
+
"compatible_subagent_types": [
|
|
855
|
+
"general-purpose",
|
|
856
|
+
"Code"
|
|
857
|
+
],
|
|
328
858
|
"chains_to": [],
|
|
329
859
|
"dispatch_keywords": {
|
|
330
|
-
"primary": [
|
|
331
|
-
|
|
860
|
+
"primary": [
|
|
861
|
+
"skill",
|
|
862
|
+
"create",
|
|
863
|
+
"build",
|
|
864
|
+
"extend"
|
|
865
|
+
],
|
|
866
|
+
"secondary": [
|
|
867
|
+
"capabilities",
|
|
868
|
+
"workflow",
|
|
869
|
+
"integration",
|
|
870
|
+
"new skill"
|
|
871
|
+
]
|
|
332
872
|
}
|
|
333
873
|
},
|
|
334
874
|
"constraints": {
|
|
@@ -338,18 +878,50 @@
|
|
|
338
878
|
}
|
|
339
879
|
},
|
|
340
880
|
"ct-skill-lookup": {
|
|
341
|
-
"tags": [
|
|
881
|
+
"tags": [
|
|
882
|
+
"skills",
|
|
883
|
+
"discovery",
|
|
884
|
+
"prompts-chat"
|
|
885
|
+
],
|
|
342
886
|
"status": "active",
|
|
343
887
|
"token_budget": 6000,
|
|
344
888
|
"capabilities": {
|
|
345
|
-
"inputs": [
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
889
|
+
"inputs": [
|
|
890
|
+
"search_query",
|
|
891
|
+
"skill_id",
|
|
892
|
+
"category",
|
|
893
|
+
"tag"
|
|
894
|
+
],
|
|
895
|
+
"outputs": [
|
|
896
|
+
"skill-list",
|
|
897
|
+
"skill-content",
|
|
898
|
+
"skill-files"
|
|
899
|
+
],
|
|
900
|
+
"dispatch_triggers": [
|
|
901
|
+
"find me a skill",
|
|
902
|
+
"search for skills",
|
|
903
|
+
"what skills are available"
|
|
904
|
+
],
|
|
905
|
+
"compatible_subagent_types": [
|
|
906
|
+
"general-purpose",
|
|
907
|
+
"Explore"
|
|
908
|
+
],
|
|
909
|
+
"chains_to": [
|
|
910
|
+
"ct-skill-creator"
|
|
911
|
+
],
|
|
350
912
|
"dispatch_keywords": {
|
|
351
|
-
"primary": [
|
|
352
|
-
|
|
913
|
+
"primary": [
|
|
914
|
+
"find",
|
|
915
|
+
"search",
|
|
916
|
+
"skill",
|
|
917
|
+
"lookup"
|
|
918
|
+
],
|
|
919
|
+
"secondary": [
|
|
920
|
+
"available",
|
|
921
|
+
"install",
|
|
922
|
+
"get",
|
|
923
|
+
"discover"
|
|
924
|
+
]
|
|
353
925
|
}
|
|
354
926
|
},
|
|
355
927
|
"constraints": {
|
|
@@ -359,18 +931,46 @@
|
|
|
359
931
|
}
|
|
360
932
|
},
|
|
361
933
|
"ct-contribution": {
|
|
362
|
-
"tags": [
|
|
934
|
+
"tags": [
|
|
935
|
+
"contribution",
|
|
936
|
+
"consensus",
|
|
937
|
+
"workflow"
|
|
938
|
+
],
|
|
363
939
|
"status": "active",
|
|
364
940
|
"token_budget": 6000,
|
|
365
941
|
"capabilities": {
|
|
366
|
-
"inputs": [
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
942
|
+
"inputs": [
|
|
943
|
+
"TASK_ID",
|
|
944
|
+
"contribution_type",
|
|
945
|
+
"context"
|
|
946
|
+
],
|
|
947
|
+
"outputs": [
|
|
948
|
+
"contribution-record",
|
|
949
|
+
"consensus-report"
|
|
950
|
+
],
|
|
951
|
+
"dispatch_triggers": [
|
|
952
|
+
"contribution",
|
|
953
|
+
"contribution protocol",
|
|
954
|
+
"submit contribution",
|
|
955
|
+
"consensus workflow"
|
|
956
|
+
],
|
|
957
|
+
"compatible_subagent_types": [
|
|
958
|
+
"general-purpose"
|
|
959
|
+
],
|
|
370
960
|
"chains_to": [],
|
|
371
961
|
"dispatch_keywords": {
|
|
372
|
-
"primary": [
|
|
373
|
-
|
|
962
|
+
"primary": [
|
|
963
|
+
"contribution",
|
|
964
|
+
"consensus",
|
|
965
|
+
"submit",
|
|
966
|
+
"decision"
|
|
967
|
+
],
|
|
968
|
+
"secondary": [
|
|
969
|
+
"conflict",
|
|
970
|
+
"weighted",
|
|
971
|
+
"tracking",
|
|
972
|
+
"resolution"
|
|
973
|
+
]
|
|
374
974
|
}
|
|
375
975
|
},
|
|
376
976
|
"constraints": {
|
|
@@ -378,27 +978,6 @@
|
|
|
378
978
|
"requires_session": false,
|
|
379
979
|
"requires_epic": false
|
|
380
980
|
}
|
|
381
|
-
},
|
|
382
|
-
"ct-gitbook": {
|
|
383
|
-
"tags": ["documentation", "gitbook", "publishing"],
|
|
384
|
-
"status": "active",
|
|
385
|
-
"token_budget": 8000,
|
|
386
|
-
"capabilities": {
|
|
387
|
-
"inputs": ["site_name", "configuration", "content"],
|
|
388
|
-
"outputs": ["gitbook-config", "documentation-site"],
|
|
389
|
-
"dispatch_triggers": ["gitbook", "docs site", "publish documentation", "git sync"],
|
|
390
|
-
"compatible_subagent_types": ["general-purpose", "Code"],
|
|
391
|
-
"chains_to": [],
|
|
392
|
-
"dispatch_keywords": {
|
|
393
|
-
"primary": ["gitbook", "docs-site", "publish", "sync"],
|
|
394
|
-
"secondary": ["documentation", "site", "migration", "sdk"]
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
"constraints": {
|
|
398
|
-
"max_context_tokens": 80000,
|
|
399
|
-
"requires_session": false,
|
|
400
|
-
"requires_epic": false
|
|
401
|
-
}
|
|
402
981
|
}
|
|
403
982
|
}
|
|
404
983
|
}
|