name: cli-tools description: "Agent Skill: CLI tool management. Use when commands fail with 'command not found', installing tools, or checking project environments. By Netresearch."
CLI Tools Skill
Manage CLI tool installation, environment auditing, and updates.
Capabilities
- Reactive: Auto-install missing tools on "command not found"
- Proactive: Audit project dependencies and tool versions
- Maintenance: Batch update all managed tools
Triggers
Reactive (auto-install):
bash: <tool>: command not found
Proactive (audit): "check environment", "what's missing", "update tools"
Workflows
Missing Tool Resolution
- Extract tool name from error
- Lookup in
references/binary_to_tool_map.md(e.g.,rg→ripgrep) - Install:
scripts/install_tool.sh <tool> install - Retry original command
Environment Audit
scripts/check_environment.sh audit .
Scripts
| Script | Purpose |
|---|---|
install_tool.sh |
Install/update/uninstall tools |
auto_update.sh |
Batch update package managers |
check_environment.sh |
Audit environment |
detect_project_type.sh |
Detect project type |
Catalog (74 tools)
Core CLI, Languages, Package Managers, DevOps, Linters, Security, Git Tools
References
-
references/binary_to_tool_map.md- Binary to catalog mapping -
references/project_type_requirements.md- Project type requirements
Contributing: https://github.com/netresearch/cli-tools-skill
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
3
GitHub Forks
1
Created
Jan 2026
Last Updated
5 months ago
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!