You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Add "Preferred Tools" quick-reference table mapping legacy -> modern
alternatives (14 tool pairings)
- Add hyperfine benchmarking tool guidance with usage examples
- New `references/preferred-tools.md` with detailed usage patterns,
install commands, and integration tips
- Cross-references to file-search, data-tools, git-workflow, and
security-audit skills
## Motivation
The cli-tools skill manages installation but gives no guidance on WHICH
tool to pick for a task. Agents waste tokens using grep on JSON or find
when fd exists.
## Changes
- `skills/cli-tools/SKILL.md` - Added "Preferred Tools" section with
decision table after Capabilities, before Triggers
- `skills/cli-tools/references/preferred-tools.md` - Detailed tool
comparison and patterns (430+ lines)
**When to use:** When optimizing commands, comparing tool performance, or proving one approach is faster than another. Provides mean, stddev, min, max, and comparison percentages.
56
+
16
57
## Triggers
17
58
18
59
**Reactive** (auto-install):
@@ -159,6 +200,7 @@ When system prevents normal installation, use these alternatives:
159
200
160
201
-`references/binary_to_tool_map.md` - Binary to catalog mapping
161
202
-`references/project_type_requirements.md` - Project type requirements
203
+
-`references/preferred-tools.md` - Detailed comparison and usage patterns for preferred tools
0 commit comments