memory

Store and retrieve scoped knowledge via AI DevKit CLI commands.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/jbcroom/ai-devkit --skill memory-jbcroom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/jbcroom/ai-devkit/tree/main/skills/memory
Command: npx skills add https://github.com/jbcroom/ai-devkit --skill memory-jbcroom

SYSTEM DOCUMENTATION & REQUIREMENTS

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"

Frequently Asked Questions about memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I store knowledge across CLI sessions for AI development workflows?

To store knowledge across CLI sessions, use the memory store command to persist insights like coding patterns with structured tags. This saves your context globally or locally so it survives across different development sessions.

What is the best way to search for saved coding patterns and architectural decisions?

The best way to search saved coding patterns is the memory search command with a text query. It retrieves relevant stored knowledge quickly by matching your search terms against previously saved insights and tags.

Does this memory store CLI require any external dependencies to install?

The memory store CLI requires no external dependencies to install. It operates through AI DevKit's built-in memory service, allowing you to execute knowledge management commands directly within your existing development environment.

Why use a persistent memory store instead of manually re-entering context each session?

Use a persistent memory store to avoid losing critical context across sessions. Manually re-entering guidelines and architectural decisions is inefficient, whereas storing and retrieving them via CLI maintains continuous knowledge organization.