# Sync

> Pull and push your brain.

- Skill: `dhaupin/sync` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dhaupin/sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dhaupin/sync/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: dhaupin (https://skillmd.com/u/dhaupin)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dhaupin/sync

---


# Sync

> Pull and push your brain.

---

## When To Use

- Start of session (pull)
- End of session (push)
- Manual sync

---

## How To Sync

### Pull

```bash
# Get latest brain
vant sync pull
```

### Push

```bash
# Save your changes
vant sync push
```

### Both

```bash
# Pull then push
vant sync
```

---

## What Happens

| Action | What |
|--------|------|
| Pull | Get remote changes |
| Push | Send local changes |
| Sync | Do both |

---

## Conflicts

When you and another agent changed the same thing:

```
## Conflict

### [FILE]
- Yours: [your change]
- Remote: [their change]

### Resolution
- [KEEP_YOURS/KEEP_THEIRS/MERGE]
```

---

## Output

```
## Sync

### Changes
- [n] files changed

### Conflicts
- [n] files

### Pushed
- [YES/NO]
```

---

## Tips

- Sync at start - get context
- Sync at end - save progress
- Sync before merge - avoid conflicts

---

**Role**: Syncer  
**Input**: Direction (pull/push/sync)  
**Output**: Synced brain

> Keep in sync.

