remember

Organize lessons learned into domain-specific memory files for global or workspace persistence.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/lluppesms/dadabase.demo --skill remember-lluppesms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/lluppesms/dadabase.demo/tree/main/.github/skills/remember
Command: npx skills add https://github.com/lluppesms/dadabase.demo --skill remember-lluppesms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you capture and organize valuable lessons learned during development and workflow processes, creating a persistent, searchable knowledge base to prevent repeating mistakes and improve efficiency.

Core Features & Use Cases

  • Domain-Specific Memory: Organizes learnings into categorized domains (e.g., >clojure, >git-workflow).
  • Scoped Storage: Saves memories globally (for all projects) or locally within a workspace.
  • Automated File Management: Creates and updates memory files automatically based on new learnings.
  • Use Case: After struggling with a specific Git command, you can use /remember >git-workflow forgot the --force-with-lease flag to store this lesson, ensuring you and the AI can recall it easily in the future.

Quick Start

Use the remember skill to store the lesson that clojure prefers passing maps over parameter lists in the clojure domain globally.

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 and lessons learned into a knowledge base?

Capturing debugging insights involves categorizing the lesson and writing it into a domain-organized memory file. This transforms isolated workflow discoveries into persistent instructions, creating a searchable knowledge base that prevents repeating mistakes.

Can I organize workflow discoveries by domain instead of saving them all in one place?

Organizing workflow discoveries by domain involves matching new learnings to specific categories like git-workflow or clojure. The system intelligently routes insights into existing or new domain files, keeping related technical knowledge structured and easily retrievable.

Does the memory storage support both global persistence and local workspace scoping?

Memory storage supports both global persistence for cross-project recall and local workspace scoping for project-specific lessons. This ensures domain-organized instructions are saved at the correct level, keeping your knowledge base relevant to the current context.

What's the best way to record recurring mistakes so the AI remembers them?

Recording recurring mistakes requires transforming them into explicit memory instructions mapped to a specific domain. By capturing the error context and the correct workflow approach, the AI can recall the lesson and avoid repeating the same debugging missteps.

How to create a persistent knowledge base from development lessons without manual file management?

Creating a persistent knowledge base from development lessons requires automated file management to handle categorization and storage. The system automatically creates or updates domain memory files based on new learnings, eliminating manual organization overhead.