sync-all

sync-all is a command for coding agents from athola/skrills. It costs 25 tokens per session (368 once invoked), scanned A, original, MIT.

A command for synchronizing skills, commands, connection settings, and preferences between Claude, Codex, Copilot, and Cursor.

In plain words
What is it for?
Use it to choose a source and target assistant, run a dry run or forced sync, and report synced items, conflicts, or errors.
Why use it?
It removes the need to copy these configurations manually and can preview changes before applying them.

Command

Part of the skrills plugin — 17 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/athola/skrills/sync-all
Clone the repo
git clone --depth 1 https://github.com/athola/skrills

Or install skrills, the plugin that ships this one along with the rest of its 17 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sync-all

README.md
[![agentmods](https://agentmods.dev/badge/commands/athola/skrills/sync-all.svg)](https://agentmods.dev/commands/athola/skrills/sync-all)
Your own site
<a href="https://agentmods.dev/commands/athola/skrills/sync-all"><img src="https://agentmods.dev/badge/commands/athola/skrills/sync-all.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 368 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00025 $0.00368
Opus 5 $0.00013 $0.00184
Sonnet 5 $0.00005 $0.00074
Haiku 4.5 $0.00003 $0.00037

Measured 5d ago against content hash 7620b78a5a65, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sync-all scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/skrills/commands/sync-all.md · 35 lines

What it actually says

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
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 35 lines · 25 tokens per session scan A 7620b78a5a65

Subscribe to this mod's changes

sync-all is a command published in the GitHub repository athola/skrills (69 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 368 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.