ccg-workflow
CCG Workflow - Multi-Agent Orchestration
Orchestrate multi-model collaboration (Claude + Codex + Gemini) through slash commands. Derived from ccg-workflow, simplified for lightweight OpenSkill use.
Getting Started
/ccg:onboard
Or just tell your AI what you want:
/ccg:propose <what-you-want-to-build>
If you want the expanded workflow (/ccg:new, /ccg:continue, /ccg:ff, /ccg:verify, /ccg:status), select it with /ccg:config profile and apply with /ccg:config schema.
Command Reference
More from rexleimo/rex-skills
openspec-parallel-agents
Use when OpenSpec workflows need dependency-aware parallel subagents across OPSX commands, legacy openspec commands, and Codex CLI prompt aliases.
10openspec-long-running-harness
Use when implementing long-running agent workflows that need cross-session state persistence, incremental progress tracking, and gate enforcement. Combines OpenSpec spec-driven development with Anthropic's effective harnesses pattern for multi-context-window projects.
7anthropic-1p-prompt-optimizer
Optimize, rewrite, and evaluate prompts using the Anthropic 1P interactive prompt-engineering tutorial patterns (clear/direct instructions, role prompting, XML-tag separation, output formatting + prefilling, step-by-step “precognition”, few-shot examples, hallucination reduction, complex prompt templates, prompt chaining, and tool-use XML formats). Use for 提示词优化/Prompt优化/Prompt engineering, rewriting system+user prompts, enforcing structured outputs (XML/JSON), reducing hallucinations, building multi-step prompt templates, adding few-shot examples, or designing prompt-chaining/tool-calling scaffolds.
7hybrid-executor
当需要利用 Claude 的代码重构能力或 Gemini 的超长上下文分析时使用。
6spec-kit-parallel-orchestrator
Parallel orchestration skill for Spec Kit workflows. When users mention spec kit, enter /speckit.* or /prompts:speckit.* commands, request spec kit workflow prompt, or need multi-agent collaboration, this skill must be triggered. It validates stages and dependencies first, then splits tasks into 3-6 parallel subtasks, aggregates results, and recursively proceeds to the next round.
6