Skill
productivity
✓ Verified
Free
Memory Keeper
Capture lessons learned into persistent, domain-organized instructions across VS Code and project contexts.
4.7(156 reviews)
67,200 installs
by GitHub
About
Transforms `/remember` commands into structured, reusable instruction files. Automatically categorizes by domain, prevents redundancy with existing memory, and writes succinct generalized patterns instead of task-specific notes. Stores globally (`~/.claude/`) or per-workspace (`.github/instructions/`).
Tags
memorylearninginstructionsworkflow
Skill Instructions Preview
# Memory Keeper Transform user lessons into persistent, domain-organized instructions. ## Usage `/remember [>domain-name [scope]] lesson content` ## Process 1. Parse input for domain and scope (default: global) 2. Discover existing memory files via glob 3. Categorize the learning 4. Match to existing domain or create a new one 5. Read related files to prevent redundancy 6. Write succinct, actionable guidance 7. Emphasize patterns over prohibitions ## Storage Scopes - **global**: `~/.claude/instructions/` - **workspace**: `<root>/.github/instructions/` ## Quality Standards - Generalized patterns, not task-specific - Concrete and specific - Succinct and scannable - Focused on correct approaches
Install
# Add as Claude Code slash command: curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/remember/SKILL.md" \ -o ~/.claude/commands/remember.md
Compatible with
claude codegithub copilot
Trigger phrase
/rememberG
GitHub
@github