A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A skill to claude code that enables brainstorming with other LLMs (ChatGPT, Gemini) before presenting the implementation
A Claude skill that enables collaborative brainstorming with multiple AI models (ChatGPT and Gemini) before presenting implementation plans.
When you ask Claude to consult with other AI models, Claude will:
Simply ask Claude to consult with other AI models using phrases like:
Example:
User: Consult the council: How should I structure my React app for scalability?
Claude will then:
- Query ChatGPT and Gemini about React architecture
- Analyze their suggestions on components, state management, and organization
- Present a synthesized plan incorporating insights from all three models
llm-council.skill file.env.template to create a .env file in your working directoryDefault Models (Fast & Cost-Effective):
gpt-5-nano-2025-08-07 (highly cost-effective)gemini-3-flash-preview (balanced speed and intelligence)Upgrade Options for Better Collaboration:
OpenAI models (ordered by capability):
gpt-5-nano - Fastest, cheapest version of GPT-5. It's great for summarization and classification tasks. (Default)gpt-5-mini - Balanced cost and qualitygpt-5.2 - Smart model, capable of most tasksgpt-5.2-pro - State-of-the-art for professional knowledge workGemini models (ordered by capability):
gemini-2.5-flash-lite - Ultra-fast, optimized for throughputgemini-2.5-flash - Best price-performancegemini-3-flash-preview - Balanced (default)gemini-3-pro-preview - Most intelligent, best reasoningHow to Configure:
Add these lines to your .env file:
OPENAI_MODEL=gpt-5-nano
GEMINI_MODEL=gemini-3-flash-preview
Recommended Configurations:
gpt-5-nano + gemini-3-flash-preview)gpt-5-nano + gemini-2.5-flashgpt-5 + gemini-3-flash-previewgpt-5.2 + gemini-3-pro-previewgpt-5.2-pro + gemini-3-pro-previewBoth OpenAI and Gemini APIs have usage costs that vary significantly by model:
OpenAI Cost Tiers (approximate, check current pricing):
Budget Tier:
gpt-5-nano: Very low cost per tokenStandard Tier:
gpt-5-mini: Moderate costPremium Tier:
gpt-5.2: Higher cost per tokengpt-5.2-pro: Highest cost for professional workGemini Cost Tiers (approximate, check current pricing):
Budget Tier:
gemini-2.5-flash-lite: Very low cost, optimized for throughputgemini-2.5-flash: Low cost, best price-performanceStandard Tier:
gemini-3-flash-preview: Moderate cost (default)Premium Tier:
gemini-3-pro-preview: Higher cost for advanced reasoningCost Management Tips:
gpt-5-mini + gemini-3-flash-preview) for balanced quality/costNote: Each /council command makes 2 API calls (one to ChatGPT, one to Gemini), so total cost is the sum of both models' pricing.
llm-council/
├── SKILL.md # Main skill instructions
├── scripts/
│ └── query_llms.py # Python script that queries both APIs
└── references/
└── setup.md # Detailed setup instructions
"API key not found" error: Make sure your .env file is in the current working directory with the correct keys.
API timeout: The script has a 30-second timeout per API. If an API is slow or down, it will show an error but continue with the other model's response.
One API fails: Claude will note which model's perspective is unavailable and proceed with the available responses.
ML engineering — model training, deployment, MLOps, monitoring
DevOps practices — CI/CD, containers, monitoring, infrastructure automation
Professional skills marketplace with production-ready skills for enhanced development
Self-learning system that captures corrections and syncs them to CLAUDE.md and AGENTS.md