Sync To Home banner
aaronsb aaronsb

Sync To Home

Development community

Description

--- description: Sync a subdirectory agent-ways clone into ~/.claude (subdirectory topology, ADR-140) allowed-tools: Bash --- # /sync-to-home Project this agent-ways repo clone up into `~/.claude` for the **subdirectory topology** (ADR-140): the repo lives in a subdirectory of `~/.claude` while `~/.claude` stays your own config dir. Run after pulling upstream changes. The mechanism is deterministic and lives in `make sync-to-home` — your job is the judgment around it, not the bash. ## What t

Installation

Installs to ~/.claude/skills/aaronsb-agent-ways-sync-to-home/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aaronsb-agent-ways-sync-to-home && curl -fsSL https://raw.githubusercontent.com/aaronsb/agent-ways/HEAD/commands/sync-to-home.md -o ~/.claude/skills/aaronsb-agent-ways-sync-to-home/SKILL.md

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

Full documentation available on GitHub

View Source Repository