personal/skills/rtk-setup/SKILL.md
Use this skill when the user wants to install or configure rtk (Rust Token Killer), a token-optimized CLI proxy for Claude Code. Triggered by "install rtk", "set up rtk", "configure rtk", or as part of the get-started flow.
npx skillsauth add tim-hub/powerball rtk-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
RTK (Rust Token Killer) is a CLI proxy that reduces token usage 60-90% on dev operations by filtering and compressing command output before it reaches Claude.
Check if rtk is already installed:
rtk --version 2>/dev/null && echo "installed" || echo "missing"
brew install rtk
Run rtk init in global mode with auto-patching enabled:
rtk init -g --auto-patch
This patches the global Claude Code hook configuration so all shell commands are transparently proxied through rtk.
rtk telemetry disable
Run a quick verification to confirm everything is working:
rtk --version
rtk gain
Expected output from rtk gain: token savings analytics dashboard. If you see "command not found", check for a name collision with reachingforthejack/rtk (Rust Type Kit) — run which rtk to confirm the correct binary is on PATH.
Report:
rtk init -g --auto-patch completedrtk gain to show it's workingtesting
Picks the right Kubernetes Deployment update strategy (RollingUpdate / Recreate / Blue-Green / Canary) for the situation. Use when configuring a new Deployment, changing rollout config, or deciding how to ship a risky change.
tools
Translates a markdown file to a target language, preserving structure. Use when the user needs a markdown file translated.
development
Translates text between any two languages while preserving source format. Use when the user needs to translate plain text, code, or markdown content.
testing
Generates written content — blog posts, social posts, emails, and marketing copy — matched to the project's existing voice. Use when the user needs written material.