Skip to content

Repository files navigation

Agent Workforce Skills

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.5.

Published Skills

SkillVersionDescription
choosing-swarm-patterns1.1.5Pick the right Agent Relay orchestration pattern across the 10 core swarm patterns plus specialized patterns.
writing-agent-relay-workflows1.6.24Build multi-agent workflows with WorkflowBuilder, DAG dependencies, Relayfile-backed Slack human assistance, integration subscriptions, waitFor gates, review-depth review/fix loops, channels, and chat-native coordination recipes.
setting-up-relayfile1.1.1Set up Relayfile mounts and writeback for provider files through local filesystem access.
using-agent-relay1.4.0Participant-side MCP reference for a registered relay agent (spawned worker / registered lead): messaging, channels, threads, reactions, search, inbox, actions, and worker spawn/release. Counterpart to orchestrating-agent-relay.
orchestrating-agent-relay2.3.1The canonical way to run agent-relay: self-bootstrap the broker (agent-relay node up) and autonomously spawn, monitor, and coordinate a worker team over the relay MCP without human intervention.
relay-80-100-workflow1.0.9Author workflows that close the 80-to-100 validation gap with repair-aware test, verify, review-depth review/fix with test hardening, and commit gates.
review-fix-signoff-loop1.0.2Loop review, repair, validation, and fresh-context dual-agent signoff until independent reviewers both satisfy the verdict contract.
trigger-autocomplete-catalog1.0.0Enforce webhook/event trigger autocomplete coverage through KNOWN_TRIGGER_CATALOG in @relayfile/adapter-core.
activity-summary1.0.0Answer "what did I work on yesterday" questions by reading digests/yesterday.md first instead of crawling provider directories.
daily-digest1.0.0Authoring contract for <mount>/digests/ files — windows, per-provider sections, adapter digest() exports, regeneration rules.
writeback-as-files1.0.0File-creation writeback contract — drop a JSON file at the canonical path and relayfile delivers the mutation, with dead-letter recovery.
workspace-layout1.0.1Navigate a relayfile mount via root and per-provider LAYOUT.md files plus by-* alias indexes instead of find/grep -r.
multi-host-live-mount1.0.0Mount one workspace on many hosts and place an agent in a live-mounted tree with nothing cloned — join, per-node scopes and credentials, and proof the remote mirror is current.
adding-swarm-patterns1.0.0Checklist for extending agent-relay with a new swarm pattern — TypeScript types, JSON schema, YAML template, and pattern/template docs.
creating-cloud-persona1.0.11Create or update a Workforce cloud persona with persona.json/persona.ts, agent.ts, integration scope and adapter config guidance, vendored examples, and production-correctness checks.
factory-config1.0.2Create and validate Agent Relay Factory configs for repo routing, Linear states, GitHub issue ingestion, Slack, babysitter mode, and Relayflows dispatch wiring boundaries.
openclaw-orchestrator2.0.0OpenClaw-specific setup and completion reporting for a headless Agent Relay team; defers to orchestrating-agent-relay for broker, spawn, and coordination mechanics.

Slash Commands

CommandVersionDescription
/create-workflow1.0.5Scaffold a model-agnostic Agent Relay workflow using the workflow and swarm-pattern skills, including selected review-depth review/fix loops with test hardening.
/spawn1.1.0Bootstrap the broker (agent-relay node up) and spawn a worker for claude, codex, opencode, droid, gemini, or pi.
/review-loop1.0.1Run a dual-reviewer code-review loop with repair and fresh-context signoff.

Claude Relay Plugin

Install the claude-relay-plugin Claude Code plugin from the agent-relay marketplace, which is published from this repo:

/plugin marketplace add AgentWorkforce/skills
/plugin install claude-relay-plugin@agent-relay

Install Packages

Install an individual skill or slash command with prpm using the scoped package name: @agent-relay/${skillName}.

npx prpm install @agent-relay/choosing-swarm-patterns

Or install directly from this GitHub repo with skills:

npx skills add https://github.com/agentworkforce/skills --skill choosing-swarm-patterns

Install 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,claude

This 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,claude

This 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.

Repository Layout

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

Links

About

Agent Workforce collection of skills

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages