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.
Best use case
ai-dev-tools-sync is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using ai-dev-tools-sync should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ai-dev-tools-sync/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ai-dev-tools-sync Compares
| Feature / Agent | ai-dev-tools-sync | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
SKILL.md Source
# 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 | `.claude/skills/` + `.github/skills/` | | commands/*.md | prompts/*.prompt.md | `.claude/commands/` + `.github/prompts/` | | agents/*.md | agents/*.md | `.github/agents/` (shared) | | workflows/*.md | - | `.claude/workflows/` | | CLAUDE.md | copilot-instructions.md | Root + `.github/` | | - | instructions/*.md | `.github/instructions/` (applyTo patterns) | | - | chatmodes/*.chatmode.md | `.github/chatmodes/` | ## 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](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: 1. **Skills**: Create in both `.claude/skills/` and `.github/skills/` 2. **Prompts**: Create in both `.claude/commands/` and `.github/prompts/` 3. **Instructions**: Update both `CLAUDE.md` and `.github/copilot-instructions.md` 4. **Agents**: Update `.github/agents/` (shared by both) ## Compatibility Notes - Copilot reads `.claude/skills/` automatically (backward compatibility) - Both read `.github/prompts/*.prompt.md` - Both read `.github/agents/*.md` - Both read `AGENTS.md` in root or `.github/` - Both support path-based instruction files via `applyTo` in frontmatter ## References - [Copilot Features Catalog](references/copilot-features.md) - [Sync Patterns](references/sync-patterns.md)
Related Skills
Database Sync
Automate database synchronization, replication, migration, and cross-platform data integration
cursor-rules-synchronizer
Synchronizes Cursor Rules (.mdc files in .cursor/rules/) to CLAUDE.md by generating a Rules section with context-efficient descriptions and usage instructions. Use when setting up Cursor Rules for the first time, after adding or modifying rules, or when the Rules section in CLAUDE.md is missing or outdated.
asynchronous-programming-preference
Favors the use of async and await for asynchronous programming in Python.
async-operations
Specifies the preferred syntax for asynchronous operations using async/await and onMount for component initialization. This results in cleaner and more readable asynchronous code.
ai-tools
Google AI tools integration. Modules: Gemini API (multimodal: audio/image/video/PDF, 2M context), Gemini CLI (second opinions, Google Search, code review), NotebookLM (source-grounded Q&A). Capabilities: transcription, OCR, video analysis, image generation, web search, document queries. Actions: transcribe, analyze, extract, generate, query, search with Google AI. Keywords: Gemini, Gemini API, Gemini CLI, NotebookLM, audio transcription, image captioning, video analysis, PDF extraction, Google Search, second opinion, source-grounded, multimodal, web research. Use when: processing media files, needing second AI opinion, searching current web info, querying uploaded documents, generating images.
cli-modern-tools
Auto-suggest modern CLI tool alternatives (bat, eza, fd, ripgrep) for faster, more efficient command-line operations with 50%+ speed improvements
chrome-devtools
Control Chrome browser programmatically using chrome-devtools-mcp. Use when user asks to automate Chrome, debug web pages, take screenshots, evaluate JavaScript, inspect network requests, or interact with browser DevTools. Also use when asked about browser automation, web scraping, or testing websites.
async-repl-protocol
Async REPL Protocol
healthsync
Queries Apple Health data stored in a local SQLite database. Use this skill to read heart rate, steps, SpO2, VO2 Max, sleep, workouts, resting heart rate, HRV, blood pressure, active/basal energy, body metrics, mobility, running metrics, mindful sessions, wrist temperature, and more. Can query via the healthsync CLI or directly via SQLite. Read-only — never write to the database.
asyncredux-undo-redo
Implement undo/redo functionality using state observers. Covers recording state history with stateObserver, creating a RecoverStateAction, implementing undo for the full state or partial state, and managing history limits.
asyncredux-observers
Set up observers for debugging and monitoring. Covers implementing actionObservers for dispatch logging, stateObserver for state change tracking, combining observers with globalWrapError, and using observers for analytics.
asyncredux-nonreentrant-mixin
Add the NonReentrant mixin to prevent an action from dispatching while already in progress. Covers preventing duplicate form submissions, avoiding race conditions, and protecting long-running operations.