.claude/skills/fork-bash/SKILL.md
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.
npx skillsauth add rhayalcantara/evaluacionesempleadosdocker Fork Bash SkillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
ENABLE_GEMINI_CLI: true ENABLE_CLAUDE_CODE: true ENABLE_CODEX_CLI: true AGENTIC_CODING_TOOLS: gemini, claude-code, codex
Cookbook to determine which tool to use.Cookbook to determine which tool to useENABLE_GEMINI_CLI is true.claude/skills/fork-bash/cookbook/gemini-cli.mdENABLE_CLAUDE_CODE is true.claude/skills/fork-bash/cookbook/claude-code.mdENABLE_CODEX_CLI is true.claude/skills/fork-bash/cookbook/codex-cli.mdtools
Diagnóstico y solución de problemas de MCP servers en Claude Desktop. Usar cuando los servidores MCP muestran "Server disconnected", fallan al conectar, o tienen problemas de handshake. Cubre servidores Python (MySQL, SQL Server, PostgreSQL) y Node.js en Windows/macOS/Linux.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------