- •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]"
memory-init
深度探索代码库,为项目积累初始记忆。在开启新项目工作时,或当用户提出“索引”或“学习”代码库的需求时使用此方法。
SKILL.md
--- frontmattername: memory-init description: Deep codebase exploration to initialize project memory. Use when starting work on a new project or when user asks to "index" or "learn" the codebase.