@cleocode/cleo 2026.3.2 → 2026.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/README.md +1 -3
  2. package/dist/cli/index.js +7381 -3507
  3. package/dist/cli/index.js.map +4 -4
  4. package/dist/mcp/index.js +5792 -2097
  5. package/dist/mcp/index.js.map +4 -4
  6. package/package.json +4 -4
  7. package/packages/ct-skills/index.js +1 -1
  8. package/packages/ct-skills/package.json +0 -2
  9. package/packages/ct-skills/profiles/core.json +1 -1
  10. package/packages/ct-skills/profiles/full.json +4 -5
  11. package/packages/ct-skills/profiles/minimal.json +3 -3
  12. package/packages/ct-skills/profiles/recommended.json +2 -2
  13. package/packages/ct-skills/provider-skills-map.json +97 -0
  14. package/packages/ct-skills/skills/_shared/skill-chaining-patterns.md +23 -26
  15. package/packages/ct-skills/skills/_shared/testing-framework-config.md +9 -9
  16. package/packages/ct-skills/skills/ct-cleo/SKILL.md +21 -1
  17. package/packages/ct-skills/skills/ct-dev-workflow/SKILL.md +1 -1
  18. package/packages/ct-skills/skills/ct-documentor/SKILL.md +1 -1
  19. package/packages/ct-skills/skills/ct-epic-architect/SKILL.md +1 -1
  20. package/packages/ct-skills/skills/ct-grade/SKILL.md +214 -0
  21. package/packages/ct-skills/skills/ct-orchestrator/SKILL.md +119 -43
  22. package/packages/ct-skills/skills/ct-orchestrator/orchestrator-prompt.txt +17 -0
  23. package/packages/ct-skills/skills/ct-orchestrator/references/orchestrator-patterns.md +1 -1
  24. package/packages/ct-skills/skills/ct-research-agent/SKILL.md +1 -1
  25. package/packages/ct-skills/skills/ct-spec-writer/SKILL.md +1 -1
  26. package/packages/ct-skills/skills/ct-task-executor/SKILL.md +1 -1
  27. package/packages/ct-skills/skills/ct-validator/SKILL.md +1 -1
  28. package/packages/ct-skills/skills/manifest.json +217 -947
  29. package/packages/ct-skills/skills.json +244 -3
  30. package/templates/CLEO-INJECTION.md +37 -0
  31. package/templates/README.md +4 -4
  32. package/templates/cleo-gitignore +3 -11
  33. package/templates/git-hooks/pre-commit +1 -1
  34. package/packages/ct-skills/protocols/agent-protocol.md +0 -260
  35. package/packages/ct-skills/protocols/artifact-publish.md +0 -587
  36. package/packages/ct-skills/protocols/consensus.md +0 -309
  37. package/packages/ct-skills/protocols/contribution.md +0 -375
  38. package/packages/ct-skills/protocols/decomposition.md +0 -352
  39. package/packages/ct-skills/protocols/implementation.md +0 -344
  40. package/packages/ct-skills/protocols/provenance.md +0 -600
  41. package/packages/ct-skills/protocols/release.md +0 -635
  42. package/packages/ct-skills/protocols/research.md +0 -248
  43. package/packages/ct-skills/protocols/specification.md +0 -287
  44. package/packages/ct-skills/protocols/testing.md +0 -346
  45. package/packages/ct-skills/protocols/validation.md +0 -229
  46. package/packages/ct-skills/skills/ct-gitbook/SKILL.md +0 -516
  47. package/packages/ct-skills/skills/ct-gitbook/assets/SUMMARY.md +0 -28
  48. package/packages/ct-skills/skills/ct-gitbook/assets/gitbook.yaml +0 -14
  49. package/packages/ct-skills/skills/ct-gitbook/references/api-sdk.md +0 -318
  50. package/packages/ct-skills/skills/ct-gitbook/references/auth-sso.md +0 -208
  51. package/packages/ct-skills/skills/ct-gitbook/references/change-requests.md +0 -169
  52. package/packages/ct-skills/skills/ct-gitbook/references/content-blocks.md +0 -230
  53. package/packages/ct-skills/skills/ct-gitbook/references/docs-sites.md +0 -202
  54. package/packages/ct-skills/skills/ct-gitbook/references/git-sync.md +0 -175
  55. package/packages/ct-skills/skills/ct-gitbook/references/llm-ready.md +0 -178
  56. package/packages/ct-skills/skills/ct-gitbook/references/migration.md +0 -263
  57. package/packages/ct-skills/skills/ct-library-implementer-bash/SKILL.md +0 -316
  58. package/packages/ct-skills/skills/ct-skill-lookup/SKILL.md +0 -179
  59. package/packages/ct-skills/skills/ct-test-writer-bats/SKILL.md +0 -347
  60. package/packages/ct-skills/skills/railway-platform/SKILL.md +0 -506
  61. package/packages/ct-skills/skills/railway-platform/_shared/scripts/railway-api.sh +0 -180
  62. package/packages/ct-skills/skills/railway-platform/_shared/scripts/railway-common.sh +0 -262
  63. package/packages/ct-skills/skills/railway-platform/references/01-getting-started.md +0 -149
  64. package/packages/ct-skills/skills/railway-platform/references/02-projects.md +0 -116
  65. package/packages/ct-skills/skills/railway-platform/references/03-services.md +0 -147
  66. package/packages/ct-skills/skills/railway-platform/references/04-deployments.md +0 -210
  67. package/packages/ct-skills/skills/railway-platform/references/05-databases.md +0 -142
  68. package/packages/ct-skills/skills/railway-platform/references/06-environments.md +0 -261
  69. package/packages/ct-skills/skills/railway-platform/references/07-domains.md +0 -139
  70. package/packages/ct-skills/skills/railway-platform/references/08-volumes.md +0 -533
  71. package/packages/ct-skills/skills/railway-platform/references/09-networking.md +0 -592
  72. package/packages/ct-skills/skills/railway-platform/references/10-cron.md +0 -488
  73. package/packages/ct-skills/skills/railway-platform/references/11-functions.md +0 -170
  74. package/packages/ct-skills/skills/railway-platform/references/12-monorepo.md +0 -294
  75. package/packages/ct-skills/skills/railway-platform/references/13-troubleshooting.md +0 -335
  76. package/packages/ct-skills/skills/railway-platform/references/14-railway-metal.md +0 -197
