memory-init
Installation
SKILL.md
- Explore the project structure: read package.json, README, main entry points
- Identify: tech stack, framework, architecture patterns, key directories
- Find conventions: naming, testing approach, build system, deployment
- Read core files to understand data models and business logic
- Save architecture summary: call
supermemory_addwith type=architecture - Save tech stack: call
supermemory_addwith type=project-config - Save key conventions: call
supermemory_addwith type=learned-pattern - Confirm: "Codebase indexed — [N] memories saved about [project name]"
Related skills
More from supermemoryai/cursor-supermemory
memory-search
Search persistent memory for relevant information from past coding sessions. Use when user asks about previous work, past bugs, architectural decisions, or anything that may have been worked on before.
9memory-save
Save important information to persistent memory. Use when user explicitly asks to remember something, or when you've solved a significant problem worth preserving.
3