Rolecraft Action — DevOps skill for Claude Code
GitHub Action for RoleCraft — install, verify, and manage AI agent skills & MCP servers in your CI/CD pipelines.
How to install Rolecraft Action
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open rolecraft-sh/rolecraft-action and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Rolecraft Action does
GitHub Action for RoleCraft — install, verify, and manage AI agent skills & MCP servers in your CI/CD pipelines.
Alternatives in DevOps
- Composio Split — Manage Split feature flags and experiments 44.6k ★
- CLAUDE.md CI/CD Wiki — Community patterns for CLAUDE.md configuration in CI/CD pipelines 22.3k ★
- Skypilot — Run, manage, and scale AI workloads on any AI infrastructure 9.7k ★
README
rolecraft-action
Install, verify, and manage rolecraft AI agent skills — directly in your GitHub Actions CI/CD pipelines.
Usage
Minimal setup for a project that uses rolecraft:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: rolecraft-sh/rolecraft-action@v1
with:
command: ci --yes
This installs `rolecraft` from npm and runs `rolecraft ci --yes` — which resolves your lockfile and installs all pinned skills.
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
command |
❌ | — | RoleCraft command to run (e.g. ci --yes, verify, doctor). Multi-word commands and quoted arguments are supported (e.g. install "my skill" --project). Ignored when script is provided. |
script |
❌ | — | Shell script to run with rolecraft pre-installed. Alternative to command — use for dynamic/multi-step workflows. |
version |
❌ | latest |
RoleCraft version to install (latest, 1.6.0, 2.0.0, etc.) |
**Security:** Do not pass untrusted data (PR title
Related Skills
Servicebar
macOS menu bar app for monitoring services, ports, Docker containers and MCP servers. Scan processes, manage s
Azure DevOps
Manage Azure DevOps projects, repos, PRs, pipelines, and work items via REST API.
Bitbucket DevOps Skill
A Claude Code skill for comprehensive Bitbucket DevOps automation - manage pipelines, repositories, pull reque
Marina Skill
/plugin install marina-skill@focus-marketplace Hetzner servers, Cloudflare DNS, Docker deployments
Pantheon Install
Install Pantheon agents to global config — sync canonical sources, deploy, and verify
Airis MCP Gateway
new Docker-based MCP multiplexer that aggregates 60+ tools behind 7 meta-tools, reducing context token usage b
Related Agents
Toolchain Installer
Use for requests to install, configure, repair, or validate MCP servers, Claude Code skills, tool integrations
Anvil Plan Spec
Create, manage, execute, and review plans following the anvil Plan Spec (APS) format, including initializing p
Vc Debugger
Use this agent when you need to investigate issues, analyze system behavior, diagnose performance problems, ex