بنقرة واحدة
side-fork
Fork the current Claude session into a new tmux or screen window.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fork the current Claude session into a new tmux or screen window.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Ask OpenAI Codex CLI for an autonomous second AI opinion. "ask codex", "codex と相談" などで起動。
Request GitHub Copilot review on a Pull Request. "PR レビュー依頼", "copilot review" などで起動。
Extract VTT transcript from a Zoom recording share page. "zoom transcript", "zoom 文字起こし" などで起動。
Download the video (MP4) from a Zoom recording share page. "zoom video download", "zoom 録画 ダウンロード", "zoom 動画 ダウンロード" などで起動。
Round-trip code review through difit. Use when the user mentions "difit", "diff review", "open the diff", "let me look at this", or "review this PR locally". Launch mode arg — "open" (default, no comments at launch), "explain" (AI annotates its own change), "review" (AI posts findings on human code).
Stop tool execution before exhausting your Claude usage — set a 5h/7d usage-% or per-session cost threshold.
| name | side-fork |
| description | Fork the current Claude session into a new tmux or screen window. |
| allowed-tools | Bash(${CLAUDE_PLUGIN_ROOT}/bin/side-fork.sh *) |
| disable-model-invocation | true |
| metadata | {"author":"pokutuna"} |
Fork the current session into a new terminal window. Unlike the built-in /branch (which replaces the current terminal with the fork), this keeps the current terminal as the original session and opens the fork in a new window.
Run the following command:
${CLAUDE_PLUGIN_ROOT}/bin/side-fork.sh ${CLAUDE_SESSION_ID}
On success, tell the user:
tmux new-window)screen -X screen)The script only supports tmux and screen. If you're using another terminal, run the fork manually:
claude --resume <session_id> --fork-session