What problem does it solve? As skills, tools, and agent definitions are added or migrated in an agent-skills style repo, the discovery surface drifts: SKILL.md files appear without skill.json metadata, helper tools go missing, and README inventories go stale. This Skill keeps the catalog coherent by scanning metadata-backed entries and flagging contract drift. ## Core Features & Use Cases - Metadata Discovery: Scans for skills//skill.json, tools//tool.json, and agents/*/agent-metadata.json while ignoring stray notes and experiments. - Drift Detection: Flags SKILL.md files without metadata, metadata pointing at missing files, missing helper tools, and stale repo-facing inventories. - Snapshot Generation: Runs a bundled bash script that emits a JSON-lines catalog snapshot derived from repo metadata files. - Use Case: After migrating a batch of skills into a repo, ask the agent to update the catalog; it scans metadata, reports drift, generates a snapshot, and updates only the docs that are clearly stale. ## Quick Start Update the catalog after we migrated skills and report any missing metadata or drift.