skills/ccg/SKILL.md
Multi-model orchestration via ask commands for alternative perspectives, then synthesis
npx skillsauth add Thomashighbaugh/opencode ccgInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CCG routes through the canonical /ask skill to get perspectives from multiple models, then synthesizes into one answer.
Use this when you want parallel external perspectives without launching tmux team workers.
1. Decomposes the request into advisor prompts for different models
2. Runs queries via /ask skill with available models
3. Artifacts are written under `.opencode/state/artifacts/ask/`
4. Synthesizes outputs into one final response
When invoked, follow this workflow:
Split the user request into:
Note: Use the /ask skill to query different models for perspectives.
Run advisors using available models:
/ask glm-5 "<architect prompt>"
/ask kimi-k2.5 "<designer prompt>"
Read ask artifacts from:
.opencode/state/artifacts/ask/*.md
Return one unified answer with:
If one model is unavailable:
If models are unavailable:
/ccg <task description>
Example:
/ccg Review this PR - architecture/security via one model and UX/readability via another
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
documentation
LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)
tools
Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages.
testing
Structured visual QA verdict for screenshot-to-reference comparisons