What problem does it solve? Over time, projects accumulate skills that go stale, get loaded but never used, or fail repeatedly, cluttering the skill library and degrading agent behavior. This Skill identifies those Curatable-skill candidates and archives them recoverably, so cleanup never risks permanent data loss. ## Core Features & Use Cases - Category-grouped curation: Reads memory curate skills --json and groups candidates into stale, abandoned, frequently-failing, and archive categories with evidence for each. - Approval-gated archiving: Archives only skills the user explicitly names, moving them via atomic rename into .red/memory/skill-archive/ with a SHA-256 hash manifest recording the approving category. - Recoverable restore: Reverses any archive with /curate --restore <name>, verifying every restored file's hash against the manifest. - Background mode: With --background, files a single ready-for-human Issue listing candidates and never mutates any Skill file. - Use Case: After months of agent work, run /curate to review skills with no activity for 90 days, approve the ones to archive, and restore any of them later if needed. ## Quick Start Run /curate to review stale, abandoned, and frequently-failing skills grouped by category, then reply with the names you approve for recoverable archiving.