What problem does it solve? Developers lose valuable context, rules, and lessons learned between coding sessions. This Skill provides a single interface to search, store, view, and prune persistent long-term memory so accumulated knowledge stays accessible and clean across sessions. ## Core Features & Use Cases - Memory Search: Query stored rules and context through the flywheel_memory MCP operation, with results ranked by relevance. - Memory Storage: Persist new rules or notes as memory entries with a single store or remember command. - Statistics and Maintenance: View memory statistics and recent entries, and prune stale or low-quality entries with a dry-run preview before deletion. - Use Case: After discovering a project-specific convention during a coding session, store it as a memory rule, then search for it in a later session to recall the convention without re-deriving it. ## Quick Start Ask the assistant to search memory for authentication rules, or say remember that this project uses pnpm for package management.