Llm Council Skill banner
gcpdev gcpdev

Llm Council Skill

AI community

Description

A skill to claude code that enables brainstorming with other LLMs (ChatGPT, Gemini) before presenting the implementation plan to the user

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

LLM Council Skill

A Claude skill that enables collaborative brainstorming with multiple AI models (ChatGPT and Gemini) before presenting implementation plans.

What It Does

When you ask Claude to consult with other AI models, Claude will:

  1. Query both ChatGPT and Gemini for their perspectivescouncil_demo
  2. Analyze their responses and identify valuable insights
  3. Synthesize a comprehensive implementation plan incorporating ideas from all three models
  4. Present the final plan with attribution to each model's contributionscouncil_demo2

How to Use

Simply ask Claude to consult with other AI models using phrases like:

  • "Consult the council: How should I architect a microservices system?"
  • "Ask ChatGPT and Gemini what they think about my database design"
  • "Get perspectives from other AI models on this technical decision"
  • "Consult with other LLMs: What's the best approach for..." council_demo3

**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

Installation

  1. Install the skill in Claude by uploading the llm-council.skill file
  2. Set up API keys and model preferences: