rtk-install
Install Rust Token Killer and initialize its global agent integration for the target platform.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "rtk-install" description: "Install Rust Token Killer and initialize its global agent integration for the target platform." license: "MIT" --- # RTK Install Use this skill when Rust Token Killer should be installed or re-applied on the current machine. ## Workflow 1. From the skill directory, run: `./install_rtk.sh --target codex` (when installing for Codex) `./install_rtk.sh --target claude` (when installing for Claude Code) 2. The script ensures the RTK binary is available, then runs RTK's global init: - Codex: `rtk init -g --codex` - Claude Code: `rtk init -g` 3. Confirm the result: `RTK_BIN="$(command -v rtk)"` `"$RTK_BIN" --version` Codex: `test -f "$HOME/.codex/RTK.md"` and `grep -Fq 'RTK.md' "$HOME/.codex/AGENTS.md"` Claude Code: `test -f "$HOME/.claude/RTK.md"` ## Notes - RTK integrates with each platform through files in the agent home directory, not through an MCP server. - Codex integration: `~/.codex/RTK.md` and `~/.codex/AGENTS.md`. - Claude Code integration: `~/.claude/RTK.md`.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

