relay
Let AI agents message, coordinate, and review each other's work
All Skills in This Repository (18)
Pure Emerald Level Indicatorsagent-relay
Coordinate multiple Codex agents through Relaycast messaging with ACK and DONE signaling.
creating-agent-skills-skill
Create SKILL.md agent skill packages following the agentskills.io specification.
using-agent-relay
Coordinates registered agents over Agent Relay MCP tools for messaging, channels, and worker management.
review-animations
Reviews animation and motion code against craft standards for easing, duration, performance, and accessibility.
emil-design-eng
Reviews and improves UI animations, CSS transitions, and component interactions using design engineering principles.
github-oauth-nango-integration
Implements dual-connection GitHub OAuth and GitHub App authentication with Nango webhooks.
deploying-to-staging-environment
Coordinates multi-repo staging deployments across relay, relay-dashboard, and relay-cloud using git worktrees and GitHub Actions.
browser-testing-with-screenshots
Automates Chrome browser interactions and screenshot capture for visual UI verification.
debugging-websocket-issues
Diagnose WebSocket frame errors caused by conflicting WebSocketServer instances and compression misconfiguration.
frontend-design
Generate production-grade frontend interfaces with distinctive typography, color, motion, and layout.
frontend-design
Create production-grade React landing pages with accessible markup and responsive layouts.
prpm-json-best-practices
Structure prpm.json manifests for publishing packages and collections.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core