Headless CLI orchestration for multi-LLM advisors (xllm). Use when you want authentic responses from external CLIs: claude, codex, gemini, antigravity (agy), grok, cursor, or local ollama/lmstudio/lemonade. Routes a task through the chosen provider's headless mode and saves a structured artifact. Primary building…
Setup and doctor for xllm. Creates artifact dirs, remembers advisor script path for this project, checks cloud/local providers, and prints recommended commands.
Multi-LLM review and synthesis for xllm (headless). Decomposes the task, runs 2+ external CLIs (codex, antigravity, grok, claude, ollama, lmstudio, …) via the advisor script, captures artifacts, then synthesizes agreements and disagreements. Primary multi-advisor skill (replaces the former OMC-style /ccg name).
Delegate a bounded implementation task to another vendor's CLI executing in an ISOLATED clone — it edits, builds, and tests there, then hands back a verified git ref plus evidence; the user's checkout is never touched. Use when the user wants a different vendor (codex) to implement, fix, or refactor something, or…
Cross-vendor deliberation over a question or a code diff, four modes in one noun: roles (parallel advisors + host synthesis), blind (measured independent panel), debate (adversarial refutation), council (blind→debate pipeline). Use for "get multiple opinions", cross-vendor design or security review, "review this…
Route mechanical git prose — commit messages, PR titles/bodies, release notes, changelog entries — to the cheapest healthy model (free local ollama first) instead of burning main-session tokens. Use whenever the user asks to commit, open a PR, cut a release, or write a changelog and the prose can be drafted from the…
Diagnose and configure xllm cross-vendor advisors for THIS project: scan the machine for installed advisor CLIs and local models, then run a short Q&A to pin which provider+model+effort each role should use here, with recommended defaults. Use for "set up xllm", "xllm doctor", "configure advisors for this project", or…