rtk-optimizer
Installation
SKILL.md
RTK Optimizer Skill
Purpose: Automatically suggest RTK wrappers for high-verbosity commands to reduce token consumption.
How It Works
- Detect high-verbosity commands in user requests
- Suggest RTK wrapper if applicable
- Execute with RTK when user confirms
- Track savings over session
Supported Commands
Git (>70% reduction)
git log→rtk git log(92.3% reduction)git status→rtk git status(76.0% reduction)find→rtk find(76.3% reduction)