walkie-talkie
v0.1.0Cross-platform agent-to-agent comms via an append-only in-repo mailbox, with a GRILL protocol for interrogating handoffs
by Walkie-Talkie MaintainersMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/walkie-talkie/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
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
{
"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"
}