๐ŸŽฏ

llm-council

๐ŸŽฏSkill

from am-will/codex-skills

VibeIndex|
What it does
|

Multi-LLM planning council skill that orchestrates configurable CLI agents (Codex, Claude Code, Gemini, OpenCode) to produce independent implementation plans, anonymize and randomize them, then judge and merge into one final bias-resistant plan

Overview

LLM Council is a Claude Code skill that orchestrates a configurable, multi-member CLI planning council consisting of various AI agents such as Codex, Claude Code, Gemini, OpenCode, or custom agents. It produces independent implementation plans from each member, anonymizes and randomizes them to reduce bias, then uses a judge to merge them into one optimal final plan. The skill includes a real-time web UI for monitoring progress and refining plans interactively.

Key Features

  • Multi-Agent Planning: Spawns multiple AI planners (Claude, Codex, Gemini) to generate independent implementation plans
  • Bias Resistance: Anonymizes and randomizes plans before judging to ensure fair evaluation
  • Judge and Merge: A dedicated judge agent synthesizes the best elements from all plans into a single final plan
  • Structured Output: Produces structured JSON outputs with built-in retries and failure handling
  • Real-Time Monitoring: Includes a web UI for watching council progress and interactively refining plans

Who is this for?

This skill is for development teams and individual developers tackling complex planning tasks who want multiple AI perspectives before committing to an implementation approach. It is ideal for those who value robust, bias-resistant planning workflows and want to leverage the strengths of different AI agents simultaneously.

๐Ÿ“ฆ

Same repository

am-will/codex-skills(19 items)

llm-council

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add am-will/codex-skills --skill llm-council
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add am-will/codex-skills --skill llm-council
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/llm-council/SKILL.md

SKILL.md

1,156Installs
322
-
Last UpdatedJan 29, 2026

More from this repository10

๐ŸŽฏ
frontend-design๐ŸŽฏSkill

Frontend design skill for creating distinctive, production-grade web interfaces with high design quality, avoiding generic AI aesthetics through bold creative choices and exceptional attention to detail

๐ŸŽฏ
frontend responsive design standards๐ŸŽฏSkill

Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.

๐ŸŽฏ
context7๐ŸŽฏSkill

Context7 documentation fetcher skill for retrieving current library documentation via Context7 API, proactively looking up APIs for React, Next.js, Supabase, and other libraries instead of relying on outdated knowledge

๐ŸŽฏ
planner๐ŸŽฏSkill

Creates comprehensive, phased implementation plans with sprints and atomic tasks for planning features, breaking down work, and building structured roadmaps.

๐ŸŽฏ
read-github๐ŸŽฏSkill

Reads and searches GitHub repository documentation via the gitmcp.io MCP service, converting GitHub URLs to documentation endpoints.

๐ŸŽฏ
parallel-task๐ŸŽฏSkill

Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.

๐ŸŽฏ
plan-harder๐ŸŽฏSkill

Detailed implementation planning skill that creates phased plans with sprints and atomic tasks, covering codebase research, requirements clarification, and structured implementation phases for bugs, features, or tasks

๐ŸŽฏ
markdown-url๐ŸŽฏSkill

Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.

๐ŸŽฏ
gemini-computer-use๐ŸŽฏSkill

Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.

๐ŸŽฏ
openai-docs-skill๐ŸŽฏSkill

Queries the OpenAI developer documentation MCP server via CLI (curl/jq) to search, browse, and fetch authoritative docs for the OpenAI API, SDKs, ChatGPT Apps SDK, Codex, and MCP integrations with up-to-date official guidance.