
Remember
- 303 installs
- 38.3k repo stars
- Updated August 4, 2026
- yeachan-heo/oh-my-claudecode
remember is a Claude Code skill that classifies session knowledge into project memory, notepad, or docs for developers who need durable context preserved beyond chat history.
About
remember is an oh-my-claudecode skill that reviews reusable knowledge from a coding session and routes each item to the correct memory surface. It distinguishes four destinations: project memory for durable team facts, notepad priority for high-signal next-turn context, notepad working for temporary session notes, and Docs or AGENTS or CLAUDE files for lasting conventions. The workflow gathers findings, classifies them as durable facts, working notes, operator preferences, or stale duplicates, proposes destinations, writes only appropriate stores, and flags conflicts. Rules forbid dumping everything into one store and require concise, actionable entries marked uncertain when unverified. Developers reach for remember when a session uncovered architecture decisions, conventions, or preferences that should survive the next conversation instead of being re-discovered.
- Tool support
- Integration
Remember by the numbers
- 303 all-time installs (skills.sh)
- +7 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #146 of 782 Skill Development skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill rememberAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 303 |
|---|---|
| repo stars | ★ 38.3k |
| Last updated | August 4, 2026 |
| Repository | yeachan-heo/oh-my-claudecode ↗ |
How do you save Claude Code session knowledge durably?
Extend Claude Code
Who is it for?
Developers using Claude Code who finish a session with reusable facts that belong in project memory, notepad, or durable instruction files.
Skip if: Developers who need automated test generation, CRM integrations, or one-off answers with no need to persist knowledge across sessions.
When should I use this skill?
The user wants to preserve, organize, or promote useful knowledge discovered during the current Claude Code session.
What you get
Updated project memory entries, notepad notes, CLAUDE or AGENTS doc updates, and a report of duplicates or conflicts removed.
- Project memory updates
- Notepad entries
- CLAUDE or AGENTS doc edits
By the numbers
- Defines 4 memory surfaces: project memory, notepad priority, notepad working, and docs files
- Uses a 5-step workflow from gather through conflict cleanup
Files
Remember
Use this skill when the user wants to preserve or organize useful knowledge discovered during a session.
Goal
Promote durable, reusable knowledge into the right memory surface instead of leaving it buried in chat history.
Memory surfaces
- Project memory — durable team/project knowledge
- Notepad priority — short high-signal context for the next turns
- Notepad working — temporary active-session notes
- Docs / AGENTS / CLAUDE files — durable instructions and conventions when they truly belong there
Workflow
1. Gather the relevant session findings. 2. Classify each item:
- durable project fact
- temporary working note
- operator preference or instruction
- duplicate / stale / conflicting information
3. Propose the best destination for each item. 4. Write or update only the appropriate memory surface. 5. Call out duplicates or conflicts that should be cleaned up.
Rules
- Do not dump everything into one store.
- Prefer project memory for durable team knowledge.
- Prefer notepad for short-lived working context.
- Keep entries concise and actionable.
- If something is uncertain, mark it as uncertain rather than storing it as fact.
Output
- What was stored
- Where it was stored
- Any duplicates/conflicts found
Related skills
How it compares
Pick remember when session knowledge needs classified routing to Claude Code memory surfaces rather than ad-hoc paste into a single file.
FAQ
What memory surfaces does remember use?
The remember skill routes knowledge to project memory, notepad priority, notepad working, and Docs or AGENTS or CLAUDE files depending on whether facts are durable, short-lived, or instructional.
Does remember store everything from a session?
The remember skill explicitly forbids dumping all content into one store. It classifies each item, writes only appropriate destinations, and marks uncertain facts rather than saving them as verified truth.
What does remember output after running?
The remember skill reports what was stored, which memory surface received each item, and any duplicate or conflicting entries that should be cleaned up from project context.