What problem does it solve? Capturing explicit decisions, preferences, and learnings during a coding session is easy to forget, and valuable context gets lost between sessions. This Skill stores user-stated facts verbatim into mem0 long-term memory with proper classification so they can be recalled later. ## Core Features & Use Cases - Verbatim Memory Storage: Saves the exact user-provided text via the mem0 add_memory API with infer disabled, since no extraction is needed. - Automatic Type Classification: Classifies content as decision, anti_pattern, user_preference, convention, task_learning, or environmental based on content signals. - Async Write Confirmation: Polls get_event_status with the returned event_id to confirm the write succeeded and report the memory ID. - Use Case: During a session the user says "remember that we always use pnpm instead of npm in this repo" — the Skill classifies it as a convention, stores it with branch and confidence metadata, and confirms the saved memory ID. ## Quick Start Ask the assistant to remember a fact, for example: remember that we decided to deploy with Docker Compose on staging.