Skip to content
Development
Command

/sync-status

Preview what would be synced between AI coding assistants without making changes.

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-status

Context preview

What this command does when you run it.

Preview what would be synced between AI coding assistants without making changes.

Command definition

sync-status.md
description: Preview what would be synced between AI coding assistants without making changes.
argument-hint: "[--from claude|codex|copilot|cursor] [--to claude|codex|copilot|cursor]"
triggers: sync preview, what would sync, sync differences, compare skills, sync dry run

Sync Status

Show sync status and preview changes using the skrills MCP server.

Use the `mcp__plugin_skrills_skrills__sync-status` tool with:

  • `from`: Source agent (claude, codex, copilot, or cursor)
  • `to`: Target agent
  • `dry_run`: Always true for status checks

Parse `$ARGUMENTS` for:

  • `--from <agent>` or `-f <agent>`: Source agent (default: claude)
  • `--to <agent>` or `-t <agent>`: Target agent (default: codex)

Report:

  • Skills that would be synced (new, updated, unchanged)
  • Commands that would be synced
  • MCP server configs that would be synced
  • Any potential conflicts

Handle errors:

  • If MCP server unavailable: Report connection error
  • If source/target invalid: List valid options (claude, codex, copilot, cursor)
  • If no skills found in source: Report empty state
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