Agent Skills
› Yeachan-Heo/oh-my-claudecode
› remember
remember
GitHub用于整理和沉淀会话中发现的有用知识,根据内容性质将其分类并存储到项目记忆、便笺或文档等合适的持久化表面中,避免信息堆积在聊天记录里。
Trigger Scenarios
用户希望保存或组织会话中发现的知识
需要整理重复、冲突或过时的信息
Install
npx skills add Yeachan-Heo/oh-my-claudecode --skill remember -g -y
SKILL.md
Frontmatter
{
"name": "remember",
"description": "Review reusable project knowledge and decide what belongs in project memory, notepad, or durable docs"
}
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
- Gather the relevant session findings.
- Classify each item:
- durable project fact
- temporary working note
- operator preference or instruction
- duplicate / stale / conflicting information
- Propose the best destination for each item.
- Write or update only the appropriate memory surface.
- 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
Version History
- 41a4c0f Current 2026-07-25 07:06


