/sync-from-copilot
Sync skills and instructions from GitHub Copilot CLI to Claude, Codex, or Cursor.
$ 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-from-copilot
Context preview
What this command does when you run it.
Sync skills and instructions from GitHub Copilot CLI to Claude, Codex, or Cursor.
Command definition
sync-from-copilot.mddescription: Sync skills and instructions from GitHub Copilot CLI to Claude, Codex, or Cursor. argument-hint: "[--to claude|codex|cursor] [--dry-run]" triggers: copilot import, import from copilot, copilot to claude, copilot to cursor, copilot migration
Sync from Copilot
Sync from GitHub Copilot CLI using the skrills MCP server.
Use the `mcp__plugin_skrills_skrills__sync-from-copilot` tool with:
- `to`: Target agent (`claude`, `codex`, or `cursor`). Default: `claude`
- `dry_run`: Preview changes without writing
Parse `$ARGUMENTS` for:
- `--to <agent>` or `-t <agent>`: Target agent (default: claude)
- `--dry-run` or `-n`: Preview mode
This reads from `~/.config/github-copilot/`:
- Skills and instructions from `instructions/` directory
Report:
- Artifacts synced per type
- Files created/updated in target directory
Handle errors:
- If Copilot directory doesn't exist: Report and exit cleanly
- If target invalid: List valid options (claude, codex, cursor)
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

