원클릭으로
fork
Start or end a forked session for exploring rabbit holes without losing the main conversation's context.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start or end a forked session for exploring rabbit holes without losing the main conversation's context.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Amend the last commit with current changes and/or an updated message.
Stage changes and create a commit with a conventional commit message.
Full autopilot — plan, implement, and polish a task end-to-end.
Fetch and display diffs for various scopes (PR, commit, branch, staged, working tree). Used by other skills that need to analyze changes.
Execute a plan file — parse phases, spawn parallel subagents, handle failures.
Structured design intake for non-trivial tasks. Asks clarifying questions and produces a design proposal.
SOC 직업 분류 기준
| name | fork |
| description | Start or end a forked session for exploring rabbit holes without losing the main conversation's context. |
| allowed-tools | Bash, Read, Glob, Grep, AskUserQuestion, Agent |
/fork startCapture the current context and branch off into a new session.
/tmp/fork-<timestamp>.md containing:
/rename to give the current session a descriptive name (e.g., "feat: auth middleware") so it's easy to find later.FORKED SESSION — fork file: /tmp/fork-<timestamp>.md
Read the fork file for context on what I was working on. I need to explore: <describe the rabbit hole>.
This is a forked session. Keep track of all findings, commits, and decisions — when done, the user will call `/fork end` to write a summary back to the fork file so the original session can pick it up.
Also remind them:
/rename Fork: <topic> in the new session to tag it/fork end when done — it writes findings back to the fork fileclaude --continue/fork endWrap up a rabbit hole session and write findings back to the fork file.
## Findings section to the fork file containing:
claude --continue and reference the fork file.