AgentWorkforceAgentWorkforceOfficial·18 Agent Skills Included

relay

Let AI agents message, coordinate, and review each other's work

Connects Claude Code, Codex, and custom agents through shared channels, DMs, threads, and realtime events. Removes the need to build chat infrastructure or manually copy context between separate agent sessions. Includes skills for multi-agent workflows, swarm patterns, review loops, and end-to-end validation before merging.
npx skills add AgentWorkforce/relay --all -g -y
Available:

Gives the AI agent strict git workflow rules (never push to main), changelog conventions, and instructions to record work decisions as trajectories for future agents.

All Skills in This Repository (18)

Pure Emerald Level Indicators
📦 In Repo
AgentWorkforceAgentWorkforce

agent-relay

Coordinate multiple Codex agents through Relaycast messaging with ACK and DONE signaling.

Official
Advanced
📦 In Repo
AgentWorkforceAgentWorkforce

creating-agent-skills-skill

Create SKILL.md agent skill packages following the agentskills.io specification.

Official
Basic
📦 In Repo
AgentWorkforceAgentWorkforce

using-agent-relay

Coordinates registered agents over Agent Relay MCP tools for messaging, channels, and worker management.

Official
Intermediate
📦 In Repo
AgentWorkforceAgentWorkforce

review-animations

Reviews animation and motion code against craft standards for easing, duration, performance, and accessibility.

Official
Intermediate
📦 In Repo
AgentWorkforceAgentWorkforce

emil-design-eng

Reviews and improves UI animations, CSS transitions, and component interactions using design engineering principles.

Official
Intermediate
📦 In Repo
AgentWorkforceAgentWorkforce

github-oauth-nango-integration

Implements dual-connection GitHub OAuth and GitHub App authentication with Nango webhooks.

Official
Advanced
📦 In Repo
AgentWorkforceAgentWorkforce

deploying-to-staging-environment

Coordinates multi-repo staging deployments across relay, relay-dashboard, and relay-cloud using git worktrees and GitHub Actions.

Official
Intermediate
📦 In Repo
AgentWorkforceAgentWorkforce

browser-testing-with-screenshots

Automates Chrome browser interactions and screenshot capture for visual UI verification.

Official
Intermediate
📦 In Repo
AgentWorkforceAgentWorkforce

debugging-websocket-issues

Diagnose WebSocket frame errors caused by conflicting WebSocketServer instances and compression misconfiguration.

Official
Intermediate
📦 In Repo
AgentWorkforceAgentWorkforce

frontend-design

Generate production-grade frontend interfaces with distinctive typography, color, motion, and layout.

Official
Intermediate
📦 In Repo
AgentWorkforceAgentWorkforce

frontend-design

Create production-grade React landing pages with accessible markup and responsive layouts.

Official
Advanced
📦 In Repo
AgentWorkforceAgentWorkforce

prpm-json-best-practices

Structure prpm.json manifests for publishing packages and collections.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Relay?

Run `npx skills add AgentWorkforce/relay --all -g -y` in your terminal to install all skills in this suite globally.

How to make Claude Code and Codex talk to each other?

Relay gives both agents a shared workspace with channels, DMs, and threads, so they can exchange messages and coordinate tasks in real time.

What is a multi-agent swarm pattern?

It is a coordination shape like fan-out, pipeline, or hub-spoke that decides how agents share work. The included skills help you pick the right pattern for your task.

Does Relay work with agents other than Claude?

Yes. It supports Codex, Gemini, Aider, Goose, and any custom agent that implements its simple harness contract.

Can I use Relay without writing code?

Basic setup is code-free through the CLI and skills, but building custom workflows and integrations uses simple TypeScript or YAML configuration.

Related Repositories in Software Engineering

View All in Software Engineering