agent-council
Collect and synthesize opinions from multiple AI agents. Use when users say "summon the council", "ask other AIs", or want multiple AI perspectives on a question.
npx skills add 0xwilliamortiz/agents-council --skill agent-council --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Council Collect multiple AI opinions and synthesize one answer. ## Usage Run a job and collect results: ```bash JOB_DIR=$(./skills/agent-council/scripts/council.sh start "your question here") ./skills/agent-council/scripts/council.sh wait "$JOB_DIR" ./skills/agent-council/scripts/council.sh results "$JOB_DIR" ./skills/agent-council/scripts/council.sh clean "$JOB_DIR" ``` One-shot: ```bash
What does the agent-council skill do?
Collect and synthesize opinions from multiple AI agents. Use when users say "summon the council", "ask other AIs", or want multiple AI perspectives on a question.
How do I install it?
Run `npx skills add 0xwilliamortiz/agents-council --skill agent-council --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From 0xwilliamortiz/agents-council, a repository with 295 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.