811 B
811 B
| description | argument-hint | |||
|---|---|---|---|---|
| Check available CLI tools and get recommendations |
|
Tool Check
Detect available modern CLI tools and get recommendations for your environment.
Quick Check
Run the detection script:
bun outfitter/skills/which-tool/scripts/index.ts
Filter by category:
bun outfitter/skills/which-tool/scripts/index.ts -c search
Context
$ARGUMENTS
Load the which-tool skill and:
- Run the tool detection script (with category filter if provided)
- Report which tools are available vs missing
- For missing tools, note install commands if user wants them
- If selecting a tool for a task, use the selection matrix from the skill
Use modern tools when available. Fall back gracefully when not.