From peer-orchestra
Initialize peer-orchestra in the current project. Sets up agent rules, dispatch protocols, and self-learning hooks. Use when someone says "set up peer orchestra", "initialize agents", or "start orchestrating".
npx claudepluginhub gocarbontracker/peer-orchestraThis skill uses the workspace's default tool permissions.
Set up the multi-agent orchestration framework in the current project.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Set up the multi-agent orchestration framework in the current project.
Check for existing config — look for .claude/rules/agent-*.md files. If they exist, ask before overwriting.
Create .claude/rules/ directory if it doesn't exist.
Copy agent rules from the plugin's themes/genshin/agents/ to .claude/rules/:
agent-common.md from src/templates/rules/multi-agent-dispatch.mdteam-dispatch.mdself-improvement.mdCopy hooks from src/templates/hooks/ to .claude/hooks/:
agent-router.pyagent-persona-loader.pysession-start-peer-memory.pysession-end-peer-memory.pyMerge CLAUDE.md — if one exists, append the orchestrator section. If not, create it.
Print next steps:
Peer Orchestra is ready!
Add these aliases to your ~/.zshrc:
alias cl='claude --dangerously-skip-permissions'
alias clp='claude --dangerously-skip-permissions --dangerously-load-development-channels server:claude-peers'
Then:
Terminal 1: clp (you are the Traveler — the orchestrator)
Terminal 2+: clp (these become your agents)