What problem does it solve?
When a project maintains skills for multiple AI assistants (GitHub Copilot, Gemini CLI, Claude Code) in separate directory trees, it becomes hard to know which skill to load, whether an equivalent exists elsewhere, and which version is more complete. This Skill provides a single index that maps mirrored skills across all three trees.
Core Features & Use Cases
- Cross-Reference Table: Maps shared skills (testing, settings, plugin development, PR analysis, logging, and more) across
.github/skills/, .gemini/skills/, and .claude/skills/, with notes on depth differences.
- Assistant-Specific Listings: Enumerates Copilot-only and Gemini-only skills so you know what exists exclusively in each tree.
- Skill Authoring Guidance: Documents the process for adding a new skill to multiple trees and registering mirrored groups in
scripts/check_skill_pairs.py so CI flags drift.
- Use Case: You are working in Claude Code and need testing guidance; load this index to discover that
testing-workflow exists in all three trees and which version covers the sys.modules stubbing pitfall.
Quick Start
Ask the assistant to load the skills-overview index and show which skill covers plugin development across Copilot, Gemini, and Claude.