Memory skill
Memory Skill
Use AI DevKit memory as a durable knowledge layer for reusable project context.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install memory with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use memory when an agent should search, save, or update durable knowledge instead of relying on chat history. It is useful for recurring project facts, hard-won fixes, reusable workflows, and verified implementation notes.
When to use it
- Search reusable project context before non-trivial work
- Save verified knowledge that future agents should reuse
- Update stale memory entries when project behavior changes
Supported agents
Related skills
Orchestrate requirements, design, planning, implementation, testing, and review.
Guide debugging with expected behavior, reproduction, root cause analysis, and validation.
Apply test-driven development by writing a failing test before production code.
Require fresh terminal evidence before an agent claims work is complete.