Setup Tools banner
LucasDuys LucasDuys

Setup Tools

Development community

Description

--- description: "Detect missing CLI tools and install them to enhance Forge capabilities" allowed-tools: ["Read(*)", "Bash(*)"] --- # Forge Setup Tools Detect which CLI tools are available on the system, show which are missing, and offer to install them. ## Step 1: Run Detection Run version checks for all supported CLI tools: ```bash echo "=== CLI Tool Detection ===" tools_status="" check_tool() { local name="$1" cmd="$2" install="$3" purpose="$4" if eval "$cmd" > /dev/null 2>&1; the

Installation

Installs to ~/.claude/skills/lucasduys-forge-setup-tools/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lucasduys-forge-setup-tools && curl -fsSL https://raw.githubusercontent.com/LucasDuys/forge/HEAD/commands/setup-tools.md -o ~/.claude/skills/lucasduys-forge-setup-tools/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository