What problem does it solve? Skill libraries accumulate duplicates, dead pinned skills, and stale cross-references over time, wasting context-window tokens and breaking cron jobs that reference deleted skills. This Skill provides the workflows to audit, consolidate, archive, and safely publish a runtime skill library to public GitHub repositories. ## Core Features & Use Cases - Budget and usage reporting: Run the bundled bulk-budget-report.sh script to list every skill with token cost, body size, usage count, and flags like UNUSED, HEAVY_DESC, and LARGE_BODY. - Duplicate consolidation: Detect near-duplicate skills, salvage unique content into the canonical skill, and archive the retiree through the curator CLI with recoverable snapshots. - Safe publishing: Port runtime skills to public repos with redaction greps, cross-skill reference validation, worktree discipline, and PR workflows that avoid stale-base reverts and force-push pitfalls. - Recovery playbooks: Restore deleted runtime skills from the public mirror, curator backup tarballs, or written specs, and repair broken references in SOUL.md and cron jobs. - Use Case: Your agent reports "Skill(s) not found and skipped" for a cron job. Use this Skill to determine whether the skill was consolidated or deleted, recover its content from the newest curator backup tarball, and repoint every stale reference. ## Quick Start Ask the agent to run a skill budget report and clean up duplicate or unused skills in the library, then publish the curated result to the public repo.