원클릭으로
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: