Learn rule
Claude Code 세션 메모리 키트 — handoff/replay/learn-rule/retro 4 스킬. OBSIDIAN_VAULT_PATH 환경변수로 본인 볼트 연결
npx -y skills add daniel8824-del/claude-session-memory-kit --skill learn-ruleAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says "remember this", "don't forget", "note this", or "learn from this".
SKILL.md
3.4 KB, 970 tokens by cl100k_base, as published. Nobody here has run it
Learn Rule
Capture a lesson from the current session into permanent memory.
Trigger
Use when the user says "remember this", "add to rules", "don't do that again", or after a mistake is identified.
Workflow
- Identify the lesson — what mistake was made? What should happen instead?
- QMD 중복 체크 — 볼트에 이미 유사한 학습이 있는지 검색:
이미 존재하면 기존 노트에 append하거나, 새 교훈이면 신규 생성.qmd search "관련 키워드" -c obsidian --limit 3 - Format the rule with full context.
- Propose the addition and wait for user approval.
- After approval, persist to LEARNED section or project memory.
Format
[LEARN] Category: One-line rule
Mistake: What went wrong
Correction: How it was fixed
Categories
| Category | Examples |
|---|---|
| Navigation | File paths, finding code, wrong file edited |
| Editing | Code changes, patterns, wrong approach |
| Testing | Test approaches, coverage gaps, flaky tests |
| Git | Commits, branches, merge issues |
| Quality | Lint, types, style violations |
| Context | When to clarify, missing requirements |
| Architecture | Design decisions, wrong abstractions |
| Performance | Optimization, O(n^2) loops, memory |
| Classification | 위키 분류 수정 — entity↔concept 경계, 폴더 이동, 태그 변경. Boundary Shift 발생 시 20_Wiki/06_Meta/policy.md의 Boundary Shift 이력 테이블도 갱신한다. |
Example
Recent mistake: Edited wrong utils.ts file
[LEARN] Navigation: Confirm full path when multiple files share a name.
Add to LEARNED section? (y/n)
Guardrails
- Always wait for user approval before persisting.
- Keep rules to one line — specific and actionable.
- Bad: "Write good code". Good: "Always use snake_case for database columns".
- Include the mistake context so the rule makes sense later.
Output
- The proposed
[LEARN]rule with category - Confirmation after persisting
MANDATORY — Save Learning to Vault
교훈이 확정되면 반드시 30_Claude/02_Learnings/에 저장. 이는 replay-learnings 스킬이 미래 세션에서 과거 실수를 상기시킬 수 있도록 하는 필수 단계.
저장 경로: ${OBSIDIAN_VAULT_PATH}/30_Claude/02_Learnings/{YYYY-MM-DD}-{slug}.md
파일 포맷:
---
title: "{교훈 한 줄 요약}"
tags:
- 개발/학습
- 카테고리/{category}
- 프로젝트/{name}
date: {YYYY-MM-DD}
category: "{Testing|Navigation|Architecture|etc}"
---
# {교훈 제목}
## 실수 (Mistake)
{구체적으로 무엇을 잘못했는지}
## 교훈 (Rule)
{[LEARN] 규칙}
## 맥락 (Context)
{왜 이 실수가 발생했는지, 어떤 상황이었는지}
## 적용 범위 (When to Apply)
{이 교훈이 언제 다시 떠올라야 하는지}
## Related
- [[관련-세션 또는 설계]]
저장 후 필수:
30_Claude/00_Meta/index.md의## 02_Learnings섹션에 항목 추가30_Claude/00_Meta/log.md상단에 이력 추가 (## {date} | learn-rule ({slug}))
Trigger: 모든 learn-rule 실행 시 (옵션 아님).
Gives 0 of the 12 instructions most learn study skills give in 970 tokens
Counted across 546 of the 573 authors here whose files we hold, read 2026-08-06
- produce self-contained HTML lessonsin 24 of 546, across 8 files
- record user preferences in a notes filein 23 of 546, across 5 files
- calculate the zone of proximal development before teachingin 23 of 546, across 6 files
- maintain a teaching workspace in the current directoryin 21 of 546, across 4 files
- make lessons beautiful, short, and quickly completablein 19 of 546, across 3 files
- create reusable components for lessonsin 19 of 546, across 5 files
- create compressed reference documents for quick lookupin 19 of 546, across 3 files
- find high-quality resources before writing lessonsin 18 of 546, across 4 files
- update the mission file and records upon mission changesin 16 of 546, across 2 files
- set min_dist to 0.0 for clustering preprocessingin 16 of 546, across 6 files
- populate the mission file before teachingin 15 of 546, across 1 file
- include interactive feedback loops in lessonsin 15 of 546, across 1 file
Said here and by no other author read
- search for existing similar rules
- append to existing rules when possible
- update the learnings index after saving
- add an entry to the log after saving
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.