CustomAgent.app
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

Related Skills

Skill
development
FREE

Git Commit Message Generator

Analyze staged changes and generate Conventional Commits messages with proper type, scope, and description.

gitcommitsconventional-commits
G
GitHub
4.9(312)
143k
8.4k
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
View source on GitHub →

Compatible with

claude codegithub copilot

Trigger phrase

/remember
G

GitHub

@github

View on GitHub