remember

Categorize debugging insights and workflow discoveries into domain-organized memory files.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/xabierlameiro/price-tracker --skill remember-xabierlameiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/xabierlameiro/price-tracker/tree/main/.agents/skills/remember
Command: npx skills add https://github.com/xabierlameiro/price-tracker --skill remember-xabierlameiro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms lessons learned during development and debugging into organized, reusable memory instructions, preventing repeated mistakes and improving efficiency across projects.

Core Features & Use Cases

  • Domain-Specific Memory: Categorizes learnings into relevant domains (e.g., git-workflow, clojure).
  • Global & Workspace Scopes: Stores memories for all projects or just the current workspace.
  • Automated Organization: Discovers existing domains and creates new memory files as needed.
  • Use Case: After struggling with a specific Git command, use /remember >git-workflow forgot the --force-with-lease flag again to store this lesson for future reference.

Quick Start

Use the remember skill to store a lesson about preferring threading macros in clojure for the workspace.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save lessons learned during debugging into a reusable knowledge base?

To save lessons learned into a reusable knowledge base, you can parse chat content and categorize debugging insights into domain-organized memory files for global or workspace persistence.

What is domain-organized memory for prompt engineering workflow?

Domain-organized memory for prompt engineering is a structured method to categorize workflow discoveries and recurring mistakes into specific domains, preventing repeated errors across projects.

Can I store workflow memories globally or just for the current workspace?

You can store workflow memories globally for all projects or strictly within the current workspace scope, ensuring institutional knowledge is accessible at the appropriate level.

What's the best way to organize recurring development mistakes into institutional memory?

The best way to organize recurring development mistakes into institutional memory is by applying automated categorization that discovers existing domains and creates new memory files as needed.

Does building a memory file require manually creating domain categories beforehand?

Building a memory file does not require manually creating domain categories beforehand, as the system automatically discovers existing domains and creates new memory files following a defined structure.