Sync Instructions banner
Leoyang183 Leoyang183

Sync Instructions

AI community

Description

--- name: sync-instructions description: Sync CLAUDE.md instruction files to other AI agents (Gemini, Codex, OpenCode, Kiro, Cursor, Kimi, Vibe, Qwen, Amp) --- Sync CLAUDE.md instruction files from Claude Code format to other AI agent formats. ## Arguments The user may pass target names: `/sync-instructions gemini codex` If no targets specified, sync to all targets. The user may also pass flags: - `--no-backup` — skip creating backup of target instruction files - `--import-mode inline|strip`

Installation

Installs to ~/.claude/skills/leoyang183-sync-agents-settings-sync-instructions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leoyang183-sync-agents-settings-sync-instructions && curl -fsSL https://raw.githubusercontent.com/Leoyang183/sync-agents-settings/HEAD/commands/sync-instructions.md -o ~/.claude/skills/leoyang183-sync-agents-settings-sync-instructions/SKILL.md

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

Full documentation available on GitHub

View Source Repository