From developer-toolkit
현재 세션의 작업 내용을 옵시디언 볼트에 템플릿에 맞춰 저장하고 /clear로 컨텍스트를 초기화한다. 컨텍스트가 길어졌다고 느낄 때 직접 호출.
How this skill is triggered — by the user, by Claude, or both
Slash command
/developer-toolkit:save-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
사용자가 직접 트리거할 때 실행한다. (예: "컨텍스트 저장해줘", "save context", "/save-context")
사용자가 직접 트리거할 때 실행한다. (예: "컨텍스트 저장해줘", "save context", "/save-context")
아래 명령을 실행하여 원시 데이터를 수집한다.
git branch --show-current
git log --oneline -20
pwd
.claude/skills/save-context/references/guide.md를 읽고, 대화 내용에서 아래를 분류한다.
반드시 저장할 것:
저장하지 않을 것:
.claude/skills/save-context/references/example.md를 읽어 깊이/톤/구체성 수준 확인.claude/skills/save-context/TEMPLATE.md에 맞춰 작성작성 후 아래 체크리스트로 검증한다. 미충족 항목이 있으면 보완 후 저장한다.
파일을 옵시디언 볼트에 저장한다.
/Users/woogy/Desktop/보관함/obsidian/claude-session-memory/{지금 프로젝트명}yyyy.mm.dd | hh:mm.md (현재 시각 기준, 24시간제)references/example.md의 각 섹션과 동일한 깊이와 분량으로 작성npx claudepluginhub window-ook/claude-code-lab --plugin developer-toolkitSaves session state and writes a handoff note so the next Claude Code session can continue cleanly. Read/writes a remember.md file at the project root.
Saves session context and work summaries to an Obsidian vault with structured markdown, auto-categorization, and related document discovery.
Logs session accomplishments, file changes, commits, decisions, and next steps for future recall. Triggered by phrases like 'save diary' or 'wrapping up'.