agent-relay
Let AI agents message, coordinate, and review each other's work
All Skills in This Repository (25)
Pure Emerald Level Indicatorsfrontend-design
Generate accessible, responsive frontend interfaces with cohesive design systems.
prpm-json-best-practices
Validate and standardize prpm.json manifests for publish-ready metadata.
creating-claude-agents
Creates and refines Claude Code agents with validated frontmatter and schema conformance.
using-agent-relay
Automate inter-agent messaging for real-time coordination and task handoffs.
creating-claude-rules
Create or fix Claude rule frontmatter in .claude/rules using paths instead of globs.
creating-claude-hooks
Create Claude Code hooks with executable formats and JSON I/O conventions.
debugging-websocket-issues
Diagnose WebSocket frame errors from conflicting WebSocketServer instances in Node.js.
creating-skills
Create structured Claude skill documentation with frontmatter and CSO optimization.
agent-relay
Coordinate multiple Codex agents through Agent Relay messaging with ACK and DONE signaling.
choosing-swarm-patterns
Selects and configures multi-agent orchestration patterns for Agent Relay workflow definitions.
writing-agent-relay-workflows
Generates multi-agent DAG workflows with verification gates and review loops using @relayflows/core.
creating-agent-skills-skill
Create SKILL.md agent skill packages following the agentskills.io specification.
Frequently Asked Questions
FAQPage SchemaHow to install agent-relay?▼
Run `npx skills add khaliqgant/agent-relay --all -g -y` in your terminal to install all skills in this suite globally.
How to make AI agents talk to each other?▼
Agent Relay gives agents shared channels, direct messages, and threads so Claude Code, Codex, and custom agents can coordinate in real time without building your own messaging layer.
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 and write the workflow.
Does agent-relay work with Claude Code and Codex?▼
Yes. It ships ready-made skills and MCP tools for Claude Code and Codex, and any custom agent can join by implementing the harness contract.
Can agent teams review and test their own code?▼
Yes. The workflow skills enforce test-fix-rerun loops and dual Claude and Codex review passes so agent-written code is verified before it is committed.
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