What problem does it solve? Third-party skills installed via npx skills accumulate without accountability, causing context bloat, duplicate domains, and lost local patches. This Skill enforces a governed lifecycle so every installed skill has a rationale, a review date, and an evidence-backed verdict. ## Core Features & Use Cases - Two-source governance: Reads the CLI-owned .skill-lock.json for installation facts while recording lifecycle intent in an append-only skill-journal.jsonl sidecar. - Evidence-based verdicts: Uses session transcript mining and skill-judge scoring (promotion bar of 99/120) to decide retain, promote, or remove outcomes. - Suite-level review: Groups multi-skill sources into one review unit, applying a 20% usage threshold for suite removal with named exceptions. - Use Case: After installing a Firecrawl skill suite, record intake events with a 90-day review date, then at review time count actual invocations, detect a localPatch, and promote the patched skill into an authored package before removing the third-party install. ## Quick Start Review my installed third-party skills in ~/.agents and tell me which ones are due for review, promotion, or removal based on actual usage evidence.