Back to list
netresearch

cli-tools

by netresearch

Agent Skill for automatic CLI tool management - installs missing tools, audits environments | Claude Code compatible

3🍴 1📅 Jan 19, 2026

SKILL.md


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

  1. Reactive: Auto-install missing tools on "command not found"
  2. Proactive: Audit project dependencies and tool versions
  3. 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

  1. Extract tool name from error
  2. Lookup in references/binary_to_tool_map.md (e.g., rgripgrep)
  3. Install: scripts/install_tool.sh <tool> install
  4. Retry original command

Environment Audit

scripts/check_environment.sh audit .

Scripts

ScriptPurpose
install_tool.shInstall/update/uninstall tools
auto_update.shBatch update package managers
check_environment.shAudit environment
detect_project_type.shDetect 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

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon