What problem does it solve? AI coding tools load skills from per-project directories, so the same skill gets copied into dozens of projects, copies drift apart, and nobody knows which version is current. This Skill manages a single source of truth per skill and hardlinks the whole directory into every project that needs it. ## Core Features & Use Cases - Hardlink-based linking and syncing: link, unlink, sync, and check commands keep every project's skill directory on the same inode as its source, while Git still sees normal committable files. - Multi-source and remote sources: Register local directories or GitHub repos as prioritized sources, fetch updates with update, and inspect everything with locations and list. - Safe editing guidance and repair: Documents which editors break hardlink inodes, how to edit in place with shell redirects, and how to repair broken link chains. - Use Case: After cloning a project, run manage-skills sync to re-establish hardlinks, then manage-skills check to verify every linked skill matches its source of truth. ## Quick Start Ask the AI to run manage-skills list to show available skills, then link the ones this project needs and verify them with manage-skills check.