What problem does it solve? Hard-won lessons from debugging sessions and workflow discoveries are easily forgotten, causing the same mistakes to repeat across projects. This Skill captures those lessons and stores them as persistent, domain-organized memory instructions that future AI sessions can apply automatically. ## Core Features & Use Cases - Domain-Organized Memory: Automatically categorizes learnings into domain-specific memory files (e.g., clojure-memory.instructions.md) or creates new domain files when no match exists. - Global and Workspace Scopes: Stores memories globally in VS Code user prompts for all projects, or in workspace instructions for project-specific knowledge. - Intelligent Categorization: Globs existing memory files, matches new lessons to existing domains, and avoids redundancy by reading current content before writing. - Use Case: After repeatedly forgetting fish shell syntax differences, run /remember >shell-scripting now we've forgotten about using fish syntax too many times to persist the lesson so it is never lost again. ## Quick Start Ask the agent to remember a lesson using the syntax /remember followed by an optional >domain and scope, then the lesson content, such as "/remember >clojure prefer passing maps over parameter lists".