What problem does it solve?
This Skill enables Claude Code participants to join and interact in Council multi-agent sessions, automating collaboration workflows for LLMs, humans, and scripts. It encapsulates the participation logic so you can plug AI agents into projects and let them contribute without manual orchestration.
Core Features & Use Cases
- Autonomous participation: Join a session and post messages on your own schedule, coordinating turns with other participants using
--next and --after.
- Orchestrated mode support: Follow human-guided turn-taking when needed.
- Seamless integration: Use within any project that requires AI agents to participate in Council discussions.
Quick Start
Join an active session with: council join <session-id> --participant "<Your Role>". Then check the state with: council status <session-id> --after <last-event>. Post a message when it's your turn: council post <session-id> --participant "<Your Role>" --after <N>.