From tmux-fork
Fork a new tmux window to spawn a parallel terminal session. Use when the user requests 'fork terminal', 'tmux fork', 'new terminal', 'fork session', 'open a new tmux window', or wants to run a command or AI agent in a separate tmux window.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tmux-fork:tmux-forkThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
在新的 tmux 視窗中啟動 AI coding agent 或執行 CLI 命令。
在新的 tmux 視窗中啟動 AI coding agent 或執行 CLI 命令。
依循 Instructions 指示,執行 Workflow,根據 Cookbook 選擇對應流程。
ENABLE_RAW_CLI_COMMANDS: true ENABLE_GEMINI_CLI: true ENABLE_CODEX_CLI: true ENABLE_CLAUDE_CODE: true AGENTIC_CODING_TOOLS: claude-code, codex-cli, gemini-cli
Cookbook 判斷應使用哪個工具。AGENTIC_CODING_TOOLS 中的工具,且該工具必須為啟用狀態。prompts/fork-summary.md 模板。tools/fork_tmux.py 了解工具能力。Cookbook 判斷應使用哪個工具。tools/fork_tmux.py 啟動新的 tmux 視窗。ENABLE_RAW_CLI_COMMANDS 為 true。cookbook/cli-command.mdENABLE_CLAUDE_CODE 為 true。cookbook/claude-code.mdENABLE_CODEX_CLI 為 true。cookbook/codex-cli.mdENABLE_GEMINI_CLI 為 true。cookbook/gemini-cli.mdnpx claudepluginhub rdcrystallab/agentic-plugins --plugin tmux-forkCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.