ai-tools

Installation
SKILL.md

AI Tools Management

Extensible AI CLI tools management with delegation-first design. Detects installed tools, installs missing tools, reports versions, and retrieves update instructions from authoritative sources.

Design Principles

  1. No hardcoded documentation - Never duplicate docs that exist elsewhere
  2. Delegation-first - Route to ecosystem skills/agents for authoritative guidance
  3. Graceful fallback - Skill -> MCP research -> web search
  4. Extensible - Easy to add new tools via tool-registry.md
  5. Two-tier detection - PATH check first, npm global fallback second
  6. Install capability - Offer to install missing tools via delegation

Workflow

Step 1: Detect Installed Tools (Two-Tier)

Check which AI CLI tools are installed using two-tier detection:

Related skills
Installs
23
GitHub Stars
65
First Seen
Jan 24, 2026