md-hive-sync

md-hive-sync is a skill for Claude Code from chaitanyagiri/munder-difflin. It costs 109 tokens per session (334 once invoked), scanned A, original, MIT.

A task-start coordination routine for a shared group of coding agents, called a hive. It reads shared memory and inbox messages, then reminds the agent to save lasting facts and coordination notes.

In plain words
What is it for?
Use it to check hive status, read the shared inbox, or sync before and after a task.
Why use it?
It reduces missed messages and forgotten handoffs between agents working on related tasks.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to check hive status, read the shared inbox, or sync…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chaitanyagiri/munder-difflin/md-hive-sync
About the project

Munder Difflin is a local multi-agent harness that turns terminal coding CLIs into a coordinated team of agents running on a user's machine. It is for people who want several supported coding agents to communicate, delegate work, retain memory, and operate through a shared office-style interface. The catalogue skills provide workflows for using and coordinating those agents.

chaitanyagiri/munder-difflin · 6,455 stars · on GitHub · munderdiffl.in

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add chaitanyagiri/munder-difflin --skill md-hive-sync
Clone the repo
git clone --depth 1 https://github.com/chaitanyagiri/munder-difflin

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for md-hive-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/chaitanyagiri/munder-difflin/md-hive-sync.svg)](https://agentmods.dev/skills/chaitanyagiri/munder-difflin/md-hive-sync)
Your own site
<a href="https://agentmods.dev/skills/chaitanyagiri/munder-difflin/md-hive-sync"><img src="https://agentmods.dev/badge/skills/chaitanyagiri/munder-difflin/md-hive-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 334 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00109 $0.00334
Opus 5 $0.00055 $0.00167
Sonnet 5 $0.00022 $0.00067
Haiku 4.5 $0.00011 $0.00033

Measured 7d ago against content hash d1fcef3338b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

md-hive-sync scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

resources/skills/md-hive-sync/SKILL.md · 32 lines

What it actually says

Hive Sync

Run the mandatory hive start-of-task steps:

  1. Read memoryRead $AGENT_DIR/memory.md for durable context from prior sessions.

  2. Check inbox — list and read all files in $AGENT_DIR/inbox/ that are NOT in inbox/.done/. For each message:

    • Act on the message.
    • Move the handled file into $AGENT_DIR/inbox/.done/ with mv.
  3. Report — summarize what you found in memory and any new inbox messages. Note any tasks assigned to you or information relevant to the current session.

  4. End-of-task reminder — before closing this conversation, append durable facts, decisions, and outcomes to $AGENT_DIR/memory.md so future-you remembers.

Run echo $AGENT_DIR if the variable is not set to locate your agent directory under the hive root.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 32 lines · 109 tokens per session scan A d1fcef3338b2

Subscribe to this mod's changes

md-hive-sync is a skill published in the GitHub repository chaitanyagiri/munder-difflin (6,455 stars, last pushed today), licensed MIT. It adds 109 tokens to every session and 334 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

pod-resume

Reconstruct context for a returning developer. Reads .cocoplus/ state and generates a narrative summary of project status, last achievements, pending tasks, recent decisions, available patterns, CocoCupper insights, and recommended next action.

Snowflake-Labs/cocoplus · 50 tokens

td-task-management

Task management for AI agents across context windows. Use when agents need to track work, log progress, hand off state, and maintain context across sessions. Includes workflows for single-issue focus, multi-issue work sessions, and structured handoffs. Essential for AI-assisted development where context windows reset…

marcus/td · 65 tokens

task-register

Register a new task that does not yet have a GitHub Issue in the Hyper-Waterfall workflow. Query open milestones and existing labels, choose candidates, confirm with the task requester before creating the Issue, then create the GitHub Issue number. After Issue creation, hand off branch, daily task board, and task plan…

postmelee/hyper-waterfall · 72 tokens

task-final-report

Apply the final report and PR publication procedure for a Hyper-Waterfall task. Write the final report (report.md), mark the daily task board complete, create the final commit, push the remote publish/task{N} branch, and create an Open PR to {BASEBRANCH}. Invoke only immediately before PR publication after all stages…

postmelee/hyper-waterfall · 74 tokens

todo

Create and update the Hyper-Waterfall daily task board (mydocs/orders/yyyymmdd.md). Apply milestone table format, status update rules, and backlog section rules. When task-start, task-stage-report, task-final-report, or pr-merge-cleanup updates the daily task board, it follows this SKILL's format.

postmelee/hyper-waterfall · 71 tokens