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
- No hardcoded documentation - Never duplicate docs that exist elsewhere
- Delegation-first - Route to ecosystem skills/agents for authoritative guidance
- Graceful fallback - Skill -> MCP research -> web search
- Extensible - Easy to add new tools via tool-registry.md
- Two-tier detection - PATH check first, npm global fallback second
- 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: