원클릭으로
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 -->).