ワンクリックで
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 職業分類に基づく
Unified public entrypoint for Simplicio's body-of-work orchestration: core + loop in one command. Use when the user types /simplicio-loop, says "ralph loop", "keep iterating until done", "finish all open issues", or asks to drain a queue of work autonomously. Runtime-agnostic: binds a real stop-hook where the host supports hooks (Claude, Cursor); otherwise self-paces via the host scheduler. The older /simplicio-tasks surface is a legacy alias; never escape the loop with a false promise.
Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.
One-shot bootstrap skill that wires HyperFrames (https://github.com/wesleysimplicio/hyperframes) into a marketing-engine clone as a first-class video provider — the three runtime skills, the provider class + mock, the routing matrix rows, env vars, and CLAUDE.md updates. Idempotent. Invoke when a fresh clone needs HyperFrames added, or when reapplying the integration after a rebase that dropped any piece of it.
Runs the HyperFrames CLI dev loop — init, lint, inspect, preview, render — for compositions authored under the `hyperframes` skill. Invoked after the composition HTML is on disk and before the piece is marked complete.
Translates a marketing-engine piece brief into the input shape the `hyperframes` skill expects (composition spec) and the flags the `hyperframes-cli` skill needs to render it. Selected by `video-prompt-builder` when the routing matrix resolves to the `hyperframes` provider.
Author HTML-as-source-of-truth motion compositions (kinetic type, motion quote cards, programmatic data-viz reels) for the HyperFrames renderer. Used whenever the video provider resolved by the routing matrix is `hyperframes`.
| 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" src/ | rtk grep "pattern" src/ |
| Encontrar arquivo | find . -name "*.js" | rtk find "*.js" . |
| 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 npm test | npm test | rtk npm test |
gh auth login, npm init).tail -f, gh run watch).rtk grep.rtk git status + rtk git diff.rtk npm test.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 -->).