원클릭으로
session
Toggle session document capture on or off. Use /session on, /session off, or /session to toggle.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Toggle session document capture on or off. Use /session on, /session off, or /session to toggle.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Backport existing plans into the Obsidian daily journal. Use when plans exist in the vault but are missing journal entries.
Estimate the scope and runtime of the frontmatter backfill — hardware specs, vault size, pending upgrades, and a calibrated time estimate. Read-only; nothing is modified.
Upgrade existing vault notes to the current frontmatter standard (type, date, duration_s, normalized model + context_window) so they appear in the managed Obsidian bases. Interruptible and resumable.
Display all configuration options with their effective value and which config layer set them.
Display current session details including ID, duration, turn counts, token usage, and tool stats.
Rewrite the Obsidian daily journal for a selected day from existing plan/summary notes. Use when journal entries are missing, corrupted, or need regeneration.
| name | session |
| description | Toggle session document capture on or off. Use /session on, /session off, or /session to toggle. |
Toggle the capture-session hook on or off. State is persisted in the TOML config cascade.
on — enable session captureoff — disable session captureRun the config printer to discover current state:
CLAUDE_CWD="$PWD" bun ${CLAUDE_PLUGIN_ROOT}/hooks/print-session-config.ts
Parse the JSON output to get enabled (boolean).
on → target = trueoff → target = falseenabled valueAsk the user:
Where should session state be saved?
- Project-local (
.claude/capture-plan.tomlin this repo)- User-global (
~/.config/capture-plan/config.toml)
Wait for the user's answer before proceeding.
Run the setter script with the chosen scope:
CLAUDE_CWD="$PWD" bun ${CLAUDE_PLUGIN_ROOT}/hooks/set-session-enabled.ts <scope> <target>
Where <scope> is project or user, and <target> is true or false.
Tell the user:
true)false)