---
name: MD Hive Sync
slug: md-hive-sync
category: AI Engineering
description: "MD Hive Sync runs the start-of-task hive protocol steps: reads memory.md, checks inbox/ for new messages, and reminds you to record durable facts in memory.md and write coordination files before ending. Use when asked to sync with the hive, check inbox, hive status, or hive sync."
github: "https://github.com/chaitanyagiri/munder-difflin/tree/main/resources/skills/md-hive-sync"
language: TypeScript
stars: 2178
forks: 253
install: "npx degit https://github.com/chaitanyagiri/munder-difflin/tree/main/resources/skills/md-hive-sync ~/.claude/skills/md-hive-sync"
installs_to: ~/.claude/skills/md-hive-sync
source_path: resources/skills/md-hive-sync/SKILL.md
collection_size: 17
category_size: 2451
collection_url: "https://dirskills.com/collections/chaitanyagiri/munder-difflin"
added: 2026-08-19T07:25:44.800Z
last_synced: 2026-08-19T07:25:44.800Z
canonical_url: "https://dirskills.com/skills/md-hive-sync"
---

# MD Hive Sync

MD Hive Sync runs the start-of-task hive protocol steps: reads memory.md, checks inbox/ for new messages, and reminds you to record durable facts in memory.md and write coordination files before ending. Use when asked to sync with the hive, check inbox, hive status, or hive sync.

**Install:**

```bash
npx degit https://github.com/chaitanyagiri/munder-difflin/tree/main/resources/skills/md-hive-sync ~/.claude/skills/md-hive-sync
```

## README

## Hive Sync

Run the mandatory hive start-of-task steps:

1. **Read memory** — `Read $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.
