一键导入
rtk-cli
usar RTK CLI para reduzir tokens em exploração de repositório, git, grep/find e comandos shell verbosos, preservando o sinal técnico relevante
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
usar RTK CLI para reduzir tokens em exploração de repositório, git, grep/find e comandos shell verbosos, preservando o sinal técnico relevante
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
otimiza um documento de skill (SKILL.md) com o loop SkillOpt (Rollout -> Reflect -> Edit -> Gate) contra uma suíte de tarefas, sem treinar o modelo
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Author a new HyperFrames registry block (caption style, VFX block, transition, lower third) or component (text effect, overlay, snippet) and ship it as an upstream PR to the hyperframes repo. Use ONLY when the user wants to CONTRIBUTE to the public catalog — for in-project caption/transition authoring use the `hyperframes` skill, for installing existing registry items use the `hyperframes-registry` skill.
GSAP animation reference for HyperFrames. Covers gsap.to(), from(), fromTo(), easing, stagger, defaults, timelines (gsap.timeline(), position parameter, labels, nesting, playback), and performance (transforms, will-change, quickTo). Use when writing GSAP animations in HyperFrames compositions.
| name | rtk-cli |
| description | usar RTK CLI para reduzir tokens em exploração de repositório, git, grep/find e comandos shell verbosos, preservando o sinal técnico relevante |
| source | https://github.com/rtk-ai/rtk |
rtk-cliUse RTK quando o gargalo for ruído de terminal. A ideia: comprimir output verboso antes de ele virar contexto de agent.
RTK é opcional. Se não estiver instalado, continua com o comando normal.
git status, git diff, git log, grep, find, ls, npm test, cargo test, gh ....rtk, RTK CLI, Rust Token Killer.Não ativar para:
rtk existe no ambiente: command -v rtk.rtk read, rtk grep, rtk find, rtk git ... e rtk <comando-verbooso> nas etapas de inspeção/validação.rtk read AGENTS.mdrtk grep "pattern" src/rtk find "*.ts" .rtk git statusrtk git diffrtk git log -n 10rtk npm testcurlplaywrightcurl e playwright.rtk foi usado quando disponível em comandos shell-heavy relevantes.command -v rtk >/dev/null 2>&1 && rtk git status || git status
command -v rtk >/dev/null 2>&1 && rtk grep "TODO" . || rg "TODO" .
command -v rtk >/dev/null 2>&1 && rtk npm test || npm test
rtk init --codex, rtk init -g, rtk gain, rtk --version.rtk-ai/rtk.