seyio91

Sync System — Development skill for Claude Code

Development community

Sync this instance to its configured channel, run pending migrations, and reinstall every feature the checked-out version ships (hooks, slash commands, skills, agents, statusline).

How to install Sync System

Installs to ~/.claude/skills/seyio91-ai-memory-system-sync-system/SKILL.md

Terminal
mkdir -p ~/.claude/skills/seyio91-ai-memory-system-sync-system && curl -fsSL https://raw.githubusercontent.com/seyio91/ai-memory-system/HEAD/commands/sync-system.md -o ~/.claude/skills/seyio91-ai-memory-system-sync-system/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sync System does

Sync this instance to its configured channel, run pending migrations, and reinstall every feature the checked-out version ships (hooks, slash commands, skills, agents, statusline).

A plain `git pull` updates repo files, but new commands/skills/agents only become visible to the harness once they are symlinked into `~/.claude/`. This does both — and it never syncs to raw `main` unless the instance is configured to.

**The channel decides what a plain sync does.** It is per-instance, set in the gi

Alternatives in Development

  • Auto Update — Pull the latest ECC repo changes and reinstall the current managed targets 243.5k ★
  • Releasing — This project ships as a Claude Code plugin 10.9k ★
  • Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★

Full documentation available on GitHub

View Source Repository