Skills, slash commands, and a Claude Code plugin for building multi-agent systems with Agent Relay.
Package metadata lives in prpm.json. The repo currently publishes agent-workforce-skills version 1.1.0.
| Skill | Version | Description |
|---|---|---|
| choosing-swarm-patterns | 1.1.3 | Pick the right Agent Relay orchestration pattern across the 10 core swarm patterns plus specialized patterns. |
| writing-agent-relay-workflows | 1.6.15 | Build multi-agent workflows with WorkflowBuilder, DAG dependencies, verification gates, mandatory Claude-then-Codex review/fix loops with test hardening, channels, and chat-native coordination recipes. |
| setting-up-relayfile | 1.1.0 | Set up Relayfile mounts and writeback for provider files through local filesystem access. |
| using-agent-relay | 1.3.0 | Participant-side MCP reference for a registered relay agent (spawned worker / registered lead): messaging, channels, threads, reactions, search, webhooks. Counterpart to orchestrating-agent-relay. |
| orchestrating-agent-relay | 2.1.2 | The canonical way to run agent-relay: self-bootstrap the broker and autonomously spawn, monitor, and coordinate a worker team without human intervention. |
| relay-80-100-workflow | 1.0.7 | Author workflows that close the 80-to-100 validation gap with repair-aware test, verify, mandatory Claude-then-Codex review/fix with test hardening, and commit gates. |
| review-fix-signoff-loop | 1.0.2 | Loop review, repair, validation, and fresh-context dual-agent signoff until independent reviewers both satisfy the verdict contract. |
| activity-summary | 1.0.0 | Answer "what did I work on yesterday" questions by reading digests/yesterday.md first instead of crawling provider directories. |
| daily-digest | 1.0.0 | Authoring contract for <mount>/digests/ files — windows, per-provider sections, adapter digest() exports, regeneration rules. |
| writeback-as-files | 1.0.0 | File-creation writeback contract — drop a JSON file at the canonical path and relayfile delivers the mutation, with dead-letter recovery. |
| workspace-layout | 1.0.0 | Navigate a relayfile mount via root and per-provider LAYOUT.md files plus by-* alias indexes instead of find/grep -r. |
| adding-swarm-patterns | 1.0.0 | Checklist for extending agent-relay with a new swarm pattern — TypeScript types, JSON schema, YAML template, and pattern/template docs. |
| auto-merge-and-composition-safety | 1.0.0 | Review and auto-merge discipline for autonomous PR runs, including live CI checks, bot-finding triage, and cross-PR composition safety. |
| autonomous-run-contract | 1.0.0 | Author the binding contract for autonomous multi-PR cutover runs: grants, gates, flip mechanism, rollback triggers, constraints, and escalation rules. |
| dormant-flip-and-rollback | 1.0.0 | Design cutover-class changes with a dormant build, single-switch flip, and pre-authorized rollback path. |
| instrument-dont-guess | 1.0.0 | Add temporary diagnostics after repeated failed fixes instead of continuing to guess at the same symptom. |
| swarm-blockers-and-gate-scoreboard | 1.0.0 | Dispatch paired worker/reviewer agents for hard blockers and maintain RED/GREEN gate scoreboards for autonomous runs. |
| tiered-acceptance | 1.0.0 | Split broad acceptance gates into deeply proven tier-1 coverage and explicitly accepted tier-2 smoke coverage. |
| openclaw-orchestrator | 1.0.0 | Run headless multi-agent orchestration sessions via Agent Relay — spawn teams across Claude/Codex/Gemini/Pi/Droid, create channels, and manage agent lifecycle. |
| Command | Version | Description |
|---|---|---|
| /create-workflow | 1.0.3 | Scaffold a model-agnostic Agent Relay workflow using the workflow and swarm-pattern skills, including mandatory Claude-then-Codex review/fix loops with test hardening. |
| /spawn | 1.0.0 | Bootstrap the broker and spawn a worker for claude, codex, opencode, droid, gemini, or pi. |
| /review-loop | 1.0.1 | Run a dual-reviewer code-review loop with repair and fresh-context signoff. |
Install the agent-relay Claude Code plugin from the marketplace:
/plugin marketplace add Agentworkforce/relayInstall an individual skill or slash command with prpm using the scoped package name: @agent-relay/${skillName}.
npx prpm install @agent-relay/choosing-swarm-patternsOr install directly from this GitHub repo with skills:
npx skills add https://github.com/agentworkforce/skills --skill choosing-swarm-patternsInstall the agent-relay-starter collection with prpm when you want the core workflow authoring stack in multiple CLI tools:
npx prpm install collections/agent-relay-starter --as codex,claudeThis collection includes:
@agent-relay/choosing-swarm-patterns@agent-relay/writing-agent-relay-workflows@agent-workforce/trail-snippet- optional
@agent-relay/relay-80-100-workflow - optional
@agent-relay/review-fix-signoff-loop
Install the relayfile-workspace collection when you want the full Relayfile workspace primitive stack:
npx prpm install collections/relayfile-workspace --as codex,claudeThis collection includes:
@agent-relay/activity-summary@agent-relay/daily-digest@agent-relay/workspace-layout@agent-relay/writeback-as-files
See prpm.dev and the prpm docs for collection installs and CLI target options.
skills/ # Standalone skills
commands/ # Slash commands
plugins/claude-relay-plugin/ # Claude Code plugin, hooks, worker agent, and plugin skills
workflows/ # Maintenance and audit workflows
prpm.json # Package manifest