What problem does it solve? Setting up the Map Your Knowledge (MYK) routing directive across multiple agent configuration files is error-prone: partial edits, duplicate blocks, and silent overwrites can corrupt agent instructions. This Skill manages installation and removal of the MYK route with detection, exact diffs, scoped approval, and atomic writes. ## Core Features & Use Cases - State Detection and Classification: Parses directive files for managed marker blocks and legacy clauses, classifying each target as INSTALL, UPDATE, REMOVE, NO-OP, CONFLICT, or MALFORMED before proposing changes. - Approval-Bound Writes: Shows exact per-file diffs with SHA-256 hashes and byte counts, requiring approval bound to those exact bytes before any modification. - Safe Atomic Writes: Creates verified backups, rejects symlinks and reparse points, stages candidates in the same directory, and performs atomic replacement with drift detection. - Use Case: You want your AI agents to always load map-rules and map-this before organizing Markdown notes. Run /map-init to detect supported agent surfaces, review the exact diff for each, approve, and have the routing block installed atomically with rollback support. ## Quick Start Run /map-init to detect my agent configuration surfaces and install the MYK routing directive with my approval on each file.