From ask-llm
Send 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ask-llm:brainstorm-allThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Consult all available external LLM providers (Gemini, Codex, Ollama) simultaneously while Claude Opus performs its own independent research on the topic, then synthesize perspectives from all four participants.
Consult all available external LLM providers (Gemini, Codex, Ollama) simultaneously while Claude Opus performs its own independent research on the topic, then synthesize perspectives from all four participants.
Determine 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, external providers set to gemini,codex,ollama, and any gathered context. The coordinator will:
npx claudepluginhub lykhoyda/ask-llm --plugin ask-llmSend 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"
Orchestrates parallel analysis of coding problems across AI models (Claude, GPT, Gemini, Grok) via CLI tools or APIs, collects recommendations, and synthesizes optimal solution.
Consults external LLMs (OpenAI Codex, Google Gemini) via CLIs for second opinions on architecture, design decisions, model selection, and approach comparisons.