What problem does it solve? Developers often want to persist decisions, preferences, conventions, and learnings during a coding session, but manually recording them breaks flow. This Skill captures a verbatim fact from user input and stores it in mem0 with proper classification and metadata so it can be retrieved later. ## Core Features & Use Cases - Explicit Memory Storage: Stores user-provided text verbatim via the mem0 add_memory API with infer disabled, since the user stated the fact directly. - Automatic Type Classification: Classifies content into 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: While working in OpenCode, you realize your team always uses pnpm instead of npm. Say "remember this: we always use pnpm for package management" and the fact is stored as a convention tied to your user, project, and branch. ## Quick Start Ask the assistant to remember a specific fact, decision, or preference, for example by saying remember this: we decided to deploy on Fridays only.