worktree-data-sync

Installation
SKILL.md

Worktree Data Sync Skill

Non-git data sync between existing worktrees — seed, diff, apply, and data teardown. For worktree lifecycle (create / enter / remove), see skills/agent-orchestration/references/worktree-harness-fallback.md.

When to Use

Activate the data-sync CLI below for:

  • seeding non-git-controlled data from one existing worktree into another
  • comparing non-git files across existing worktrees
  • copying managed data between worktrees
  • reconciling non-git differences after parallel work

Command Surface

Single CLI entrypoint (<skill-dir> = directory containing this SKILL.md; --from defaults to main worktree):

python3 <skill-dir>/scripts/sync_worktree_data.py --to <worktree-path> --mode <seed|diff|apply> [OPTIONS]
Installs
1
Repository
fuzhiyu/superra
GitHub Stars
6
First Seen
Jul 8, 2026
worktree-data-sync — fuzhiyu/superra