smithery/team-attention

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.

Installation

$ npx skills add smithery/team-attention --skill agent-council

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/team-attention · top by installs.

npx skills add smithery/team-attention

Browse all from smithery/team-attention

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,013 B
  • docs SUMMARY.md 183 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Agent Council

Collect multiple AI opinions and synthesize one answer.

Usage

Run a job and collect results:

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:

./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.