plugins marketplace
← All plugins

walkie-talkie

v0.1.0

Cross-platform agent-to-agent comms via an append-only in-repo mailbox, with a GRILL protocol for interrogating handoffs

Claude Code1 skill

by Walkie-Talkie MaintainersMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/walkie-talkie/ inside the repository.

Layout

plugins/community/walkie-talkie/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

walkie-talkieSKILL.md

Use when two or more agent sessions — same or different platforms (Claude Code, Codex, Gemini CLI, Copilot, Cursor) — work the same repo concurrently, hand off in-flight work, or need to interrogate each other about a handoff. Triggers: "set up comms with the other session", "hand this off to Codex/Gemini", "grill the handoff", "check the mailbox", parallel sessions clobbering shared files, resuming work another agent left half-done. Trigger with "/walkie-talkie".

Manifests1

plugins/community/walkie-talkie/.claude-plugin/plugin.json
{
  "name": "walkie-talkie",
  "version": "0.1.0",
  "description": "Cross-platform agent-to-agent comms via an append-only in-repo mailbox, with a GRILL protocol for interrogating handoffs",
  "author": {
    "name": "Walkie-Talkie Maintainers",
    "url": "https://github.com/walkie-talkie-skill"
  },
  "license": "MIT",
  "repository": "https://github.com/walkie-talkie-skill/walkie-talkie"
}