What problem does it solve? Skills in this repo live in three separate locations (skills/, ~/.agents/skills/, and .agents/skills/) that do not share files, so editing the source alone changes nothing that agents actually load. This Skill performs a complete, verified sync so installs never drift from the source of truth. ## Core Features & Use Cases - Full rsync-based sync: Copies every skill from skills/ into the global install and into project-local installs that already exist, using --delete so removed files disappear everywhere. - Lock file refresh: Recomputes SHA-256 hashes in skills-lock.json so the lock always matches the files on disk. - Drift verification: Diffs every installed copy against the source and reports any DRIFT lines, plus guidance for renames, stale symlinks, and session reloads. - Use Case: After editing a skill's SKILL.md or scripts under skills/, run this sync so both the global and project installs pick up the change, the lock hashes update, and you get confirmation that nothing drifted. ## Quick Start Reinstall the skills from this repo into the global and project installs and verify both match the source.