@@ -1,23 +1,22 @@
1
1
  {
2
2
  "$schema": "https://cleo-dev.com/schemas/v1/skills-manifest.schema.json",
3
3
  "_meta": {
4
- "schemaVersion": "2.2.0",
5
- "lastUpdated": "2026-02-19",
6
- "totalSkills": 18,
7
- "generatedFrom": "scripts/build-manifest.js (frontmatter + dispatch-config.json)",
8
- "architectureNote": "Universal Subagent Architecture: All spawns use single agent type 'cleo-subagent' with skill/protocol injection."
4
+ "schemaVersion": "2.3.0",
5
+ "lastUpdated": "2026-03-02",
6
+ "totalSkills": 15,
7
+ "generatedFrom": "manual restructure provider-neutral skills consolidation",
8
+ "architectureNote": "Universal Subagent Architecture: All spawns use provider-neutral delegation with skill/protocol injection."
9
9
  },
10
10
  "dispatch_matrix": {
11
- "_comment": "Maps task types/keywords to skill NAMES (protocol identifiers). All spawns use 'cleo-subagent' with the selected skill as context injection.",
11
+ "_comment": "Maps task types/keywords to skill NAMES. Provider adapter decides HOW to execute.",
12
12
  "by_task_type": {
13
13
  "research": "ct-research-agent",
14
14
  "planning": "ct-epic-architect",
15
15
  "implementation": "ct-task-executor",
16
- "testing": "ct-test-writer-bats",
16
+ "testing": "ct-dev-workflow",
17
17
  "documentation": "ct-documentor",
18
18
  "specification": "ct-spec-writer",
19
19
  "validation": "ct-validator",
20
- "bash-library": "ct-library-implementer-bash",
21
20
  "release": "ct-dev-workflow",
22
21
  "consensus": "ct-validator",
23
22
  "contribution": "ct-contribution"
@@ -26,11 +25,10 @@
26
25
  "research|investigate|explore|discover": "ct-research-agent",
27
26
  "epic|plan|decompose|architect": "ct-epic-architect",
28
27
  "implement|build|execute|create": "ct-task-executor",
29
- "test|bats|coverage|integration": "ct-test-writer-bats",
28
+ "test|coverage|integration|vitest": "ct-dev-workflow",
30
29
  "doc|document|readme|guide": "ct-documentor",
31
30
  "spec|rfc|protocol|contract": "ct-spec-writer",
32
31
  "validate|verify|audit|compliance|consensus|vote": "ct-validator",
33
- "lib/|bash|shell|function": "ct-library-implementer-bash",
34
32
  "release|version|publish|deploy|ship|changelog": "ct-dev-workflow"
35
33
  },
36
34
  "by_protocol": {
@@ -43,236 +41,30 @@
43
41
  "release": "ct-dev-workflow",
44
42
  "agent-protocol": "ct-orchestrator",
45
43
  "validation": "ct-validator",
46
- "testing": "ct-test-writer-bats"
44
+ "testing": "ct-dev-workflow"
47
45
  }
48
46
  },
49
47
  "skills": [
50
48
  {
51
- "name": "ct-contribution",
52
- "version": "1.0.0",
53
- "description": "Guided workflow for multi-agent consensus contributions. Use when user says \"/contribution\", \"contribution protocol\", \"submit contribution\", \"consensus workflow\", \"multi-agent decision\", \"create contribution\", \"contribution start\", \"contribution submit\", \"detect conflicts\", \"weighted consensus\", \"decision tracking\", \"conflict resolution\".",
54
- "path": "skills/ct-contribution",
55
- "tags": [
56
- "contribution",
57
- "consensus",
58
- "workflow"
59
- ],
60
- "status": "active",
61
- "tier": 3,
62
- "token_budget": 6000,
63
- "references": [],
64
- "capabilities": {
65
- "inputs": [
66
- "TASK_ID",
67
- "contribution_type",
68
- "context"
69
- ],
70
- "outputs": [
71
- "contribution-record",
72
- "consensus-report"
73
- ],
74
- "dependencies": [],
75
- "dispatch_triggers": [
76
- "contribution",
77
- "contribution protocol",
78
- "submit contribution",
79
- "consensus workflow"
80
- ],
81
- "compatible_subagent_types": [
82
- "general-purpose"
83
- ],
84
- "chains_to": [],
85
- "dispatch_keywords": {
86
- "primary": [
87
- "contribution",
88
- "consensus",
89
- "submit",
90
- "decision"
91
- ],
92
- "secondary": [
93
- "conflict",
94
- "weighted",
95
- "tracking",
96
- "resolution"
97
- ]
98
- }
99
- },
100
- "constraints": {
101
- "max_context_tokens": 60000,
102
- "requires_session": false,
103
- "requires_epic": false
104
- }
105
- },
106
- {
107
- "name": "ct-dev-workflow",
108
- "version": "3.0.0",
109
- "description": "Development workflow orchestration for task-driven development with atomic commits, conventional commit messages, and systematic release processes. Enforces task traceability, branch discipline, smart test scope selection, and GitHub Actions integration. Use when committing code, creating releases, managing branches, or following contribution protocols. Triggers on commit operations, release preparation, or workflow compliance needs.",
110
- "path": "skills/ct-dev-workflow",
111
- "tags": [
112
- "workflow",
113
- "git",
114
- "commits",
115
- "release",
116
- "task-tracking"
117
- ],
118
- "status": "active",
119
- "tier": 2,
120
- "token_budget": 6000,
121
- "references": [],
122
- "capabilities": {
123
- "inputs": [
124
- "TASK_ID",
125
- "CHANGE_TYPE",
126
- "SCOPE",
127
- "DESCRIPTION"
128
- ],
129
- "outputs": [
130
- "commit",
131
- "tag",
132
- "push"
133
- ],
134
- "dependencies": [],
135
- "dispatch_triggers": [
136
- "commit",
137
- "release",
138
- "run the workflow",
139
- "prepare release",
140
- "atomic commit"
141
- ],
142
- "compatible_subagent_types": [
143
- "general-purpose",
144
- "Code"
145
- ],
146
- "chains_to": [],
147
- "dispatch_keywords": {
148
- "primary": [
149
- "commit",
150
- "release",
151
- "push",
152
- "version"
153
- ],
154
- "secondary": [
155
- "atomic",
156
- "conventional",
157
- "ship",
158
- "finalize"
159
- ]
160
- }
161
- },
162
- "constraints": {
163
- "max_context_tokens": 60000,
164
- "requires_session": false,
165
- "requires_epic": false
166
- }
167
- },
168
- {
169
- "name": "ct-docs-lookup",
170
- "version": "1.0.0",
171
- "description": "This skill should be used when the user asks \"how do I configure [library]\", \"write code using [framework]\", \"what are the [library] methods\", \"show me [framework] examples\", or mentions libraries like React, Vue, Next.js, Prisma, Supabase, Express, Tailwind, Drizzle, Svelte. Triggers for library setup, configuration, API references, framework code examples, or version-specific docs (\"React 19\", \"Next.js 15\").",
172
- "path": "skills/ct-docs-lookup",
173
- "tags": [
174
- "documentation",
175
- "libraries",
176
- "context7"
177
- ],
178
- "status": "active",
179
- "tier": 3,
180
- "token_budget": 6000,
181
- "references": [],
182
- "capabilities": {
183
- "inputs": [
184
- "library_name",
185
- "query",
186
- "version"
187
- ],
188
- "outputs": [
189
- "documentation-content",
190
- "code-examples"
191
- ],
192
- "dependencies": [],
193
- "dispatch_triggers": [
194
- "how do I configure",
195
- "write code using",
196
- "what are the methods",
197
- "show me examples"
198
- ],
199
- "compatible_subagent_types": [
200
- "general-purpose",
201
- "documentation",
202
- "Explore"
203
- ],
204
- "chains_to": [],
205
- "dispatch_keywords": {
206
- "primary": [
207
- "library",
208
- "framework",
209
- "api",
210
- "reference"
211
- ],
212
- "secondary": [
213
- "configure",
214
- "methods",
215
- "examples",
216
- "docs"
217
- ]
218
- }
219
- },
220
- "constraints": {
221
- "max_context_tokens": 60000,
222
- "requires_session": false,
223
- "requires_epic": false
224
- }
225
- },
226
- {
227
- "name": "ct-docs-review",
228
- "version": "1.0.0",
229
- "description": "This skill should be used when the user asks to \"review documentation\", \"check docs style\", \"review this markdown file\", \"check style guide compliance\", \"review PR documentation\", or needs documentation reviewed against the CLEO writing style guide. Supports both local file review and GitHub PR review modes with inline comments.",
230
- "path": "skills/ct-docs-review",
231
- "tags": [
232
- "documentation",
233
- "review",
234
- "style-guide"
235
- ],
49
+ "name": "ct-cleo",
50
+ "version": "2.0.0",
51
+ "description": "CLEO task management protocol core guidance for session, task, and workflow operations.",
52
+ "path": "skills/ct-cleo",
53
+ "tags": ["cleo", "protocol", "mcp", "session", "task-management"],
236
54
  "status": "active",
237
- "tier": 3,
55
+ "tier": 0,
238
56
  "token_budget": 6000,
239
- "references": [],
57
+ "references": ["skills/ct-cleo/references/session-protocol.md", "skills/ct-cleo/references/rcsd-lifecycle.md", "skills/ct-cleo/references/anti-patterns.md"],
240
58
  "capabilities": {
241
- "inputs": [
242
- "file_path",
243
- "pr_url",
244
- "diff_content"
245
- ],
246
- "outputs": [
247
- "review-comments",
248
- "style-violations",
249
- "improvement-suggestions"
250
- ],
59
+ "inputs": ["TASK_ID", "SESSION_ID"],
60
+ "outputs": ["session-state", "task-state"],
251
61
  "dependencies": [],
252
- "dispatch_triggers": [
253
- "review documentation",
254
- "check docs style",
255
- "review this markdown file"
256
- ],
257
- "compatible_subagent_types": [
258
- "general-purpose",
259
- "documentation",
260
- "Explore"
261
- ],
62
+ "dispatch_triggers": ["cleo", "session", "task", "start"],
63
+ "compatible_subagent_types": ["general-purpose"],
262
64
  "chains_to": [],
263
65
  "dispatch_keywords": {
264
- "primary": [
265
- "review",
266
- "check",
267
- "style",
268
- "compliance"
269
- ],
270
- "secondary": [
271
- "violations",
272
- "improvements",
273
- "pr review",
274
- "markdown"
275
- ]
66
+ "primary": ["cleo", "session", "task", "protocol"],
67
+ "secondary": ["start", "end", "status", "discovery"]
276
68
  }
277
69
  },
278
70
  "constraints": {
@@ -282,204 +74,81 @@
282
74
  }
283
75
  },
284
76
  {
285
- "name": "ct-docs-write",
286
- "version": "1.0.0",
287
- "description": "This skill should be used when creating, editing, or reviewing documentation files (markdown, MDX, README, guides). Use when the user asks to \"write docs\", \"create documentation\", \"edit the README\", \"improve doc clarity\", \"make docs more readable\", \"follow the style guide\", or \"write user-facing content\". Applies CLEO's conversational, clear, and user-focused writing style.",
288
- "path": "skills/ct-docs-write",
289
- "tags": [
290
- "documentation",
291
- "writing",
292
- "style-guide"
293
- ],
77
+ "name": "ct-orchestrator",
78
+ "version": "4.0.0",
79
+ "description": "Pipeline-aware orchestration for multi-agent workflows. Manages RCASD-IVTR+C pipeline progression, provider-neutral subagent delegation, and manifest-mediated handoffs.",
80
+ "path": "skills/ct-orchestrator",
81
+ "tags": ["workflow", "multi-agent", "coordination", "pipeline"],
294
82
  "status": "active",
295
- "tier": 3,
296
- "token_budget": 6000,
297
- "references": [],
83
+ "tier": 0,
84
+ "token_budget": 8000,
85
+ "references": ["skills/ct-orchestrator/references/autonomous-operation.md", "skills/ct-orchestrator/references/lifecycle-gates.md", "skills/ct-orchestrator/references/orchestrator-compliance.md", "skills/ct-orchestrator/references/orchestrator-handoffs.md", "skills/ct-orchestrator/references/orchestrator-patterns.md", "skills/ct-orchestrator/references/orchestrator-recovery.md", "skills/ct-orchestrator/references/orchestrator-spawning.md", "skills/ct-orchestrator/references/orchestrator-tokens.md", "skills/ct-orchestrator/references/SUBAGENT-PROTOCOL-BLOCK.md"],
298
86
  "capabilities": {
299
- "inputs": [
300
- "file_path",
301
- "content_topic",
302
- "audience"
303
- ],
304
- "outputs": [
305
- "documentation-file",
306
- "markdown-content"
307
- ],
87
+ "inputs": ["TASK_ID", "SESSION_ID", "EPIC_ID"],
88
+ "outputs": ["workflow-coordination", "subagent-spawns"],
308
89
  "dependencies": [],
309
- "dispatch_triggers": [
310
- "write docs",
311
- "create documentation",
312
- "edit the README"
313
- ],
314
- "compatible_subagent_types": [
315
- "general-purpose",
316
- "documentation",
317
- "Code"
318
- ],
319
- "chains_to": [],
90
+ "dispatch_triggers": ["orchestrate", "orchestrator mode", "delegate to subagents", "coordinate agents", "spawn subagents", "multi-agent workflow"],
91
+ "compatible_subagent_types": ["orchestrator"],
92
+ "chains_to": ["ct-epic-architect", "ct-research-agent", "ct-task-executor", "ct-spec-writer", "ct-validator", "ct-documentor"],
320
93
  "dispatch_keywords": {
321
- "primary": [
322
- "write",
323
- "create",
324
- "edit",
325
- "style"
326
- ],
327
- "secondary": [
328
- "clarity",
329
- "readable",
330
- "user-facing",
331
- "content"
332
- ]
94
+ "primary": ["orchestrate", "coordinate", "delegate", "multi-agent"],
95
+ "secondary": ["spawn", "pipeline", "HITL", "workflow"]
333
96
  }
334
97
  },
335
98
  "constraints": {
336
- "max_context_tokens": 60000,
337
- "requires_session": false,
338
- "requires_epic": false
99
+ "max_context_tokens": 150000,
100
+ "requires_session": true,
101
+ "requires_epic": true
339
102
  }
340
103
  },
341
104
  {
342
- "name": "ct-documentor",
343
- "version": "3.0.0",
344
- "description": "Documentation creation, editing, and review with CLEO style guide compliance. Coordinates specialized skills for lookup, writing, and review. Use when creating or updating documentation files, consolidating scattered documentation, or validating documentation against style standards. Triggers on documentation tasks, doc update requests, or style guide compliance checks.",
345
- "path": "skills/ct-documentor",
346
- "tags": [
347
- "documentation",
348
- "orchestration",
349
- "workflow"
350
- ],
105
+ "name": "ct-task-executor",
106
+ "version": "2.0.0",
107
+ "description": "General implementation task execution for completing assigned CLEO tasks.",
108
+ "path": "skills/ct-task-executor",
109
+ "tags": ["execution", "implementation", "task-management"],
351
110
  "status": "active",
352
- "tier": 3,
111
+ "tier": 0,
353
112
  "token_budget": 8000,
354
113
  "references": [],
355
114
  "capabilities": {
356
- "inputs": [
357
- "TASK_ID",
358
- "documentation_topic",
359
- "target_audience"
360
- ],
361
- "outputs": [
362
- "documentation-file",
363
- "manifest-entry",
364
- "review-report"
365
- ],
366
- "dependencies": [
367
- "ct-docs-lookup",
368
- "ct-docs-write",
369
- "ct-docs-review"
370
- ],
371
- "dispatch_triggers": [
372
- "write documentation",
373
- "create docs",
374
- "review docs",
375
- "update documentation"
376
- ],
377
- "compatible_subagent_types": [
378
- "general-purpose",
379
- "documentation",
380
- "Code"
381
- ],
382
- "chains_to": [
383
- "ct-docs-lookup",
384
- "ct-docs-write",
385
- "ct-docs-review"
386
- ],
115
+ "inputs": ["TASK_ID", "TASK_NAME", "TASK_INSTRUCTIONS", "DELIVERABLES_LIST", "ACCEPTANCE_CRITERIA"],
116
+ "outputs": ["deliverables", "manifest-entry"],
117
+ "dependencies": [],
118
+ "dispatch_triggers": ["execute task", "implement", "complete this task", "build component"],
119
+ "compatible_subagent_types": ["general-purpose"],
120
+ "chains_to": ["ct-documentor"],
387
121
  "dispatch_keywords": {
388
- "primary": [
389
- "doc",
390
- "document",
391
- "readme",
392
- "guide"
393
- ],
394
- "secondary": [
395
- "documentation",
396
- "docs",
397
- "markdown",
398
- "mdx"
399
- ]
122
+ "primary": ["implement", "build", "execute", "create"],
123
+ "secondary": ["complete", "finish", "work on", "carry out"]
400
124
  }
401
125
  },
402
126
  "constraints": {
403
127
  "max_context_tokens": 80000,
404
- "requires_session": false,
128
+ "requires_session": true,
405
129
  "requires_epic": false
406
130
  }
407
131
  },
408
132
  {
409
133
  "name": "ct-epic-architect",
410
134
  "version": "3.0.0",
411
- "description": "Epic planning and task decomposition for breaking down large initiatives into atomic, executable tasks. Provides dependency analysis, wave-based parallel execution planning, hierarchy management, and research linking. Use when creating epics, decomposing initiatives into task trees, planning parallel workflows, or analyzing task dependencies. Triggers on epic creation, task decomposition requests, or planning phase work.",
135
+ "description": "Epic planning and task decomposition for breaking down large initiatives into atomic, executable tasks.",
412
136
  "path": "skills/ct-epic-architect",
413
- "tags": [
414
- "planning",
415
- "architecture",
416
- "task-management"
417
- ],
137
+ "tags": ["planning", "architecture", "task-management"],
418
138
  "status": "active",
419
139
  "tier": 1,
420
140
  "token_budget": 8000,
421
- "references": [
422
- "skills/ct-epic-architect/references/bug-epic-example.md",
423
- "skills/ct-epic-architect/references/commands.md",
424
- "skills/ct-epic-architect/references/feature-epic-example.md",
425
- "skills/ct-epic-architect/references/migration-epic-example.md",
426
- "skills/ct-epic-architect/references/output-format.md",
427
- "skills/ct-epic-architect/references/patterns.md",
428
- "skills/ct-epic-architect/references/refactor-epic-example.md",
429
- "skills/ct-epic-architect/references/research-epic-example.md",
430
- "skills/ct-epic-architect/references/shell-escaping.md",
431
- "skills/ct-epic-architect/references/skill-aware-execution.md"
432
- ],
141
+ "references": ["skills/ct-epic-architect/references/bug-epic-example.md", "skills/ct-epic-architect/references/commands.md", "skills/ct-epic-architect/references/feature-epic-example.md"],
433
142
  "capabilities": {
434
- "inputs": [
435
- "TASK_ID",
436
- "FEATURE_NAME",
437
- "FEATURE_SLUG",
438
- "DATE",
439
- "EPIC_ID",
440
- "SESSION_ID"
441
- ],
442
- "outputs": [
443
- "epic",
444
- "tasks",
445
- "manifest-entry",
446
- "session"
447
- ],
143
+ "inputs": ["TASK_ID", "FEATURE_NAME", "EPIC_ID", "SESSION_ID"],
144
+ "outputs": ["epic", "tasks", "manifest-entry"],
448
145
  "dependencies": [],
449
- "dispatch_triggers": [
450
- "create epic",
451
- "plan epic",
452
- "decompose into tasks",
453
- "architect the work",
454
- "break down this project",
455
- "epic planning",
456
- "task breakdown",
457
- "dependency analysis",
458
- "wave planning",
459
- "sprint planning"
460
- ],
461
- "compatible_subagent_types": [
462
- "general-purpose",
463
- "planning"
464
- ],
465
- "chains_to": [
466
- "ct-task-executor",
467
- "ct-research-agent",
468
- "ct-spec-writer"
469
- ],
146
+ "dispatch_triggers": ["create epic", "plan epic", "decompose into tasks", "task breakdown"],
147
+ "compatible_subagent_types": ["general-purpose", "planning"],
148
+ "chains_to": ["ct-task-executor", "ct-research-agent", "ct-spec-writer"],
470
149
  "dispatch_keywords": {
471
- "primary": [
472
- "epic",
473
- "plan",
474
- "decompose",
475
- "architect"
476
- ],
477
- "secondary": [
478
- "breakdown",
479
- "wave",
480
- "sprint",
481
- "dependency"
482
- ]
150
+ "primary": ["epic", "plan", "decompose", "architect"],
151
+ "secondary": ["breakdown", "wave", "sprint", "dependency"]
483
152
  }
484
153
  },
485
154
  "constraints": {
@@ -489,63 +158,25 @@
489
158
  }
490
159
  },
491
160
  {
492
- "name": "ct-gitbook",
493
- "version": "1.0.0",
494
- "description": "Comprehensive guide for the modern GitBook platform including Docs Sites publishing, @gitbook/api TypeScript SDK, Git Sync with GitHub App, Change Requests, Site Sections, adaptive content, visitor authentication (Auth0/Okta/Azure AD), LLM-ready docs (llms.txt, MCP server), OpenAPI integration, content blocks, custom domains, SSO/SAML, SEO optimization, and migration from MkDocs/Docusaurus. Use when creating, managing, or automating GitBook documentation sites, configuring Git Sync, working with the GitBook API, setting up authentication, or migrating documentation to GitBook.",
495
- "path": "skills/ct-gitbook",
496
- "tags": [
497
- "documentation",
498
- "gitbook",
499
- "publishing"
500
- ],
161
+ "name": "ct-research-agent",
162
+ "version": "2.0.0",
163
+ "description": "Multi-source research and investigation combining web search, documentation lookup, and codebase analysis.",
164
+ "path": "skills/ct-research-agent",
165
+ "tags": ["research", "investigation", "discovery"],
501
166
  "status": "active",
502
- "tier": 3,
167
+ "tier": 1,
503
168
  "token_budget": 8000,
504
- "references": [
505
- "skills/ct-gitbook/references/api-sdk.md",
506
- "skills/ct-gitbook/references/auth-sso.md",
507
- "skills/ct-gitbook/references/change-requests.md",
508
- "skills/ct-gitbook/references/content-blocks.md",
509
- "skills/ct-gitbook/references/docs-sites.md",
510
- "skills/ct-gitbook/references/git-sync.md",
511
- "skills/ct-gitbook/references/llm-ready.md",
512
- "skills/ct-gitbook/references/migration.md"
513
- ],
169
+ "references": [],
514
170
  "capabilities": {
515
- "inputs": [
516
- "site_name",
517
- "configuration",
518
- "content"
519
- ],
520
- "outputs": [
521
- "gitbook-config",
522
- "documentation-site"
523
- ],
171
+ "inputs": ["TASK_ID", "TOPIC", "RESEARCH_QUESTIONS"],
172
+ "outputs": ["research-file", "manifest-entry"],
524
173
  "dependencies": [],
525
- "dispatch_triggers": [
526
- "gitbook",
527
- "docs site",
528
- "publish documentation",
529
- "git sync"
530
- ],
531
- "compatible_subagent_types": [
532
- "general-purpose",
533
- "Code"
534
- ],
535
- "chains_to": [],
174
+ "dispatch_triggers": ["research", "investigate", "gather information", "explore options"],
175
+ "compatible_subagent_types": ["general-purpose"],
176
+ "chains_to": ["ct-spec-writer", "ct-epic-architect"],
536
177
  "dispatch_keywords": {
537
- "primary": [
538
- "gitbook",
539
- "docs-site",
540
- "publish",
541
- "sync"
542
- ],
543
- "secondary": [
544
- "documentation",
545
- "site",
546
- "migration",
547
- "sdk"
548
- ]
178
+ "primary": ["research", "investigate", "explore", "discover"],
179
+ "secondary": ["gather", "survey", "analyze", "fact-finding"]
549
180
  }
550
181
  },
551
182
  "constraints": {
@@ -555,59 +186,25 @@
555
186
  }
556
187
  },
557
188
  {
558
- "name": "ct-library-implementer-bash",
189
+ "name": "ct-spec-writer",
559
190
  "version": "2.0.0",
560
- "description": "Bash library development with focus on creating well-structured lib/*.sh files following shell best practices. Implements reusable functions, utility modules, and shared helpers with proper documentation, error handling, and dependency management. Use when creating new lib/ modules, implementing shared functions, or adding utility libraries. Triggers on library implementation tasks, bash module creation, or utility function needs.",
561
- "path": "skills/ct-library-implementer-bash",
562
- "tags": [
563
- "implementation",
564
- "bash",
565
- "library"
566
- ],
191
+ "description": "Technical specification writing using RFC 2119 language for clear, unambiguous requirements.",
192
+ "path": "skills/ct-spec-writer",
193
+ "tags": ["specification", "documentation", "rfc"],
567
194
  "status": "active",
568
- "tier": 2,
195
+ "tier": 1,
569
196
  "token_budget": 8000,
570
197
  "references": [],
571
198
  "capabilities": {
572
- "inputs": [
573
- "TASK_ID",
574
- "MODULE_NAME",
575
- "function_signatures",
576
- "DATE",
577
- "TOPIC_SLUG"
578
- ],
579
- "outputs": [
580
- "library-file",
581
- "manifest-entry"
582
- ],
199
+ "inputs": ["TASK_ID", "SPEC_NAME", "spec_topic"],
200
+ "outputs": ["specification-file", "manifest-entry"],
583
201
  "dependencies": [],
584
- "dispatch_triggers": [
585
- "create library",
586
- "implement functions",
587
- "add to lib/",
588
- "shared utilities",
589
- "bash library"
590
- ],
591
- "compatible_subagent_types": [
592
- "general-purpose",
593
- "Code"
594
- ],
595
- "chains_to": [
596
- "ct-test-writer-bats"
597
- ],
202
+ "dispatch_triggers": ["write a spec", "create specification", "define protocol"],
203
+ "compatible_subagent_types": ["general-purpose"],
204
+ "chains_to": ["ct-task-executor", "ct-documentor"],
598
205
  "dispatch_keywords": {
599
- "primary": [
600
- "lib/",
601
- "bash",
602
- "shell",
603
- "function"
604
- ],
605
- "secondary": [
606
- "library",
607
- "utilities",
608
- "helper",
609
- "module"
610
- ]
206
+ "primary": ["spec", "rfc", "protocol", "contract"],
207
+ "secondary": ["specification", "requirements", "interface", "architecture"]
611
208
  }
612
209
  },
613
210
  "constraints": {
@@ -617,208 +214,81 @@
617
214
  }
618
215
  },
619
216
  {
620
- "name": "ct-orchestrator",
621
- "version": "3.0.0",
622
- "description": "This skill should be used when the user asks to \"orchestrate\", \"orchestrator mode\", \"run as orchestrator\", \"delegate to subagents\", \"coordinate agents\", \"spawn subagents\", \"multi-agent workflow\", \"context-protected workflow\", \"agent farm\", \"HITL orchestration\", or needs to manage complex workflows by delegating work to subagents while protecting the main context window. Enforces ORC-001 through ORC-009 constraints.",
623
- "path": "skills/ct-orchestrator",
624
- "tags": [
625
- "workflow",
626
- "multi-agent",
627
- "coordination"
628
- ],
217
+ "name": "ct-validator",
218
+ "version": "2.0.0",
219
+ "description": "Compliance validation for verifying systems, documents, or code against requirements, schemas, or standards.",
220
+ "path": "skills/ct-validator",
221
+ "tags": ["validation", "compliance", "audit"],
629
222
  "status": "active",
630
- "tier": 0,
631
- "token_budget": 8000,
632
- "references": [
633
- "skills/ct-orchestrator/references/autonomous-operation.md",
634
- "skills/ct-orchestrator/references/lifecycle-gates.md",
635
- "skills/ct-orchestrator/references/orchestrator-compliance.md",
636
- "skills/ct-orchestrator/references/orchestrator-handoffs.md",
637
- "skills/ct-orchestrator/references/orchestrator-patterns.md",
638
- "skills/ct-orchestrator/references/orchestrator-recovery.md",
639
- "skills/ct-orchestrator/references/orchestrator-spawning.md",
640
- "skills/ct-orchestrator/references/orchestrator-tokens.md",
641
- "skills/ct-orchestrator/references/SUBAGENT-PROTOCOL-BLOCK.md"
642
- ],
223
+ "tier": 1,
224
+ "token_budget": 6000,
225
+ "references": [],
643
226
  "capabilities": {
644
- "inputs": [
645
- "TASK_ID",
646
- "SESSION_ID",
647
- "EPIC_ID"
648
- ],
649
- "outputs": [
650
- "workflow-coordination",
651
- "subagent-spawns"
652
- ],
227
+ "inputs": ["TASK_ID", "VALIDATION_TARGET", "VALIDATION_CRITERIA"],
228
+ "outputs": ["validation-report", "manifest-entry"],
653
229
  "dependencies": [],
654
- "dispatch_triggers": [
655
- "orchestrate",
656
- "orchestrator mode",
657
- "run as orchestrator",
658
- "delegate to subagents",
659
- "coordinate agents",
660
- "spawn subagents",
661
- "multi-agent workflow",
662
- "context-protected workflow",
663
- "agent farm",
664
- "HITL orchestration"
665
- ],
666
- "compatible_subagent_types": [
667
- "orchestrator"
668
- ],
669
- "chains_to": [
670
- "ct-epic-architect",
671
- "ct-research-agent",
672
- "ct-task-executor",
673
- "ct-test-writer-bats",
674
- "ct-spec-writer",
675
- "ct-library-implementer-bash",
676
- "ct-validator",
677
- "ct-documentor"
678
- ],
230
+ "dispatch_triggers": ["validate", "verify", "check compliance", "audit"],
231
+ "compatible_subagent_types": ["general-purpose"],
232
+ "chains_to": [],
679
233
  "dispatch_keywords": {
680
- "primary": [
681
- "orchestrate",
682
- "coordinate",
683
- "delegate",
684
- "multi-agent"
685
- ],
686
- "secondary": [
687
- "spawn",
688
- "farm",
689
- "HITL",
690
- "workflow"
691
- ]
234
+ "primary": ["validate", "verify", "audit", "compliance"],
235
+ "secondary": ["check", "conformance", "standards", "requirements"]
692
236
  }
693
237
  },
694
238
  "constraints": {
695
- "max_context_tokens": 150000,
696
- "requires_session": true,
697
- "requires_epic": true
239
+ "max_context_tokens": 60000,
240
+ "requires_session": false,
241
+ "requires_epic": false
698
242
  }
699
243
  },
700
244
  {
701
- "name": "ct-research-agent",
702
- "version": "2.0.0",
703
- "description": "Multi-source research and investigation combining web search, documentation lookup via Context7, and codebase analysis. Synthesizes findings into actionable recommendations with proper citation and task traceability. Use when conducting research, investigating best practices, gathering technical information, or analyzing existing implementations. Triggers on research tasks, investigation needs, or information discovery requests.",
704
- "path": "skills/ct-research-agent",
705
- "tags": [
706
- "research",
707
- "investigation",
708
- "discovery"
709
- ],
245
+ "name": "ct-dev-workflow",
246
+ "version": "3.0.0",
247
+ "description": "Development workflow orchestration for task-driven development with atomic commits and release processes.",
248
+ "path": "skills/ct-dev-workflow",
249
+ "tags": ["workflow", "git", "commits", "release", "testing"],
710
250
  "status": "active",
711
251
  "tier": 2,
712
- "token_budget": 8000,
252
+ "token_budget": 6000,
713
253
  "references": [],
714
254
  "capabilities": {
715
- "inputs": [
716
- "TASK_ID",
717
- "TOPIC",
718
- "TOPIC_SLUG",
719
- "RESEARCH_QUESTIONS",
720
- "RESEARCH_TITLE",
721
- "DATE",
722
- "EPIC_ID",
723
- "SESSION_ID",
724
- "TOPICS_JSON"
725
- ],
726
- "outputs": [
727
- "research-file",
728
- "manifest-entry"
729
- ],
255
+ "inputs": ["TASK_ID", "CHANGE_TYPE", "SCOPE"],
256
+ "outputs": ["commit", "tag", "push"],
730
257
  "dependencies": [],
731
- "dispatch_triggers": [
732
- "research",
733
- "investigate",
734
- "gather information",
735
- "look up",
736
- "find out about",
737
- "analyze topic",
738
- "explore options",
739
- "survey alternatives"
740
- ],
741
- "compatible_subagent_types": [
742
- "general-purpose",
743
- "Explore"
744
- ],
745
- "chains_to": [
746
- "ct-spec-writer",
747
- "ct-epic-architect"
748
- ],
258
+ "dispatch_triggers": ["commit", "release", "run the workflow", "test"],
259
+ "compatible_subagent_types": ["general-purpose"],
260
+ "chains_to": [],
749
261
  "dispatch_keywords": {
750
- "primary": [
751
- "research",
752
- "investigate",
753
- "explore",
754
- "discover"
755
- ],
756
- "secondary": [
757
- "gather",
758
- "survey",
759
- "analyze",
760
- "fact-finding"
761
- ]
262
+ "primary": ["commit", "release", "push", "test"],
263
+ "secondary": ["atomic", "conventional", "ship", "vitest"]
762
264
  }
763
265
  },
764
266
  "constraints": {
765
- "max_context_tokens": 80000,
267
+ "max_context_tokens": 60000,
766
268
  "requires_session": false,
767
269
  "requires_epic": false
768
270
  }
769
271
  },
770
272
  {
771
- "name": "ct-skill-creator",
772
- "version": "1.0.0",
773
- "description": "Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.",
774
- "path": "skills/ct-skill-creator",
775
- "tags": [
776
- "skills",
777
- "creation",
778
- "meta"
779
- ],
273
+ "name": "ct-documentor",
274
+ "version": "3.0.0",
275
+ "description": "Documentation coordination chains lookup, writing, and review skills.",
276
+ "path": "skills/ct-documentor",
277
+ "tags": ["documentation", "orchestration", "workflow"],
780
278
  "status": "active",
781
- "tier": 3,
279
+ "tier": 2,
782
280
  "token_budget": 8000,
783
- "references": [
784
- "skills/ct-skill-creator/references/output-patterns.md",
785
- "skills/ct-skill-creator/references/workflows.md"
786
- ],
281
+ "references": [],
787
282
  "capabilities": {
788
- "inputs": [
789
- "skill_name",
790
- "skill_purpose",
791
- "concrete_examples"
792
- ],
793
- "outputs": [
794
- "skill-directory",
795
- "SKILL.md",
796
- "skill-resources"
797
- ],
798
- "dependencies": [],
799
- "dispatch_triggers": [
800
- "create a new skill",
801
- "update an existing skill",
802
- "skill creation"
803
- ],
804
- "compatible_subagent_types": [
805
- "general-purpose",
806
- "Code"
807
- ],
808
- "chains_to": [],
283
+ "inputs": ["TASK_ID", "documentation_topic"],
284
+ "outputs": ["documentation-file", "manifest-entry", "review-report"],
285
+ "dependencies": ["ct-docs-lookup", "ct-docs-write", "ct-docs-review"],
286
+ "dispatch_triggers": ["write documentation", "create docs", "review docs"],
287
+ "compatible_subagent_types": ["general-purpose"],
288
+ "chains_to": ["ct-docs-lookup", "ct-docs-write", "ct-docs-review"],
809
289
  "dispatch_keywords": {
810
- "primary": [
811
- "skill",
812
- "create",
813
- "build",
814
- "extend"
815
- ],
816
- "secondary": [
817
- "capabilities",
818
- "workflow",
819
- "integration",
820
- "new skill"
821
- ]
290
+ "primary": ["doc", "document", "readme", "guide"],
291
+ "secondary": ["documentation", "docs", "markdown", "mdx"]
822
292
  }
823
293
  },
824
294
  "constraints": {
@@ -828,57 +298,25 @@
828
298
  }
829
299
  },
830
300
  {
831
- "name": "ct-skill-lookup",
832
- "version": "1.1.0",
833
- "description": "This skill should be used when the user asks to \"find me a skill\", \"search for skills\", \"what skills are available\", \"get skill XYZ\", \"install a skill\", \"extend Claude's capabilities with skills\", or mentions Agent Skills, prompts.chat, SkillsMP, marketplace, external skills, or reusable AI agent components.",
834
- "path": "skills/ct-skill-lookup",
835
- "tags": [
836
- "skills",
837
- "discovery",
838
- "prompts-chat"
839
- ],
301
+ "name": "ct-docs-lookup",
302
+ "version": "1.0.0",
303
+ "description": "Context7 library documentation lookup for framework and library references.",
304
+ "path": "skills/ct-docs-lookup",
305
+ "tags": ["documentation", "libraries", "context7"],
840
306
  "status": "active",
841
- "tier": 3,
307
+ "tier": 2,
842
308
  "token_budget": 6000,
843
309
  "references": [],
844
310
  "capabilities": {
845
- "inputs": [
846
- "search_query",
847
- "skill_id",
848
- "category",
849
- "tag"
850
- ],
851
- "outputs": [
852
- "skill-list",
853
- "skill-content",
854
- "skill-files"
855
- ],
311
+ "inputs": ["library_name", "query", "version"],
312
+ "outputs": ["documentation-content", "code-examples"],
856
313
  "dependencies": [],
857
- "dispatch_triggers": [
858
- "find me a skill",
859
- "search for skills",
860
- "what skills are available"
861
- ],
862
- "compatible_subagent_types": [
863
- "general-purpose",
864
- "Explore"
865
- ],
866
- "chains_to": [
867
- "ct-skill-creator"
868
- ],
314
+ "dispatch_triggers": ["how do I configure", "write code using", "show me examples"],
315
+ "compatible_subagent_types": ["general-purpose"],
316
+ "chains_to": [],
869
317
  "dispatch_keywords": {
870
- "primary": [
871
- "find",
872
- "search",
873
- "skill",
874
- "lookup"
875
- ],
876
- "secondary": [
877
- "available",
878
- "install",
879
- "get",
880
- "discover"
881
- ]
318
+ "primary": ["library", "framework", "api", "reference"],
319
+ "secondary": ["configure", "methods", "examples", "docs"]
882
320
  }
883
321
  },
884
322
  "constraints": {
@@ -888,260 +326,109 @@
888
326
  }
889
327
  },
890
328
  {
891
- "name": "ct-spec-writer",
892
- "version": "2.0.0",
893
- "description": "Technical specification writing using RFC 2119 language for clear, unambiguous requirements. Creates protocol specifications, technical requirements, API specifications, and architecture documents with testable requirements and compliance criteria. Use when writing specifications, defining protocols, documenting requirements, or creating API contracts. Triggers on specification tasks, protocol definition needs, or requirement documentation.",
894
- "path": "skills/ct-spec-writer",
895
- "tags": [
896
- "specification",
897
- "documentation",
898
- "rfc"
899
- ],
329
+ "name": "ct-docs-write",
330
+ "version": "1.0.0",
331
+ "description": "Documentation writing with CLEO style guide compliance.",
332
+ "path": "skills/ct-docs-write",
333
+ "tags": ["documentation", "writing", "style-guide"],
900
334
  "status": "active",
901
335
  "tier": 2,
902
- "token_budget": 8000,
336
+ "token_budget": 6000,
903
337
  "references": [],
904
338
  "capabilities": {
905
- "inputs": [
906
- "TASK_ID",
907
- "SPEC_NAME",
908
- "spec_topic",
909
- "requirements_list",
910
- "DATE",
911
- "TOPIC_SLUG"
912
- ],
913
- "outputs": [
914
- "specification-file",
915
- "manifest-entry"
916
- ],
339
+ "inputs": ["file_path", "content_topic", "audience"],
340
+ "outputs": ["documentation-file", "markdown-content"],
917
341
  "dependencies": [],
918
- "dispatch_triggers": [
919
- "write a spec",
920
- "create specification",
921
- "define protocol",
922
- "document requirements",
923
- "RFC-style document",
924
- "technical specification"
925
- ],
926
- "compatible_subagent_types": [
927
- "general-purpose",
928
- "Code"
929
- ],
930
- "chains_to": [
931
- "ct-task-executor",
932
- "ct-documentor"
933
- ],
342
+ "dispatch_triggers": ["write docs", "create documentation", "edit the README"],
343
+ "compatible_subagent_types": ["general-purpose"],
344
+ "chains_to": [],
934
345
  "dispatch_keywords": {
935
- "primary": [
936
- "spec",
937
- "rfc",
938
- "protocol",
939
- "contract"
940
- ],
941
- "secondary": [
942
- "specification",
943
- "requirements",
944
- "interface",
945
- "architecture"
946
- ]
346
+ "primary": ["write", "create", "edit", "style"],
347
+ "secondary": ["clarity", "readable", "user-facing", "content"]
947
348
  }
948
349
  },
949
350
  "constraints": {
950
- "max_context_tokens": 80000,
351
+ "max_context_tokens": 60000,
951
352
  "requires_session": false,
952
353
  "requires_epic": false
953
354
  }
954
355
  },
955
356
  {
956
- "name": "ct-task-executor",
957
- "version": "2.0.0",
958
- "description": "General implementation task execution for completing assigned CLEO tasks by following instructions and producing concrete deliverables. Handles coding, configuration, documentation work with quality verification against acceptance criteria and progress reporting. Use when executing implementation tasks, completing assigned work, or producing task deliverables. Triggers on implementation tasks, general execution needs, or task completion work.",
959
- "path": "skills/ct-task-executor",
960
- "tags": [
961
- "execution",
962
- "implementation",
963
- "task-management"
964
- ],
357
+ "name": "ct-docs-review",
358
+ "version": "1.0.0",
359
+ "description": "Documentation style guide review and compliance checking.",
360
+ "path": "skills/ct-docs-review",
361
+ "tags": ["documentation", "review", "style-guide"],
965
362
  "status": "active",
966
363
  "tier": 2,
967
- "token_budget": 8000,
364
+ "token_budget": 6000,
968
365
  "references": [],
969
366
  "capabilities": {
970
- "inputs": [
971
- "TASK_ID",
972
- "TASK_NAME",
973
- "TASK_INSTRUCTIONS",
974
- "DELIVERABLES_LIST",
975
- "ACCEPTANCE_CRITERIA",
976
- "TOPIC_SLUG",
977
- "DATE",
978
- "EPIC_ID",
979
- "SESSION_ID",
980
- "DEPENDS_LIST",
981
- "MANIFEST_SUMMARIES",
982
- "TOPICS_JSON"
983
- ],
984
- "outputs": [
985
- "deliverables",
986
- "manifest-entry"
987
- ],
367
+ "inputs": ["file_path", "pr_url", "diff_content"],
368
+ "outputs": ["review-comments", "style-violations"],
988
369
  "dependencies": [],
989
- "dispatch_triggers": [
990
- "execute task",
991
- "implement",
992
- "do the work",
993
- "complete this task",
994
- "carry out",
995
- "perform task",
996
- "run task",
997
- "work on",
998
- "implement feature",
999
- "build component",
1000
- "create implementation"
1001
- ],
1002
- "compatible_subagent_types": [
1003
- "general-purpose",
1004
- "Code"
1005
- ],
1006
- "chains_to": [
1007
- "ct-test-writer-bats",
1008
- "ct-documentor"
1009
- ],
370
+ "dispatch_triggers": ["review documentation", "check docs style"],
371
+ "compatible_subagent_types": ["general-purpose"],
372
+ "chains_to": [],
1010
373
  "dispatch_keywords": {
1011
- "primary": [
1012
- "implement",
1013
- "build",
1014
- "execute",
1015
- "create"
1016
- ],
1017
- "secondary": [
1018
- "complete",
1019
- "finish",
1020
- "work on",
1021
- "carry out"
1022
- ]
374
+ "primary": ["review", "check", "style", "compliance"],
375
+ "secondary": ["violations", "improvements", "pr review"]
1023
376
  }
1024
377
  },
1025
378
  "constraints": {
1026
- "max_context_tokens": 80000,
1027
- "requires_session": true,
379
+ "max_context_tokens": 60000,
380
+ "requires_session": false,
1028
381
  "requires_epic": false
1029
382
  }
1030
383
  },
1031
384
  {
1032
- "name": "ct-test-writer-bats",
1033
- "version": "2.0.0",
1034
- "description": "BATS (Bash Automated Testing System) test creation for comprehensive integration and unit testing. Creates idempotent tests with happy path, error handling, and edge case coverage. Includes fixture creation and JSON output validation. Use when writing tests, creating test suites, adding test coverage, or validating bash implementations. Triggers on test writing tasks, test coverage needs, or BATS test creation.",
1035
- "path": "skills/ct-test-writer-bats",
1036
- "tags": [
1037
- "testing",
1038
- "bats",
1039
- "integration"
1040
- ],
385
+ "name": "ct-contribution",
386
+ "version": "1.0.0",
387
+ "description": "Multi-agent consensus contributions with conflict detection and decision tracking.",
388
+ "path": "skills/ct-contribution",
389
+ "tags": ["contribution", "consensus", "workflow"],
1041
390
  "status": "active",
1042
391
  "tier": 2,
1043
- "token_budget": 8000,
392
+ "token_budget": 6000,
1044
393
  "references": [],
1045
394
  "capabilities": {
1046
- "inputs": [
1047
- "TASK_ID",
1048
- "test_target",
1049
- "test_scenarios",
1050
- "DATE",
1051
- "TOPIC_SLUG"
1052
- ],
1053
- "outputs": [
1054
- "test-file",
1055
- "manifest-entry"
1056
- ],
395
+ "inputs": ["TASK_ID", "contribution_type", "context"],
396
+ "outputs": ["contribution-record", "consensus-report"],
1057
397
  "dependencies": [],
1058
- "dispatch_triggers": [
1059
- "write tests",
1060
- "create BATS tests",
1061
- "add integration tests",
1062
- "bash tests",
1063
- "test coverage"
1064
- ],
1065
- "compatible_subagent_types": [
1066
- "general-purpose",
1067
- "Code"
1068
- ],
398
+ "dispatch_triggers": ["contribution", "submit contribution", "consensus workflow"],
399
+ "compatible_subagent_types": ["general-purpose"],
1069
400
  "chains_to": [],
1070
401
  "dispatch_keywords": {
1071
- "primary": [
1072
- "test",
1073
- "bats",
1074
- "coverage",
1075
- "integration"
1076
- ],
1077
- "secondary": [
1078
- "unit tests",
1079
- "test cases",
1080
- "shell tests",
1081
- "bash tests"
1082
- ]
402
+ "primary": ["contribution", "consensus", "submit", "decision"],
403
+ "secondary": ["conflict", "weighted", "tracking", "resolution"]
1083
404
  }
1084
405
  },
1085
406
  "constraints": {
1086
- "max_context_tokens": 80000,
407
+ "max_context_tokens": 60000,
1087
408
  "requires_session": false,
1088
409
  "requires_epic": false
1089
410
  }
1090
411
  },
1091
412
  {
1092
- "name": "ct-validator",
1093
- "version": "2.0.0",
1094
- "description": "Compliance validation for verifying systems, documents, or code against requirements, schemas, or standards. Performs schema validation, code compliance checks, document validation, and protocol compliance verification with detailed pass/fail reporting. Use when validating compliance, checking schemas, verifying code standards, or auditing protocol implementations. Triggers on validation tasks, compliance checks, or quality verification needs.",
1095
- "path": "skills/ct-validator",
1096
- "tags": [
1097
- "validation",
1098
- "compliance",
1099
- "audit"
1100
- ],
413
+ "name": "ct-grade",
414
+ "version": "1.0.0",
415
+ "description": "Session grading for agent behavioral analysis and protocol compliance scoring.",
416
+ "path": "skills/ct-grade",
417
+ "tags": ["grading", "quality", "analysis"],
1101
418
  "status": "active",
1102
419
  "tier": 2,
1103
420
  "token_budget": 6000,
1104
421
  "references": [],
1105
422
  "capabilities": {
1106
- "inputs": [
1107
- "TASK_ID",
1108
- "VALIDATION_TARGET",
1109
- "TARGET_FILES_OR_SYSTEMS",
1110
- "VALIDATION_CRITERIA",
1111
- "VALIDATION_COMMANDS",
1112
- "TOPIC_SLUG",
1113
- "DATE"
1114
- ],
1115
- "outputs": [
1116
- "validation-report",
1117
- "manifest-entry"
1118
- ],
423
+ "inputs": ["SESSION_ID", "grading_criteria"],
424
+ "outputs": ["grade-report", "diagnostic-flags"],
1119
425
  "dependencies": [],
1120
- "dispatch_triggers": [
1121
- "validate",
1122
- "verify",
1123
- "check compliance",
1124
- "audit",
1125
- "compliance check"
1126
- ],
1127
- "compatible_subagent_types": [
1128
- "general-purpose",
1129
- "Explore"
1130
- ],
426
+ "dispatch_triggers": ["grade session", "evaluate session", "session quality"],
427
+ "compatible_subagent_types": ["general-purpose"],
1131
428
  "chains_to": [],
1132
429
  "dispatch_keywords": {
1133
- "primary": [
1134
- "validate",
1135
- "verify",
1136
- "audit",
1137
- "compliance"
1138
- ],
1139
- "secondary": [
1140
- "check",
1141
- "conformance",
1142
- "standards",
1143
- "requirements"
1144
- ]
430
+ "primary": ["grade", "evaluate", "score", "quality"],
431
+ "secondary": ["session", "behavioral", "rubric", "analysis"]
1145
432
  }
1146
433
  },
1147
434
  "constraints": {
@@ -1151,46 +438,29 @@
1151
438
  }
1152
439
  },
1153
440
  {
1154
- "name": "railway-platform",
441
+ "name": "ct-skill-creator",
1155
442
  "version": "1.0.0",
1156
- "description": "Deploy and manage applications on Railway platform. Use for creating projects, deploying services (Node.js, Python, Go, Docker, static sites), managing databases (Postgres, Redis, MySQL, MongoDB), configuring domains, environment variables, volumes, cron jobs, and networking. Integrates with GitHub for auto-deploys. Supports monorepos, private networking, and Railway Metal infrastructure.",
1157
- "path": "skills/railway-platform",
1158
- "tags": [],
443
+ "description": "Guide for creating effective skills with proper structure and progressive disclosure.",
444
+ "path": "skills/ct-skill-creator",
445
+ "tags": ["skills", "creation", "meta"],
1159
446
  "status": "active",
1160
447
  "tier": 3,
1161
- "token_budget": 6000,
1162
- "references": [
1163
- "skills/railway-platform/references/01-getting-started.md",
1164
- "skills/railway-platform/references/02-projects.md",
1165
- "skills/railway-platform/references/03-services.md",
1166
- "skills/railway-platform/references/04-deployments.md",
1167
- "skills/railway-platform/references/05-databases.md",
1168
- "skills/railway-platform/references/06-environments.md",
1169
- "skills/railway-platform/references/07-domains.md",
1170
- "skills/railway-platform/references/08-volumes.md",
1171
- "skills/railway-platform/references/09-networking.md",
1172
- "skills/railway-platform/references/10-cron.md",
1173
- "skills/railway-platform/references/11-functions.md",
1174
- "skills/railway-platform/references/12-monorepo.md",
1175
- "skills/railway-platform/references/13-troubleshooting.md",
1176
- "skills/railway-platform/references/14-railway-metal.md"
1177
- ],
448
+ "token_budget": 8000,
449
+ "references": ["skills/ct-skill-creator/references/output-patterns.md", "skills/ct-skill-creator/references/workflows.md"],
1178
450
  "capabilities": {
1179
- "inputs": [],
1180
- "outputs": [],
451
+ "inputs": ["skill_name", "skill_purpose"],
452
+ "outputs": ["skill-directory", "SKILL.md"],
1181
453
  "dependencies": [],
1182
- "dispatch_triggers": [],
1183
- "compatible_subagent_types": [
1184
- "general-purpose"
1185
- ],
454
+ "dispatch_triggers": ["create a new skill", "update an existing skill"],
455
+ "compatible_subagent_types": ["general-purpose"],
1186
456
  "chains_to": [],
1187
457
  "dispatch_keywords": {
1188
- "primary": [],
1189
- "secondary": []
458
+ "primary": ["skill", "create", "build", "extend"],
459
+ "secondary": ["capabilities", "workflow", "integration"]
1190
460
  }
1191
461
  },
1192
462
  "constraints": {
1193
- "max_context_tokens": 60000,
463
+ "max_context_tokens": 80000,
1194
464
  "requires_session": false,
1195
465
  "requires_epic": false
1196
466
  }