Memory

Capture and recall project facts by appending markdown files under PAI_DIR/memory/.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill memory-carbeneai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Memory
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/Memory
Command: npx skills add https://github.com/CarbeneAI/Forge --skill memory-carbeneai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents repeated explanations and lost context by capturing and recalling project facts, environment details, user preferences, decisions, and lessons learned across sessions so the assistant retains continuity over time.

Core Features & Use Cases

  • Auto-capture learning: Detects corrections, newly provided facts, decisions, and resolved issues and appends them to project or user memory with timestamps.
  • Recall on session start: Maps the current working directory to a project memory file and silently loads relevant context to avoid re-explaining details.
  • Query and management: Search, display, and update memory files on request to answer "What do you know about X?" and keep knowledge up to date.
  • Use case: When a user corrects hosting to Vercel, the skill records the change, updates the project memory, and uses that fact for subsequent deployment advice.

Quick Start

Ask the Memory skill to "Remember that carbene.ai is hosted on Vercel and add it to the current project memory".

Frequently Asked Questions about Memory

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

FAQPage Schema
How do I save project context across coding sessions so I don't repeat explanations?

To retain project context across sessions, you can use persistent memory capture to automatically save environment details, user preferences, and resolved issues into markdown files, silently loading them when you start a new session.

What is the best way to recall past development decisions and facts for my current working directory?

The best way to recall past decisions is to map your working directory to a project memory file, which automatically retrieves and loads relevant stored facts and historical context into your active session on startup.

How do I manually add a new fact or hosting update to my project memory?

You can manually add a new fact by issuing a command like "Remember that my project is hosted on Vercel," which appends the detail with a timestamp directly into your configured project memory markdown files.

Can I automatically capture corrections and newly provided facts during developer workflows?

Yes, auto-capture triggers detect corrections, newly provided facts, and resolved issues during developer workflows, automatically appending them with timestamps to your persistent project or user memory files.

Does persistent context management require external dependencies or components?

No, persistent context management requires no external dependencies or components; it operates entirely by reading and appending markdown files stored under your configured local memory directory.

Why does my assistant forget environment details and user preferences after a session ends?

Your assistant forgets environment details because session context is temporary by default; you need persistent knowledge-capture mechanisms to append facts to memory files for accurate context recall across future sessions.