📬
AutomationPython

Walkie-Talkie

by jeremylongshore

Walkie-Talkie is an Automation skill for Claude Code, published by jeremylongshore in claude-code-plugins-plus-skills.

2.6K stars384 forkson jeremylongshore/claude-code-plugins-plus-skillsAdded 2026/08/12Repository updated 2026/08/12
agent-skillsaiai-agentsanthropicautomationclaude-codeclaude-code-pluginsdeveloper-toolsdevopsllmmarketplacemcpplugin-marketplaceplugin-systemsaasskills
Install in seconds
Install Walkie-Talkie
Copy Walkie-Talkie into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/community/walkie-talkie ~/.claude/skills/walkie-talkie

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

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

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/community/walkie-talkie/SKILL.md in jeremylongshore/claude-code-plugins-plus-skills
Installs to
~/.claude/skills/walkie-talkie
Collection
One of 53 skills cataloged from this repository
Category
Automation1523 skills

What Walkie-Talkie does

Walkie-Talkie sets up an append-only mailbox in a repo so multiple agent sessions can coordinate, hand off work, and ask each other for evidence across platforms. Use it when concurrent agents share files or resume unfinished work.

Walkie-Talkie is cataloged under Automation on DirSkills. Walkie-Talkie comes from a repository tagged agent-skills, ai, ai-agents, anthropic and automation.

Documentation

README

Walkie-Talkie

Overview

An append-only file mailbox, committed to the repo, that lets agent sessions communicate across platforms, machines, and time. Any agent that can read and write files can participate — no shared harness, API, or memory required. Git is the transport; the human audits both channels.

Core invariant: one writer per file, append-only. Each agent owns exactly one outbox file. Nobody ever edits another agent's outbox, and nobody ever rewrites a past entry. This designs merge conflicts and clobbering out of existence.

Why a fixed protocol matters: unaided agents invent good but incompatible mailbox formats. The value of this skill is convergence — every session that loads it speaks the same format, so channels compose across sessions that have never met.

This is the opening of the README. Read the full README on GitHub.

Commands Walkie-Talkie provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /walkie-talkie

Frequently asked about Walkie-Talkie

  • What else does jeremylongshore publish alongside Walkie-Talkie?

    Walkie-Talkie is one of 53 skills that DirSkills catalogs from jeremylongshore/claude-code-plugins-plus-skills, the repository it ships in. Its siblings there include Agency OS, Anti-Deception and Audit. Each one is a separate skill with its own page in this directory, installs the same way Walkie-Talkie does, and is maintained by jeremylongshore in that same repository. The rest of the collection is listed on the jeremylongshore/claude-code-plugins-plus-skills page.

  • How does Walkie-Talkie compare to other Automation skills?

    Walkie-Talkie ranks #446 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Walkie-Talkie against them. Open each page to compare what they document and how they install.

More from jeremylongshore/claude-code-plugins-plus-skills

Walkie-Talkie is one of 53 skills cataloged on DirSkills from jeremylongshore/claude-code-plugins-plus-skills.

See all 53 skills