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.
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
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.
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
In Claude, upload the `llm-council.skill` file to install the skill. This is a manual action, not a terminal command.
Obtain an OpenAI API key from the OpenAI Platform and a Gemini API key from Google AI Studio.
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.