What problem does it solve? Over time an agent's session library fills with untitled, duplicated, and stale conversations, making it hard to find past decisions or resume prior work. This Skill turns plain-language requests into a safe, reviewable cleanup and organization workflow for that library. ## Core Features & Use Cases - Topic-based discovery: Search session content with session_search (FTS5) and filter metadata (age, source, cost, workspace) via hermes sessions list to answer "what did we decide about X?" - Safe mutation workflow: Rename, archive (reversible soft-hide), export, and delete sessions only after presenting a plan table and running destructive commands with --dry-run first. - Parallel workstreams: Split work into one session per ticket using delegate_task, then synthesize subagent summaries. - Use Case: Ask "find my sessions about Q3 pricing, keep the useful ones, and clean up the duplicates" and receive a summarized plan of renames, archives, and proposed deletions before anything changes. ## Quick Start Ask the agent to find all sessions about a topic, summarize their decisions, and propose stale duplicates for archiving.