What problem does it solve? Workspace files drift out of sync with their configured folder structures, naming conventions, and document rules over time, and manual audits are slow and error-prone. This Skill performs a read-only audit of every registered workspace and shared docs folder, reporting violations, judgment items, and unreadable files without modifying anything. ## Core Features & Use Cases - Read-only compliance audit: Runs runtime/index.js audit against the configured AI work root, checking placement, naming, and semantic document rules across all workspaces or a single target. - Authorized index repair: Generates a repair plan with runtime/index.js plan, presents the exact proposed changes with a plan_hash, and applies them only after explicit user approval via runtime/index.js apply --approved --plan-hash. - Safe failure handling: Preserves manual text and links, reports broken references instead of rewriting them, and never deletes original files when indexing fails. - Use Case: After weeks of ad-hoc file creation, invoke /index to see which documents violate folder rules, which need human judgment, and which indexes are stale—then approve a bounded repair plan. ## Quick Start Ask the AI to run /index and audit whether all workspace files follow their configured folder and naming rules.