By rwx-cloud
RWX CI/CD platform integration — migrate workflows, validate configs, debug test failures
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/skillsGenerate or modify an RWX config
GitHub Actions CI/CD - workflows, authentication, inspection
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
CI/CD pipeline design, GitHub Actions workflows, deployment automation, and release management. Opinionated patterns for agentic deployments.
Debug CI/CD pipeline failures and fix configurations
Harness CD integration pipeline with state-machine workflow orchestration
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review