CLI Tools Skill
A Claude Code skill for automatic CLI tool management. Detects missing tools, installs them via optimal package managers, and audits project environments.
About
# CLI Tools Skill A Claude Code skill for automatic CLI tool management. Detects missing tools, installs them via optimal package managers, and audits project environments. ## Features - **Reactive Mode**: Auto-detect "command not found" errors and install missing tools - **Proactive Mode**: Audit project environments and report missing/outdated tools - **Maintenance Mode**: Batch update all managed tools across package managers ## Supported Tools 74+ tools across categories: | Category | Tools | |----------|-------| | **Core CLI** | ripgrep, fd, fzf, jq, yq, bat, delta, just | | **Languages** | python, node, rust, go, ruby, php | | **Package Managers** | uv, npm, pnpm, cargo, pip, gem, composer | | **DevOps** | docker, compose, kubectl, terraform, ansible | | **Linters** | eslint, prettier, ruff, black, shellcheck, phpstan | | **Security** | trivy, gitleaks, bandit, semgrep | | **Git Tools** | gh, glab, git-lfs, delta | ## Project Type Detection Automatically detects project t
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions