بنقرة واحدة
rtk
Rust Token Killer - Minimize LLM token consumption by summarizing CLI outputs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Rust Token Killer - Minimize LLM token consumption by summarizing CLI outputs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
| name | rtk |
| description | Rust Token Killer - Minimize LLM token consumption by summarizing CLI outputs. |
Use this skill to optimize your interactions with the shell. RTK acts as a proxy for common CLI tools, filtering out noise and summarizing outputs to save tokens and extend your context window.
rtk as a proxy: For any command that generates significant output (more than 10-20 lines), prefer runing rtk <command>.
rtk git status, rtk cargo test, rtk npm install.rtk ls [args]: Token-optimized directory listing.rtk tree [args]: Token-optimized directory tree.rtk read <files>: Smart file reading with filtering levels.rtk grep <pattern> [path]: Optimized grep with line length limits.rtk find [args]: Optimized find.rtk gain to check how many tokens you have saved in the current session or project.rtk discover to scan your recent history for opportunities.PreToolUse hook in supported agents. If you are running in an environment where the hook is active, your bash commands may be automatically rewritten. If not, you must manually prefix them with rtk.rtk read --level minimal <file> for quick overviews without reading every line.rtk gain --graph for a visual representation of your savings.rtk proxy <command> to bypass RTK.