Migrate a GitHub Actions workflow to RWX. Translates triggers, jobs, steps into an optimized RWX config with DAG parallelism, content-based caching, and RWX packages. TRIGGER when: the user asks to migrate, convert, or translate a GitHub Actions workflow to RWX.
Review an RWX config generated from a GitHub Actions migration. Compares the source workflow against the generated config to catch semantic gaps, missing steps, and optimization opportunities. TRIGGER when: the user asks to review, validate, or check an RWX config that was migrated from GitHub Actions.
Can be used to kick off local "run loops" on the RWX CI platform, or when understanding, creating or modifying an RWX CI/CD config or any other file in a .rwx directory. TRIGGER when: the user asks about RWX, wants to create or modify an RWX config, debug test failures, check a run status, or start a run loop.
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
/rwxGenerates 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:
.rwx/*.yml configs.rwx/<name>.ymlrwx lint and fix any errors/migrate-from-ghaMigrates a GitHub Actions workflow to RWX.
/migrate-from-gha .github/workflows/ci.yml
/review-gha-migrationReviews a generated RWX config against the original GitHub Actions workflow.
/review-gha-migration .rwx/ci.yml
skills/*/SKILL.md) — Agent-neutral procedural playbooks. Each
skill includes curl commands for fetching the latest reference documentation
directly..mcp.json) — Connects to rwx mcp serve for package lookups,
server-side translation, and on-demand docs. Optional — skills work
standalone..lsp.json) — Connects to the RWX language server for real-time
validation of .rwx/*.yml files (Claude Code).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 on PATH)MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rwx-cloud/skills --plugin rwxRWX CI/CD platform integration — migrate workflows, validate configs, debug test failures
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
GitHub Actions CI/CD - workflows, authentication, inspection
Runex workflow engine: API, bundles, step logs, and debugging
Plugin-first Claude Code workflows with planning, CI/CD debugging, reusable agents, TODOs, and MCP safety policies.
Debug CI/CD pipeline failures and fix configurations
Harness CD integration pipeline with state-machine workflow orchestration