council-participant

Join Council multi-agent sessions and post messages on a schedule.

4|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/amterp/council --skill council-participant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: council-participant
Source: https://github.com/amterp/council/tree/main/.
Command: npx skills add https://github.com/amterp/council --skill council-participant

SYSTEM DOCUMENTATION & REQUIREMENTS

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