Skip to content
Skill

rtk-optimizer

by FlorianBruniaux

AI Summary

RTK Optimizer automatically suggests and applies Rust Token Killer wrappers to verbose commands (like git log, find) to reduce token consumption by up to 92%, helping developers optimize costs and efficiency in Claude Code workflows.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "rtk-optimizer" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/rtk-optimizer && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/rtk-optimizer/SKILL.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/examples/skills/rtk-optimizer/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Optimize command outputs with RTK (Rust Token Killer) for 70% token reduction

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

Activation Examples

User: "Show me the git history" Skill: Detects git log → Suggests rtk git log → Explains 92.3% token savings User: "Find all markdown files" Skill: Detects find → Suggests rtk find "*.md" . → Explains 76.3% savings

RTK Optimizer Skill

Purpose: Automatically suggest RTK wrappers for high-verbosity commands to reduce token consumption.

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)

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 28d ago
Active
Adoption1K+ stars on GitHub
1.6k ★ · Popular
DocsMissing or thin
Undocumented

GitHub Signals

Stars1.6k
Forks259
Issues5
Updated28d ago
View on GitHub
CC-BY-SA-4.0 License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code