AI agent skill

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.

·

When to use this skill

Use Agent Council when an AI agent needs a reusable SKILL.md workflow for this job: 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.

When not to use it

Skip Agent Council when the task is outside the creativity category, or when a more specific skill in this directory already covers the same workflow with clearer triggers.

How to install

  1. Personal install: create ~/.claude/skills/agent-council/SKILL.md (and any bundled scripts) so Claude Code, Claude Desktop, and compatible agents can load it in every project.
  2. Project install: commit the same folder at .claude/skills/agent-council/ so teammates get the skill with the repo.
  3. Restart the agent session after copying files so it re-scans the skills directory, then ask for the task in words that match the skill description.

Full install guide for Claude, Cursor, and Codex

What this skill does

# 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 ./skills/agent-council/scripts/council.sh "your question here" ```

## References

- `references/overview.md` — workflow and background. - `references/examples.md` — usage examples. - `references/config.md` — member configuration. - `references/requirements.md` — dependencies and CLI checks. - `references/host-ui.md` — host UI checklist guidance. - `references/safety.md` — safety notes.

Intended uses

  • Use Agent Council when this documented workflow matches the task.

Related skills

Related skills in this directory, for comparison before you install another skill.

Ranked Claude skills