Skip to content

AgentWorkforce/skills

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

Published Skills

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.

Slash Commands

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.

Claude Relay Plugin

Install the agent-relay Claude Code plugin from the marketplace:

/plugin marketplace add Agentworkforce/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

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors