← スキル一覧に戻る

fork-bash-skill
by rhayalcantara
⭐ 0🍴 0📅 2025年12月16日
SKILL.md
name: Fork Bash Skill description: Execute agentic coding tools directly via bash commands with output capture. Use this when the user requests to run AI agents (Gemini, Claude Code, etc.) and get their results directly.
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
Workflow
- Understand the user's request
- Follow the
Cookbookto determine which tool to use - Construct the appropriate bash command
- Execute using the Bash tool with appropriate timeout
- Return results to the user
Cookbook
Gemini CLI
- IF: The user requests Gemini to execute a task AND
ENABLE_GEMINI_CLIis true - THEN: Read and execute:
.claude/skills/fork-bash/cookbook/gemini-cli.md - EXAMPLES:
- "Use Gemini to scrape the latest news from CNN"
- "Ask Gemini to analyze this webpage"
- "Run Gemini with yolo mode to get information about X"
Claude Code
- IF: The user requests Claude Code agent AND
ENABLE_CLAUDE_CODEis true - THEN: Read and execute:
.claude/skills/fork-bash/cookbook/claude-code.md - EXAMPLES:
- "Use Claude Code to refactor this file"
- "Ask Claude Code to analyze the codebase"
Codex CLI
- IF: The user requests Codex AND
ENABLE_CODEX_CLIis true - THEN: Read and execute:
.claude/skills/fork-bash/cookbook/codex-cli.md - EXAMPLES:
- "Use Codex to generate code for X"
- "Ask Codex to explain this function"
Notes
- This skill executes commands synchronously and captures output
- Use appropriate timeouts based on task complexity
- Always use YOLO mode (-y flag) for automated execution
- Output is captured directly from stdout/stderr
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です