원클릭으로
checkpoint
Use when the user wants to save current session state to disk for resuming in a later session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user wants to save current session state to disk for resuming in a later session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when adding, splitting, or reorganizing files under config/zsh/ — conventions, testing, and module-split guidance.
Use when the user wants a nontrivial task planned, architected, or designed and saved as a doc rather than answered inline.
SOC 직업 분류 기준
| name | checkpoint |
| description | Use when the user wants to save current session state to disk for resuming in a later session. |
Ask user for optional slug (short kebab-case name for this checkpoint). Default: session.
Resolve project root: git rev-parse --show-toplevel (fallback: cwd).
mkdir -p <project-root>/.claude/checkpoints/. If <project-root>/.gitignore exists and doesn't already ignore .claude/checkpoints/, add it.
Write <project-root>/.claude/checkpoints/<YYYYMMDD-HHMM>-<slug>.md (Write tool) with only the sections that have real content — omit empty ones:
Rules: bullets/fragments, not prose. Don't restate what's recoverable from code, git log, or diffs — capture only what isn't. Target ~1 screen; if it's growing longer, cut.
Output the file path and a 1-line TL;DR. Resuming later is manual: user pastes the path into the next session.