GitHub collection

agentworkforce/relay

Imported from GitHub — is this yours?

24 skills imported from this repository.

View on GitHub
836 64 Apache-2.0
Claude Skill

choosing-swarm-patterns

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14 specialized ones, with d

LLM Mart

Claude Skill

creating-agent-skills-skill

Use when creating Agent Skills packages (SKILL.md format) for Codex CLI, GitHub Copilot, or Amp - provides the agentskills.io specification with frontmatter constraints, directory structure, and validation rules

LLM Mart

Claude Skill

emil-design-eng

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

LLM Mart

Claude Skill

relay-80-100-workflow

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, mandatory sequential Claude-the

LLM Mart

Claude Skill

review-animations

Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.

LLM Mart

Claude Skill

review-fix-signoff-loop

Use when writing Agent Relay or Ricky workflows that must loop review, fix, and validation with fresh agent context until independent signoff agents, typically Claude and Codex, both agree the work is comprehensively complete. Covers fresh-context iterations, repairable gates, du

LLM Mart

Claude Skill

setting-up-relayfile

Use when an agent or human needs to set up relayfile end-to-end so agents can read and write provider files through a local mount. Covers `relayfile setup`, dynamic integration discovery with `relayfile integration available/search`, Nango and Composio backend selection, Atlassia

LLM Mart

Claude Skill

using-agent-relay

Use when you are a registered relay agent (a spawned worker, or a lead that called register_agent) coordinating with peers in real time over current Agent Relay MCP tools - messaging, channels, threads, reactions, search, inbox, actions, and worker spawn/release. For role selecti

LLM Mart

Claude Skill

writing-agent-relay-workflows

Use when building multi-agent workflows with @relayflows/core. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex fresh-eyes review/fix

LLM Mart

Claude Skill

browser-testing-with-screenshots

Use when testing web applications with visual verification - automates Chrome browser interactions, element selection, and screenshot capture for confirming UI functionality

LLM Mart

Claude Skill

choosing-swarm-patterns

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14 specialized ones, with d

LLM Mart

Claude Skill

creating-claude-hooks

Use when creating or publishing Claude Code hooks - covers executable format, event types, JSON I/O, exit codes, security requirements, and PRPM package structure

LLM Mart

Claude Skill

creating-claude-rules

Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply

LLM Mart

Claude Skill

creating-skills

Use when creating new Claude Code skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, CSO optimization, and real examples

LLM Mart

Claude Skill

debugging-websocket-issues

Use when seeing WebSocket errors like "Invalid frame header", "RSV1 must be clear", or "WS_ERR_UNEXPECTED_RSV_1" - covers multiple WebSocketServer conflicts, compression issues, and raw frame debugging techniques

LLM Mart

Claude Skill

deploying-to-staging-environment

Use when deploying changes to staging across relay, relay-dashboard, and relay-cloud repos - coordinates multi-repo branch syncing using git worktrees, automatically triggers staging deployments via GitHub Actions

LLM Mart

Claude Skill

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

LLM Mart

Claude Skill

implementing-command-palettes

Use when building Cmd+K command palettes in React - covers keyboard navigation with arrow keys, keeping selected items in view with scrollIntoView, filtering with shortcut matching, and preventing infinite re-renders from reference instability

LLM Mart

Claude Skill

prpm-json-best-practices

Best practices for structuring prpm.json package manifests with required fields, tags, organization, multi-package management, enhanced file format, eager/lazy activation, and conversion hints

LLM Mart

Claude Skill

relay-80-100-workflow

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, mandatory sequential Claude-the

LLM Mart

Claude Skill

review-fix-signoff-loop

Use when writing Agent Relay or Ricky workflows that must loop review, fix, and validation with fresh agent context until independent signoff agents, typically Claude and Codex, both agree the work is comprehensively complete. Covers fresh-context iterations, repairable gates, du

LLM Mart

Claude Skill

setting-up-relayfile

Use when an agent or human needs to set up relayfile end-to-end so agents can read and write provider files through a local mount. Covers `relayfile setup`, dynamic integration discovery with `relayfile integration available/search`, Nango and Composio backend selection, Atlassia

LLM Mart

Claude Skill

using-agent-relay

Use when you are a registered relay agent (a spawned worker, or a lead that called register_agent) coordinating with peers in real time over current Agent Relay MCP tools - messaging, channels, threads, reactions, search, inbox, actions, and worker spawn/release. For role selecti

LLM Mart

Claude Skill

agent-relay

