mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
CCW Skill (new): - Stateless workflow orchestrator with intent classification - 6 workflow combinations: rapid, full, coupled, bugfix, issue, ui - External configuration: intent-rules.json, workflow-chains.json - Implicit CLI tool injection (Gemini/Qwen/Codex) - TODO tracking integration for workflow progress CCW-Help Skill (refactored from command-guide): - Renamed command-guide → ccw-help - Removed reference folder duplication - Source paths now relative from index/ (../../../commands/...) - Added all-agents.json index - Simplified SKILL.md following CCW pattern
82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
[
|
|
{
|
|
"name": "action-planning-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/action-planning-agent.md"
|
|
},
|
|
{
|
|
"name": "cli-execution-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/cli-execution-agent.md"
|
|
},
|
|
{
|
|
"name": "cli-explore-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/cli-explore-agent.md"
|
|
},
|
|
{
|
|
"name": "cli-lite-planning-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/cli-lite-planning-agent.md"
|
|
},
|
|
{
|
|
"name": "cli-planning-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/cli-planning-agent.md"
|
|
},
|
|
{
|
|
"name": "code-developer",
|
|
"description": "|",
|
|
"source": "../../../agents/code-developer.md"
|
|
},
|
|
{
|
|
"name": "conceptual-planning-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/conceptual-planning-agent.md"
|
|
},
|
|
{
|
|
"name": "context-search-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/context-search-agent.md"
|
|
},
|
|
{
|
|
"name": "doc-generator",
|
|
"description": "|",
|
|
"source": "../../../agents/doc-generator.md"
|
|
},
|
|
{
|
|
"name": "issue-plan-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/issue-plan-agent.md"
|
|
},
|
|
{
|
|
"name": "issue-queue-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/issue-queue-agent.md"
|
|
},
|
|
{
|
|
"name": "memory-bridge",
|
|
"description": "Execute complex project documentation updates using script coordination",
|
|
"source": "../../../agents/memory-bridge.md"
|
|
},
|
|
{
|
|
"name": "test-context-search-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/test-context-search-agent.md"
|
|
},
|
|
{
|
|
"name": "test-fix-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/test-fix-agent.md"
|
|
},
|
|
{
|
|
"name": "ui-design-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/ui-design-agent.md"
|
|
},
|
|
{
|
|
"name": "universal-executor",
|
|
"description": "|",
|
|
"source": "../../../agents/universal-executor.md"
|
|
}
|
|
] |