Leaderboard/Agent Orchestration/llm-council-skill
Last commit on January 8, 2026·Created on January 3, 2026

gcpdev/llm-council-skill

Gathers other models' answers before you commit to a plan.
Combined rank
#538
across all skills
In Agent Orchestration
#30
category rank
Stars
443
+0.2% in last 7d
Forks
59
0.0% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill sends a question to ChatGPT and Gemini, then brings back what each of them would do. It helps software engineers, architects, and automation builders make implementation decisions with more than one AI perspective in hand. The workflow queries external LLM APIs, analyzes their suggestions, and produces a synthesized plan that notes where the models agreed, diverged, or raised concerns.

WHO IT'S FOR
AI-assisted developers
brainstorming plans with multiple AI models
Technical leads / architects
evaluating alternative approaches from multiple AIs
AI agent / automation builders
integrating multi-LLM consultation into workflows
Product managers / decision-makers
gathering diverse AI perspectives on decisions
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Upload the LLM Council skill to Claude

Installs: Complete `llm-council.skill` bundle · Claude

Before you start
  • An OpenAI API key
  • A Google Gemini API key

Run from: The directory where Claude is run

  1. In Claude, upload the `llm-council.skill` file to install the skill. This is a manual action, not a terminal command.

  2. Obtain an OpenAI API key from the OpenAI Platform and a Gemini API key from Google AI Studio.

  3. Create `.env` in the directory where Claude is run with these lines: OPENAI_API_KEY=sk-your-openai-key-here GEMINI_API_KEY=your-gemini-key-here OPENAI_MODEL=gpt-5-nano-2025-08-07 GEMINI_MODEL=gemini-3-flash-preview Replace `sk-your-openai-key-here` and `your-gemini-key-here` with the corresponding API keys. Keep the file secure and do not commit it to version control.

llm-council/references/SETUP.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Plan an IoT data pipeline with multiple model perspectives

Uses llm-council

  • OpenAI and Gemini API keys configured in `.env`
  • Any project-specific requirements or constraints you want the council to consider
Use the llm-council skill to consult the council: How should I architect a real-time data pipeline for IoT sensors?
llm-council/SKILL.md · Checked Sep 18, 2026