templates/.claude/skills/peer-messaging/SKILL.md
Cross-session Claude Code instance messaging via claude-peers-mcp broker
npx skillsauth add baekenough/oh-my-customcode peer-messagingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Enables cross-session coordination between multiple Claude Code instances through the claude-peers-mcp broker. Complements Agent Teams (R018, intra-session) with inter-session messaging.
| Scope | Mechanism | Tools | Use Case | |-------|-----------|-------|----------| | Intra-session agents | Agent Teams (R018) | TeamCreate, SendMessage | Single session multi-agent collaboration | | Cross-session instances | claude-peers-mcp | list_peers, send_message | Multi-terminal/project real-time coordination | | Cross-session memory | claude-mem | save_memory, search | Async memory persistence |
Important: R018's
SendMessageand claude-peers-mcp'ssend_messageare different tools with different scopes. Do not confuse them.
| Tool | Purpose | oh-my-customcode Scenario |
|------|---------|---------------------------|
| list_peers | Discover active Claude instances | omcustom:status system overview |
| send_message | Send message to peer | Cross-project workflow coordination |
| set_summary | Broadcast current task summary | DAG cross-project step sync |
| check_messages | Read incoming messages | Receive coordination signals |
Terminal A runs auto-dev on project-1; Terminal B works on dependent project-2. Peers coordinate via messages when blocking dependencies are resolved.
Share test infrastructure state between projects running concurrent test suites.
dag-orchestration cross-project steps can use peer messaging for synchronization (currently impossible without this tool).
# Install broker (optional MCP server)
npm install -g claude-peers-mcp
# Add to MCP config
claude mcp add claude-peers-mcp -- npx claude-peers-mcp
omcustom:status (peer discovery)development
Generate and maintain a persistent codebase wiki — LLM-built interlinked markdown knowledge base (Karpathy LLM Wiki pattern)
development
Use the project wiki as RAG knowledge source — search wiki pages to answer codebase questions before exploring raw files
tools
Analyze task trajectories to propose reusable SKILL.md candidates from successful patterns
data-ai
hada.io RSS feed monitoring for AI agent/harness articles with automated /scout analysis