remember

Organize lessons learned into domain-specific memory files for VS Code projects.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/BrunoAMSilva/my-config --skill remember-brunoamsilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/BrunoAMSilva/my-config/tree/main/coding/skills/remember
Command: npx skills add https://github.com/BrunoAMSilva/my-config --skill remember-brunoamsilva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This memory system transforms debugging sessions, workflow discoveries, and repeated mistakes into domain-organized memory instructions that persist across VS Code contexts.

Core Features & Use Cases

  • Automatically categorize learnings by domain and create new domain memory files as needed
  • Store memory instructions in global or workspace scopes and apply across projects
  • Enable quick retrieval of past lessons to guide future coding and debugging decisions

Quick Start

Record a lesson by issuing a memory command that targets a domain and scope, creating or updating the appropriate memory file in the global prompts or workspace instructions directory.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save debugging lessons and workflow discoveries as memory instructions in VS Code?

To save debugging lessons as memory instructions in VS Code, issue a memory command targeting a specific domain and scope. The system parses the command and updates existing memory files or creates new domain memories to persist your workflow discoveries.

Can I persist coding lessons across multiple VS Code projects using domain memory?

Yes, you can persist coding lessons across multiple VS Code projects by storing memory instructions in the global user scope. This ensures cross-project recall of recurring mistakes and domain knowledge.

What is the best way to organize debugging knowledge by domain in my workspace?

The best way to organize debugging knowledge by domain is categorizing learnings into domain-specific memory files. The system automatically creates new domain memory files as needed within your workspace instructions directory.

Does this memory system support both global and workspace scopes for storing prompts?

Yes, this memory system supports both global and workspace scopes for storing domain memory prompts. Global scope applies across all projects while workspace scope targets specific VS Code project environments.

Why do I keep repeating coding mistakes and how do I prevent them with domain knowledge?

Repeated coding mistakes occur when lessons lack persistent domain knowledge storage. Record your recurring mistakes using memory commands to create durable instructions that guide future debugging decisions and prevent errors.

How to retrieve past debugging lessons to guide future coding decisions in VS Code?

To retrieve past debugging lessons in VS Code, access the domain-specific memory files stored in your global prompts or workspace instructions directory. These persisted memories enable quick retrieval of past workflow discoveries.