khaliqgantkhaliqgantCommunity·25 Agent Skills Included

agent-relay

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

Connects AI agents like Claude Code and Codex through shared channels, direct messages, threads, and reactions. Eliminates the need to build custom chat infrastructure for multi-agent teams and swarm workflows. Includes skills for orchestration patterns, validated workflows, and review loops so agent teams ship tested code.
npx skills add khaliqgant/agent-relay --all -g -y
Available:

Tells the AI agent to work only on feature branches, never push to main, keep the changelog updated, and record its decisions as trajectory logs for future agents.

All Skills in This Repository (25)

Pure Emerald Level Indicators
📦 In Repo
khaliqgantkhaliqgant

frontend-design

Generate accessible, responsive frontend interfaces with cohesive design systems.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

prpm-json-best-practices

Validate and standardize prpm.json manifests for publish-ready metadata.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

creating-claude-agents

Creates and refines Claude Code agents with validated frontmatter and schema conformance.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

using-agent-relay

Automate inter-agent messaging for real-time coordination and task handoffs.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

creating-claude-rules

Create or fix Claude rule frontmatter in .claude/rules using paths instead of globs.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

creating-claude-hooks

Create Claude Code hooks with executable formats and JSON I/O conventions.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

debugging-websocket-issues

Diagnose WebSocket frame errors from conflicting WebSocketServer instances in Node.js.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

creating-skills

Create structured Claude skill documentation with frontmatter and CSO optimization.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

agent-relay

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

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

choosing-swarm-patterns

Selects and configures multi-agent orchestration patterns for Agent Relay workflow definitions.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

writing-agent-relay-workflows

Generates multi-agent DAG workflows with verification gates and review loops using @relayflows/core.

Community
Advanced
📦 In Repo
khaliqgantkhaliqgant

creating-agent-skills-skill

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

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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