Sync.Opencode banner
berlinguyinca berlinguyinca

Sync.Opencode

AI community

Description

Synchronize OpenCode configuration across machines using ai-sync. Run the following commands in sequence using the Bash tool and report the results. Stop on the first failure — do not continue to the next step. 1. First, pull any remote changes: ``` ai-sync pull -v ``` 2. Then, push local changes to the remote: ``` ai-sync push -v ``` 3. Finally, show the current sync status: ``` ai-sync status -v ``` After all commands complete, summarize: - How many files were p

Installation

Installs to ~/.claude/skills/berlinguyinca-ai-sync-sync.opencode/SKILL.md

Terminal
mkdir -p ~/.claude/skills/berlinguyinca-ai-sync-sync.opencode && curl -fsSL https://raw.githubusercontent.com/berlinguyinca/ai-sync/HEAD/skills/sync.opencode.md -o ~/.claude/skills/berlinguyinca-ai-sync-sync.opencode/SKILL.md

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

Full documentation available on GitHub

View Source Repository