Fork Bash Skill
Installation
SKILL.md
Purpose
Execute agentic coding tools directly via bash commands and capture their output in real-time. This is a simpler and more reliable alternative to fork-terminal for one-off tasks.
Follow the Instructions, execute the Workflow, based on the Cookbook.
Variables
ENABLE_GEMINI_CLI: true ENABLE_CLAUDE_CODE: true ENABLE_CODEX_CLI: true AGENTIC_CODING_TOOLS: gemini, claude-code, codex
Instructions
- Based on the user's request, follow the
Cookbookto determine which tool to use. - Execute the command directly using bash and capture stdout/stderr
- Return the output to the user immediately