skills AGENTS.md

skills AGENTS.md is an instructions file for Codex, OpenCode from rwx-cloud/skills. It costs 449 tokens per session, scanned A, original, MIT.

A set of instructions for using RWX, a CI/CD platform that runs automated build, test, and deployment workflows. It covers creating RWX configuration files and moving workflows from GitHub Actions.

In plain words
What is it for?
Use it to create or update RWX pipelines, migrate GitHub Actions workflow files, review the migration, and validate RWX configuration files.
Why use it?
It helps structure and check RWX workflow files instead of designing the configuration from scratch. It also helps find missing steps when moving a workflow from GitHub Actions.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/rwx-cloud/skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/rwx-cloud/skills

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rwx-cloud/skills/agents-md.svg)](https://agentmods.dev/instructions/rwx-cloud/skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/rwx-cloud/skills/agents-md"><img src="https://agentmods.dev/badge/instructions/rwx-cloud/skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 449 This file is loaded in full into every session.
When invoked 449 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00449 $0.00449
Opus 5 $0.00225 $0.00225
Sonnet 5 $0.00090 $0.00090
Haiku 4.5 $0.00045 $0.00045

Measured 4d ago against content hash 6e7e2c0353be, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skills AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 58 lines

What it actually says

RWX Skills

Skills for working with RWX.

Requirements

The rwx CLI must be on your PATH. Install it from RWX docs.

Available Skills

rwx

Generates or modifies an RWX CI/CD config by analyzing project structure, selecting appropriate packages, and producing an optimized config with DAG parallelism, content-based caching, and RWX packages. If an existing .rwx/*.yml config is present, modifies it in place.

Usage: invoke with an optional description, e.g. "CI pipeline with tests and deploy" or "add a deploy step with secrets"

Migration Skills

migrate-from-gha

Migrates a GitHub Actions workflow to an optimized RWX config.

Usage: invoke with a path to a GitHub Actions workflow file, e.g. .github/workflows/ci.yml

review-gha-migration

Reviews a generated RWX config against the original GitHub Actions workflow to catch semantic gaps, missing steps, and optimization opportunities.

Usage: invoke with a path to an RWX config file, e.g. .rwx/ci.yml

Validation

After writing or modifying RWX config files (.rwx/*.yml), validate them by running:

rwx lint .rwx/<name>.yml

Skill Procedures

Full step-by-step procedures are in the skills/ directory:

  • skills/migrate-from-gha/SKILL.md
  • skills/review-gha-migration/SKILL.md
  • skills/rwx/SKILL.md

Each skill's SKILL.md includes rwx docs pull commands for fetching the latest RWX documentation directly. Do NOT use WebFetch for these — use Bash to run rwx docs pull and read stdout. When you need to find documentation beyond the references listed in a skill procedure, use rwx docs search "<query>" to discover the right page, then rwx docs pull to read it.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 58 lines · 449 tokens per session scan A 6e7e2c0353be

Subscribe to this mod's changes

skills AGENTS.md is an instructions file published in the GitHub repository rwx-cloud/skills (3 stars, last pushed 9d ago), licensed MIT. It adds 449 tokens to every session, about $0.0022 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.