/sync-all
Sync skills, commands, MCP servers, and preferences between Claude, Codex, Copilot, and Cursor in one operation.
$ npx -y skills add athola/skrills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/sync-all
Context preview
What this command does when you run it.
Sync skills, commands, MCP servers, and preferences between Claude, Codex, Copilot, and Cursor in one operation.
Command definition
sync-all.mddescription: Sync skills, commands, MCP servers, and preferences between Claude, Codex, Copilot, and Cursor in one operation.
argument-hint: "[--from claude|codex|copilot|cursor] [--to claude|codex|copilot|cursor] [--dry-run]"
triggers: sync skills, synchronize, copy to codex, copy to copilot, transfer skills, migrate skills
Sync All
Sync all configurations between AI coding assistants using the skrills MCP server.
Use the `mcp__plugin_skrills_skrills__sync-all` tool with these parameters:
- `from`: Source agent (claude, codex, copilot, or cursor). Default: claude
- `to`: Target agent. Default: codex (for claude source) or claude (for others)
- `dry_run`: Set to true to preview changes without writing
- `force`: Set to true to skip confirmation prompts
Parse `$ARGUMENTS` for:
- `--from <agent>` or `-f <agent>`: Source agent
- `--to <agent>` or `-t <agent>`: Target agent
- `--dry-run` or `-n`: Preview mode
- `--force`: Skip confirmations
If no arguments provided, sync from Claude to Codex with a preview first.
Report sync results including:
- Number of skills synced
- Number of commands synced
- Number of MCP servers synced
- Any conflicts or errors encountered
Handle errors:
- If MCP server unavailable: Report connection error with troubleshooting steps
- If source/target invalid: List valid options (claude, codex, copilot, cursor)
- If conflicts detected: Show conflicts and prompt for resolution strategy
Read more
description: Sync skills, commands, MCP servers, and preferences between Claude, Codex, Copilot, and Cursor in one operation. argument-hint: "[--from claude|codex|copilot|cursor] [--to claude|codex|copilot|cursor] [--dry-run]" triggers: sync skills, synchronize, copy to codex, copy to copilot, transfer skills, migrate skills
Sync All
Sync all configurations between AI coding assistants using the skrills MCP server.
Use the `mcp__plugin_skrills_skrills__sync-all` tool with these parameters:
- `from`: Source agent (claude, codex, copilot, or cursor). Default: claude
- `to`: Target agent. Default: codex (for claude source) or claude (for others)
- `dry_run`: Set to true to preview changes without writing
- `force`: Set to true to skip confirmation prompts
Parse `$ARGUMENTS` for:
- `--from <agent>` or `-f <agent>`: Source agent
- `--to <agent>` or `-t <agent>`: Target agent
- `--dry-run` or `-n`: Preview mode
- `--force`: Skip confirmations
If no arguments provided, sync from Claude to Codex with a preview first.
Report sync results including:
- Number of skills synced
- Number of commands synced
- Number of MCP servers synced
- Any conflicts or errors encountered
Handle errors:
- If MCP server unavailable: Report connection error with troubleshooting steps
- If source/target invalid: List valid options (claude, codex, copilot, cursor)
- If conflicts detected: Show conflicts and prompt for resolution strategy
Write a skill once, use it everywhere. Skrills validates and syncs skills, commands, agents, MCP servers, and hooks across **Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor**, all from a single Rust binary. Install · User Guide · CLI Reference · FAQ ·
Repo: athola/skrills
Other commands on skrills.
- /analyze-skills
Analyze skills for token usage, dependencies, and optimization suggestions.
Open command - /create-skill
Create a new skill via GitHub search, LLM generation, or both.
Open command - /search-skills
Fuzzy search installed skills by name or description.
Open command - /skill-diff
Compare a skill across Claude, Codex, Copilot, and Cursor to show differences.
Open command - /skill-metrics
Get aggregate statistics about discovered skills including counts, quality, and token usage.
Open command - /skill-trace-disable
Disable skill tracing and remove instrumentation markers.
Open command

