Skip to content
Development
Command

/sync-from-claude

Sync skills from Claude Code (~/.claude) into Codex, Cursor, or Copilot.

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-from-claude

Context preview

What this command does when you run it.

Sync skills from Claude Code (~/.claude) into Codex, Cursor, or Copilot.

Command definition

sync-from-claude.md
description: Sync skills from Claude Code (~/.claude) into Codex, Cursor, or Copilot.
argument-hint: "[--to codex|cursor|copilot] [--include-marketplace] [--dry-run]"
triggers: claude import, import from claude, claude to codex, claude to cursor, claude migration

Sync from Claude

Sync from Claude Code using the skrills MCP server.

Use the `mcp__plugin_skrills_skrills__sync-from-claude` tool with:

  • `to`: Target agent (`codex`, `cursor`, or `copilot`). Default: `codex`
  • `include_marketplace`: Include marketplace skills (default: false)
  • `dry_run`: Preview changes without writing

Parse `$ARGUMENTS` for:

  • `--to <agent>` or `-t <agent>`: Target agent (default: codex)
  • `--include-marketplace`: Include marketplace skills
  • `--dry-run` or `-n`: Preview mode

This reads from `~/.claude/`:

  • Skills from SKILL.md files

And syncs to the target directory:

  • Codex: `~/.codex/skills/` (Codex discovery root)
  • Cursor: `.cursor/` directory (agents, rules, skills)
  • Copilot: `~/.config/github-copilot/instructions/`

Report:

  • Number of skills copied
  • Number of skills skipped
  • Names of synced skills

Handle errors:

  • If Claude directory doesn't exist: Report and exit cleanly
  • If target directory doesn't exist: Offer to create it
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