Skip to content
Development
Command

/sync-all

Sync skills, commands, MCP servers, and preferences between Claude, Codex, Copilot, and Cursor in one operation.

From plugin
skrills
6817 skills17 commands
Install
$ npx -y skills add athola/skrills --agent claude-code

How 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.md
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
Read more
Ships withskrills

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 ·

Get the whole plugin, auto-invoked
Stats
68
Stars
0
Views
10
Forks
Maintained
Maintenance
Rust
Language
MIT
License
1mo ago
Last commit
8mo ago
Created

Repo: athola/skrills