Skip to content
Development
Command

/sync-to-copilot

Sync skills and instructions from Claude or Codex to GitHub Copilot CLI.

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-to-copilot

Context preview

What this command does when you run it.

Sync skills and instructions from Claude or Codex to GitHub Copilot CLI.

Command definition

sync-to-copilot.md
description: Sync skills and instructions from Claude or Codex to GitHub Copilot CLI.
argument-hint: "[--from claude|codex] [--dry-run]"
triggers: copilot sync, github copilot, export to copilot, copilot instructions

Sync to Copilot

Sync to GitHub Copilot CLI using the skrills MCP server.

Use the `mcp__plugin_skrills_skrills__sync-to-copilot` tool with:

  • `from`: Source agent (claude or codex). Default: claude
  • `dry_run`: Preview changes without writing
  • `force`: Skip confirmation prompts

Parse `$ARGUMENTS` for:

  • `--from <agent>` or `-f <agent>`: Source agent (default: claude)
  • `--dry-run` or `-n`: Preview mode
  • `--force`: Skip confirmations

This syncs your skills to `~/.config/github-copilot/instructions/`.

Report:

  • Skills synced successfully
  • Any format conversions applied
  • Files created/updated in Copilot directory

Handle errors:

  • If Copilot directory doesn't exist: Offer to create it
  • If source invalid: List valid options (claude, codex)
  • If write permission denied: Report path and suggest fix
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