بنقرة واحدة
rtk-cli
Use RTK CLI (https://github.com/rtk-ai/rtk) to cut tokens during repo exploration and verbose validation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use RTK CLI (https://github.com/rtk-ai/rtk) to cut tokens during repo exploration and verbose validation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Configure, extend, or contribute to Hermes Agent.
Map any code project with @wesleysimplicio/llm-project-mapper before doing work, so the Hermes Turbo Agent has the AGENTS.md / INIT.md / specs / skills scaffolding it needs to ship effectively.
Delegate work with compact subagent outputs.
Apply ECC engineering patterns in Hermes.
| name | rtk-cli |
| description | Use RTK CLI (https://github.com/rtk-ai/rtk) to cut tokens during repo exploration and verbose validation |
| trigger | any task with shell-heavy exploration, git status/diff/log, grep/find, or verbose CLI validation |
Sempre que a task envolver inspeção de repositório, git, grep/find ou validação verbosa, e o objetivo for decisão técnica (e não preservar output bruto como evidência).
| Objetivo | Comando padrão | Comando RTK |
|---|---|---|
| Ler arquivo curto | cat AGENTS.md | rtk read AGENTS.md |
| Buscar padrão | grep -rn "pattern" hermes_cli/ | rtk grep "pattern" hermes_cli/ |
| Encontrar arquivo | find . -name "*.py" | rtk find "*.py" . |
| Estado do git | git status | rtk git status |
| Diff | git diff | rtk git diff |
| Histórico curto | git log -n 10 | rtk git log -n 10 |
| Rodar pytest | pytest -q | rtk pytest |
gh auth login, npm init).tail -f, gh run watch).rtk grep.rtk git status + rtk git diff.rtk pytest.rtk read AGENTS.md.Se rtk não estiver no PATH, segue com o comando padrão sem bloquear. Nenhuma task depende de RTK.
AGENTS.md / CLAUDE.md / .github/copilot-instructions.md (marker <!-- rtk-cli:start -->).