Use when you need Codex to coordinate multiple agents through Agent Relay for peer-to-peer messaging, lead/worker handoffs, or shared status tracking across sub-agents and terminals.

LLM Mart

Agents (33)

Claude Agent

accessibility

A11y auditing, WCAG compliance, and inclusive design review. Ensures digital content is usable by everyone.

Claude Agent

api-designer

REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.

Claude Agent

backend

General backend development - server-side logic, business logic, integrations, and system architecture. Use for implementing APIs, services, middleware, and backend features.

Claude Agent

cli

Use for CLI tool development, command-line interfaces, terminal utilities, and shell scripting.

Claude Agent

database

Database design, queries, migrations, and data modeling. Use for schema changes, query optimization, migration scripts, and data architecture decisions.

Claude Agent

data

Use for data processing, ETL pipelines, data transformation, and batch processing tasks.

Claude Agent

debugger

Bug investigation and root cause analysis. Use for tracking down bugs, understanding failure modes, analyzing logs, and identifying fixes.

Claude Agent

deployer

Use for deployment automation, release management, rollouts, and production deployments.

Claude Agent

devops

CI/CD pipelines, build automation, and pipeline optimization. Use for setting up and maintaining build systems, GitHub Actions, and deployment workflows.

Claude Agent

documentor

Technical documentation, API docs, READMEs. Creates clear, comprehensive documentation for codebases.

Claude Agent

explainer

Code explanation and architecture walkthroughs. Helps developers understand complex code and systems.

Claude Agent

fixer

Use for quick fixes, hotfixes, urgent patches, and time-sensitive bug repairs.

Claude Agent

frontend

Creates distinctive, production-grade frontend interfaces. Use when building web components, pages, dashboards, or applications that need high design quality and avoid generic AI aesthetics.

Claude Agent

infrastructure

Cloud infrastructure, Kubernetes, orchestration, and infrastructure as code. Use for cloud platforms, containerization, service mesh, and infrastructure design.

Claude Agent

integrator

Use for third-party integrations, API connections, webhooks, OAuth flows, and external service integration.

Claude Agent

lead

Use when coordinating multi-agent teams. Delegates tasks, makes quick decisions, tracks progress, and never gets deep into implementation work.

Claude Agent

migrator

Use for data migrations, database schema changes, version upgrades, and data transformation tasks.

Claude Agent

mobile

Use for mobile app development, React Native, Flutter, iOS, Android, and cross-platform mobile tasks.

Claude Agent

monitor

Use for monitoring setup, alerting configuration, observability, and performance analysis.

Claude Agent

performance

Performance optimization and profiling. Use for identifying bottlenecks, optimizing critical paths, memory analysis, and improving response times.

Claude Agent

prototyper

Use for rapid prototyping, MVPs, proof-of-concepts, and quick experimental implementations.

Claude Agent

qa

Quality assurance, testing protocols, and defect management. Creates test plans and validates feature completeness.

Claude Agent

refactorer

Code refactoring and tech debt reduction. Use for improving code structure, extracting abstractions, reducing duplication, and improving maintainability without changing behavior.

Claude Agent

researcher

Research tasks and codebase exploration. Investigates questions, finds patterns, and gathers information.

Claude Agent

reviewer

Code review for quality, security, and best practices. Direct invocation for reviewing PRs, commits, or specific files.

Claude Agent

security

Security auditing, vulnerability assessment, and secure coding review. Identifies OWASP risks and recommends mitigations.

Claude Agent

shadow-active

Actively monitors all agent activity and provides real-time guidance. Assign as a shadow for high-stakes or learning scenarios.

Claude Agent

shadow-auditor

Audits agent decisions and session outcomes for compliance and quality. Assign as a shadow for end-of-session review.

Claude Agent

shadow-reviewer

Reviews code changes for quality, security, and best practices. Assign as a shadow to monitor another agent's code output.

Claude Agent

tester

Test writing (unit, integration, e2e). Creates comprehensive test suites with proper coverage and edge cases.

Claude Agent

relay-researcher

A research-focused worker that investigates code, docs, and options then reports findings via Agent Relay. Use when you need deep analysis or investigation.

Claude Agent

relay-reviewer

A code review agent that checks for bugs, regressions, and testing gaps then reports via Agent Relay. Use when you need a second pair of eyes on changes.

Claude Agent

relay-worker

A background worker agent that communicates via Agent Relay. Use when you need to delegate a task to a worker that reports back via Relay messaging.

MCP servers (1)

  • relaycast stdio npx

Connection details are shown as declared in the repository; arguments and environment values are deliberately not imported.