remember

Categorize learned lessons into domain-organized memory files.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/dhar174/langgraph_system_generator --skill remember-dhar174
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/dhar174/langgraph_system_generator/tree/main/.github/skills/remember
Command: npx skills add https://github.com/dhar174/langgraph_system_generator --skill remember-dhar174

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms learned lessons and insights from development sessions into a persistent, domain-organized knowledge base, preventing repeated mistakes and improving agentic workflows.

Core Features & Use Cases

  • Automated Categorization: Intelligently assigns learnings to existing or new domains.
  • Scoped Memory: Supports both global (all projects) and workspace-specific (current project) memory storage.
  • Use Case: After a complex debugging session, use /remember to store the solution as a reusable pattern under the debugging domain, making it instantly accessible for future similar issues.

Quick Start

Use the remember skill to store a lesson about using threading macros in clojure for better readability in the clojure domain.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save debugging insights into a persistent knowledge base?▼

To save debugging insights into a persistent knowledge base, you parse the learned lesson, categorize it into a domain, and store it as a memory instruction in a structured file for future retrieval.

What is domain-organized memory for prompt engineering?▼

Domain-organized memory for prompt engineering is a structured knowledge base that categorizes learned lessons by subject area, transforming ad-hoc insights into persistent instructions to improve agentic workflows and prevent repeated mistakes.

Can I store workflow optimization lessons for both global and workspace-specific scopes?▼

Yes, you can store workflow optimization lessons in both global and workspace-specific scopes. Global memory applies learnings across all projects, while workspace memory restricts captured best practices to the current project context.

How do I categorize new lessons into existing memory domains?▼

To categorize new lessons into existing memory domains, the system analyzes the input lesson, intelligently matches it to an existing domain, or creates a new domain category, then updates the corresponding memory file in the specified format.

What is the best way to capture best practices across multiple development sessions?▼

The best way to capture best practices across multiple development sessions is to transform them into domain-organized memory instructions. By parsing and categorizing each discovery, you build a persistent knowledge base that automates workflow optimization.