Skills for working with RWX.
Important
This repository is under active development.
This skill also requires that the RWX CLI is installed and authenticated.
In Claude Code, run:
/plugin marketplace add rwx-cloud/skills
Then, install the RWX skill:
/plugin install rwx
npx skills add rwx-cloud/skills
Generates or modifies an RWX CI/CD config. Analyzes project structure, selects
appropriate packages, and produces an optimized config with DAG parallelism,
content-based caching, and RWX packages. If an existing .rwx/*.yml config is
present, modifies it in place.
/rwx CI pipeline with tests and deploy
The skill will:
- Analyze project structure and any existing
.rwx/*.ymlconfigs - Fetch the latest RWX reference documentation
- Generate (or update) an optimized config at
.rwx/<name>.yml - Validate via
rwx lintand fix any errors - Summarize the DAG shape, packages used, and next steps
Migrates a GitHub Actions workflow to RWX.
/migrate-from-gha .github/workflows/ci.yml
Reviews a generated RWX config against the original GitHub Actions workflow.
/review-gha-migration .rwx/ci.yml
- Skills (
skills/*/SKILL.md) — Agent-neutral procedural playbooks. Each skill includescurlcommands for fetching the latest reference documentation directly. - MCP (
.mcp.json) — Connects torwx mcp servefor package lookups, server-side translation, and on-demand docs. Optional — skills work standalone. - LSP (
.lsp.json) — Connects to the RWX language server for real-time validation of.rwx/*.ymlfiles (Claude Code). - CLI Validation —
rwx lint <file>provides validation for all agents via the command line.
| File | Agent(s) | Purpose |
|---|---|---|
AGENTS.md |
Codex, OpenCode | Vendor-neutral agent instructions |
.claude-plugin/plugin.json |
Claude Code | Plugin discovery |
.claude/settings.local.json |
Claude Code | Permissions and MCP config |
.lsp.json |
Claude Code | Real-time LSP validation |
.mcp.json |
Claude Code | MCP server config |
.codex/config.toml |
Codex | MCP server config (TOML) |
.vscode/mcp.json |
Cursor, Copilot | MCP server config (VS Code) |
.github/copilot-instructions.md |
GitHub Copilot | Agent instructions |
marketplace.json |
Universal | Skill registry for npx skills add |
- RWX CLI
(
rwxon PATH)
MIT