rolecraft-sh

Rolecraft Action — DevOps skill for Claude Code

DevOps community

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

rolecraft-action

Test Marketplace Powered by rolecraft MIT

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