llm-council
Installation
SKILL.md
LLM Council
Consult multiple AI models (ChatGPT and Gemini) for their perspectives before presenting implementation plans to users.
Workflow
When user requests consultation with other AI models, use phrases like:
- "Consult with ChatGPT and Gemini about..."
- "Ask other AI models what they think about..."
- "Get perspectives from the council on..."
- "Consult the LLM council: [your question]"
Process:
- Query external LLMs: Run
scripts/query_llms.pywith the user's prompt to get perspectives from both ChatGPT and Gemini - Analyze responses: Review what each model suggests, identifying valuable insights, alternative approaches, and potential concerns
- Synthesize plan: Create an implementation plan that incorporates the best ideas from all three models (Claude's own analysis + ChatGPT + Gemini)
- Present to user: Show the final plan along with a brief summary of key contributions from each model