Claude-skill-registry ai-dev-tools-sync
Synchronize and update Claude Code and GitHub Copilot development tool configurations to work similarly. Use when asked to update Claude Code setup, update Copilot setup, sync AI dev tools, add new skills/prompts/agents across both platforms, or ensure Claude and Copilot configurations are aligned. Covers skills, prompts, agents, instructions, workflows, and chat modes.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ai-dev-tools-sync-congdon1207-agents-md" ~/.claude/skills/majiayu000-claude-skill-registry-ai-dev-tools-sync && rm -rf "$T"
manifest:
skills/data/ai-dev-tools-sync-congdon1207-agents-md/SKILL.mdsource content
AI Dev Tools Sync
Synchronize Claude Code and GitHub Copilot configurations to maintain feature parity.
When to Use
Activate this skill when:
- User asks to update Claude Code or Copilot setup
- User wants to add/modify skills, prompts, agents, or instructions
- User wants both tools to work similarly
- User asks about AI dev tool configuration
Quick Reference
| Claude Code | GitHub Copilot | Location |
|---|---|---|
| SKILL.md | SKILL.md | + |
| commands/*.md | prompts/*.prompt.md | + |
| agents/*.md | agents/*.md | (shared) |
| workflows/*.md | - | |
| CLAUDE.md | copilot-instructions.md | Root + |
| - | instructions/*.md | (applyTo patterns) |
| - | chatmodes/*.chatmode.md | |
Sync Process
Step 1: Understand Current Setup
Read these files to understand current configuration:
.claude/workflows/orchestration-protocol.md .claude/workflows/primary-workflow.md .github/copilot-instructions.md .github/AGENTS.md CLAUDE.md
Step 2: Research Latest Features
Search web for:
- "GitHub Copilot features setup 2026"
- "GitHub Copilot custom instructions agents skills prompts"
- "GitHub Copilot agent mode workspace context"
See references/copilot-features.md for feature catalog.
Step 3: Identify Sync Opportunities
Compare capabilities and identify gaps:
- Skills missing in one platform
- Inconsistent prompt/instruction behavior
- Agent definitions that differ
Step 4: Implement Changes
For each change:
- Skills: Create in both
and.claude/skills/.github/skills/ - Prompts: Create in both
and.claude/commands/.github/prompts/ - Instructions: Update both
andCLAUDE.md.github/copilot-instructions.md - Agents: Update
(shared by both).github/agents/
Compatibility Notes
- Copilot reads
automatically (backward compatibility).claude/skills/ - Both read
.github/prompts/*.prompt.md - Both read
.github/agents/*.md - Both read
in root orAGENTS.md.github/ - Both support path-based instruction files via
in frontmatterapplyTo