From cmux-using
Forks current conversation to new cmux pane (default right; arg replaces direction). Runs claude --continue --fork-session and reports result in one line.
How this command is triggered — by the user, by Claude, or both
Slash command
/cmux-using:cforkThe summary Claude sees in its command listing — used to decide when to auto-load this command
# cfork - 会話を新しい cmux ペインにフォーク 即座に以下を1回の bash で実行せよ(引数があれば `right` をその方向に置き換え): ポーリング・Trust 検出・起動確認は一切不要。結果を1行で報告。
即座に以下を1回の bash で実行せよ(引数があれば right をその方向に置き換え):
S=$(cmux new-split right | awk '{print $2}') && cmux send --surface "$S" "claude --continue --fork-session\n"
ポーリング・Trust 検出・起動確認は一切不要。結果を1行で報告。
npx claudepluginhub tanaka-yui/yui-cc-plugins --plugin cmux-using/cforkForks current conversation to a new cmux pane split right (or specified direction), sends 'claude --continue --fork-session' to it, and reports result in one line.
/forkForks the current Claude Code session into a sibling pane, creating a parallel workspace for independent exploration or comparison.
/cmux-steerSends commands or prompts to cmux terminal surfaces via Unix socket JSON API, working cross-workspace without switching focus.
/run-in-new-tabLaunches interactive Claude Code session in new zellij tab or pane using provided instructions or plan file path.