rtk-setup

Automate RTK setup and enforcement in AGENTS.md files across OpenCode sessions.

3|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/nano-step/skill-manager --skill rtk-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rtk-setup
Source: https://github.com/nano-step/skill-manager/tree/main/skills/rtk-setup
Command: npx skills add https://github.com/nano-step/skill-manager --skill rtk-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detect and enforce consistent RTK usage by persisting RTK instructions to AGENTS.md and propagating them to delegated tasks across sessions and subagents.

Core Features & Use Cases

  • Persist RTK instructions to both user-level and project-level AGENTS.md files.
  • Enforce RTK usage in all delegated tasks and shell commands to reduce token consumption.
  • Use case: ensure RTK is consistently applied across a workspace to minimize token usage when running common commands.

Quick Start

Install RTK and load this skill to enable persistent RTK rules across your workspace.

Frequently Asked Questions about rtk-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist RTK instructions in AGENTS.md across sessions?

To enforce RTK usage in subagent delegation, this skill automatically injects and propagates RTK rules into delegated task prompts and shell commands. This ensures subagents consistently apply RTK to reduce token consumption during execution.

Can I automate RTK setup for OpenCode environments?

Yes, you can automate RTK setup for OpenCode environments by loading this skill. It checks for the RTK binary, creates the necessary configuration blocks in AGENTS.md, and handles the one-time setup process automatically.

What is the best way to reduce token consumption with subagent delegation?

The best way to reduce token consumption with subagent delegation is to enforce RTK usage in all delegated tasks. This skill propagates RTK instructions to subagent prompts, ensuring commands run efficiently and minimize token usage across your workspace.

Does this RTK enforcement work with both user and project level configurations?

Yes, RTK enforcement works with both user-level and project-level AGENTS.md files. The skill detects missing RTK blocks in either file and appends the managed instructions to ensure consistent application across your entire OpenCode setup.

Why is RTK not working in my delegated tasks?

RTK might not be working in delegated tasks if the RTK instructions are missing from AGENTS.md or the RTK binary is not installed. This skill checks for the binary and enforces RTK usage in delegation prompts to resolve propagation failures.