一键导入
remember
Store a learning, pattern, or decision in the memory system for future recall
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Store a learning, pattern, or decision in the memory system for future recall
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create git commits with user approval and no Claude attribution
Create or update continuity ledger for state preservation across clears
Create handoff document for transferring work to another session
Generate comprehensive PR descriptions following repository templates
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
Search Mathlib for lemmas by type signature pattern
| name | remember |
| description | Store a learning, pattern, or decision in the memory system for future recall |
| user-invocable | false |
Store a learning, pattern, or decision in the memory system for future recall.
/remember <what you learned>
Or with explicit type:
/remember --type WORKING_SOLUTION <what you learned>
/remember TypeScript hooks require npm install before they work
/remember --type ARCHITECTURAL_DECISION Session affinity uses terminal PID
/remember --type FAILED_APPROACH Don't use subshell for store_learning command
| Type | Use For |
|---|---|
WORKING_SOLUTION | Fixes, solutions that worked (default) |
ARCHITECTURAL_DECISION | Design choices, system structure |
CODEBASE_PATTERN | Patterns discovered in code |
FAILED_APPROACH | What didn't work |
ERROR_FIX | Specific error resolutions |
When this skill is invoked, run:
cd $CLAUDE_OPC_DIR && PYTHONPATH=. uv run python scripts/core/store_learning.py \
--session-id "manual-$(date +%Y%m%d-%H%M)" \
--type <TYPE or WORKING_SOLUTION> \
--content "<ARGS>" \
--context "manual entry via /remember" \
--confidence medium
If no --type specified, infer from content: