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.0.5.
| Skill | Version | Description |
|---|---|---|
| choosing-swarm-patterns | 1.1.2 | Pick the right Agent Relay orchestration pattern across the 10 core swarm patterns plus specialized patterns. |
| writing-agent-relay-workflows | 1.6.6 | Build multi-agent workflows with WorkflowBuilder, DAG dependencies, verification gates, 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.2.0 | Coordinate agents in real time with Relaycast messaging, channels, threads, reactions, search, and webhooks. |
| running-headless-orchestrator | 1.0.4 | Self-bootstrap Agent Relay infrastructure and manage worker agents without human intervention. |
| relay-80-100-workflow | 1.0.4 | Author workflows that close the 80-to-100 validation gap with repair-aware test, verify, and commit gates. |
| Command | Version | Description |
|---|---|---|
| /create-workflow | 1.0.0 | Scaffold a model-agnostic Agent Relay workflow using the workflow and swarm-pattern skills. |
| /spawn | 1.0.0 | Bootstrap the broker and spawn a worker for claude, codex, opencode, droid, gemini, or pi. |
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
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