From ask-llm
Send a topic to multiple LLM providers in parallel while Claude Opus performs its own independent research in parallel, then synthesize all findings. Usage /brainstorm [providers] <topic>. External providers default to gemini,codex. Example /brainstorm gemini,codex,ollama "review this architecture"
How this skill is triggered — by the user, by Claude, or both
Slash command
/ask-llm:brainstormThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Consult multiple external LLM providers simultaneously on a topic while Claude Opus performs its own independent research in parallel, then synthesize the findings from all participants.
Consult multiple external LLM providers simultaneously on a topic while Claude Opus performs its own independent research in parallel, then synthesize the findings from all participants.
Parse the arguments:
gemini,codex or gemini,codex,ollama), use those as the external providersgemini,codexgemini, codex, ollamaDetermine the brainstorm topic:
git diff and git diff --cachedIf no topic is clear, ask the user what they'd like to brainstorm about.
Launch the brainstorm-coordinator agent with the topic, the selected external providers list, and any gathered context. The agent handles:
npx claudepluginhub lykhoyda/ask-llm --plugin ask-llmSend a topic to ALL LLM providers (Gemini, Codex, Ollama) in parallel while Claude Opus performs its own independent research in parallel. Synthesizes findings from up to four participants. Shortcut for /brainstorm gemini,codex,ollama <topic>. Requires Ollama to be running locally.
Orchestrates parallel analysis of coding problems across AI models (Claude, GPT, Gemini, Grok) via CLI tools or APIs, collects recommendations, and synthesizes optimal solution.
Runs 3 AI models in parallel (gpt-5.2-pro, gemini-3-pro-preview, claude-opus-4-5-20251101) for diverse perspectives on code queries. Invoke via /ask-council or auto-activates.