{
  "markdown": "# @decibelsystems/peers\n\nPeer network patterns for Claude Code agent specialization.\n\n## Installation\n\n```bash\nclaude plugin add decibelsystems/peers\n```\n\nOr clone directly:\n\n```bash\ngit clone https://github.com/decibelsystems/peers.git\n```\n\n## What's Included\n\n- **2 skills** -- `peer-identity` (startup announcement, capability schema, discovery) and `peer-messaging` (request format, review artifacts, handoff protocol)\n- **1 hook** -- `session-start` describes the peer initialization sequence\n- **4 role templates** -- Ready-to-use CLAUDE.md files for designer, reviewer, architect, and debugger specialists\n\n## Quick Start\n\nCreate a directory for your specialist peer, drop in a template CLAUDE.md, and run `claude`:\n\n```bash\nmkdir my-reviewer-peer\ncp peers/templates/reviewer.md my-reviewer-peer/CLAUDE.md\ncd my-reviewer-peer\nclaude\n```\n\nThe template tells Claude to announce itself on the peer network, check for pending messages, and respond to requests using structured formats.\n\n## Philosophy\n\nPeers gives agents specialist coordination. How they find each other, how they communicate, how they hand off work.\n\nEach peer is a Claude Code instance with a defined role and capability set. Peers advertise themselves on startup, discover each other via `list_peers`, and exchange structured messages. Reviews come back as parseable artifacts. Handoffs include project context so the receiving peer can start immediately.\n\nThe templates are starting points. Customize the role, capabilities, project list, and voice to match your needs.\n\n## Templates\n\n| Template | Role | Capabilities |\n|---|---|---|\n| `designer.md` | Design system reviewer | design-review, token-audit, parity-check, component-review |\n| `reviewer.md` | Code review specialist | code-review, architecture-review, test-coverage |\n| `architect.md` | System design advisor | architecture-review, system-design, api-design, data-modeling |\n| `debugger.md` | Debugging specialist | debugging, root-cause-analysis, reproduction |\n\n## Credits\n\nBuilt by [Decibel Systems](https://github.com/decibelsystems).\n\n## License\n\nMIT\n",
  "bytes": 2093,
  "sha": "2104b8023aced621ba08483014a3b8bd2ecd4c01e759cea2a0230dd6dada3f5d",
  "repo_slug": "decibelsystems/peers",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_decibelsystems_peers_decibel_peers_b66e7c07/readme"
}