What problem does it solve? When skills are added, removed, renamed, or moved under ai-specs/skills, the agent-facing mirrors in .claude/skills and .cursor/skills can drift out of sync, leaving broken links, orphans, or missing entries. This Skill analyzes all three locations and safely reconciles them. ## Core Features & Use Cases - Inventory and Classification: Builds inventories of canonical skills and mirror entries, classifying each entry as linked, broken, orphan, conflict, or external. - Plan-Before-Apply Sync: Computes a sync plan (to add, to fix, to remove, to skip) and shows it before making changes, asking for confirmation on deletions or conflicts. - Cross-Platform Commands: Provides Bash and PowerShell command patterns for creating and removing symbolic links, with Windows-specific guidance on symlink privileges. - Use Case: After renaming a skill folder in ai-specs/skills, run this Skill to remove the orphan symlink for the old name and create links for the new name in both .claude/skills and .cursor/skills, then verify integrity. ## Quick Start Ask the agent to sync the skill symlinks after adding a new skill to ai-specs/skills so .claude/skills and .cursor/skills expose it.