بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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.