What problem does it solve? Teams using both Claude and GitHub Copilot often end up with capabilities available in one tool but missing in the other, forcing users to remember which tool supports which workflow. This Skill audits both toolsets and creates bridging files so every capability is invocable from either platform. ## Core Features & Use Cases - Parity Audit: Lists all Claude skills, Copilot agents, and Copilot prompts, then identifies capabilities present in one tool but absent from the other. - Bridging File Generation: Creates thin wrapper files that delegate to the canonical agent definition, keeping both tools in sync without duplicating logic. - Near-Match Detection: Flags same-concept capabilities with different names for human review instead of auto-bridging them. - Use Case: After adding a new Claude skill for code review, run the sync to generate the matching Copilot prompt so Copilot users can invoke the same workflow. ## Quick Start Ask the assistant to sync skills and report any missing prompts between Claude and Copilot.