What problem does it solve?
AI DevKit users often lose critical context across sessions and projects. This skill provides a persistent memory store to capture, organize, and retrieve knowledge like coding patterns, architectural decisions, and guidelines using the CLI.
Core Features & Use Cases
- Store knowledge with memory store to persist insights across sessions.
- Search stored knowledge with memory search to retrieve relevant patterns quickly.
- Scope knowledge to global, project, or repository contexts for organized knowledge management.
Quick Start
Use the memory store command to save a piece of knowledge, then use memory search to retrieve it.
For example:
npx ai-devkit memory store --title "Example tip" --content "Description of the tip." --tags "example,memory" --scope "global"
npx ai-devkit memory search --query "Example tip"