cli-tools-skill banner
netresearch netresearch

cli-tools-skill

Development community intermediate

Description

A Claude Code skill for automatic CLI tool management. Detects missing tools, installs them via optimal package managers, and audits project environments.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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.

🔌 Compatibility

This is an **Agent Skill** following the [open standard](https://agentskills.io) originally developed by Anthropic and released for cross-platform use.

**Supported Platforms:**

  • ✅ Claude Code (Anthropic)
  • ✅ Cursor
  • ✅ GitHub Copilot
  • ✅ Other skills-compatible AI agents

Skills are portable packages of procedural knowledge that work across any AI agent supporting the Agent Skills specification.

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 types and their requirements:

Project Type Detection Files Required Tools
Python pyproject.toml, requirements.txt python, uv
Node.js package.json node, npm
Rust Cargo.toml rust
Go go.mod go
PHP composer.json, *.php php, composer
Ruby Gemfile ruby
Docker Dockerfile, docker-compose.yml docker, compose
Terraform *.tf terraform

Installation

Marketplace (Recommended)

...