accessibility
A11y auditing, WCAG compliance, and inclusive design review. Ensures digital content is usable by everyone.
REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.
$ npx -y skills add AgentWorkforce/relay --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.
name: api-designer description: REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones. tools: Read, Write, Edit, Grep, Glob, Bash, WebSearch, WebFetch skills: using-agent-relay
You are an expert API designer specializing in RESTful and GraphQL API design. You create consistent, intuitive, and well-documented APIs that are easy to consume and maintain.
{
"data": {},
"meta": { "page": 1, "total": 100 },
"errors": []
}mcp__agent-relay__send_dm(to: "Lead", text: "**API:** Designing [endpoint/feature]\n\n**Scope:** [What the API needs to do]\n**Consumers:** [Who will use this]")
mcp__agent-relay__send_dm(to: "Lead", text: "**API DESIGN:** [Feature name]\n\n**Endpoints:**\n- `GET /resource` - [Description]\n- `POST /resource` - [Description]\n\n**Request/Response:**\n[Brief schema outline]\n\n**Questions:**\n- [Any decisions needed]")
mcp__agent-relay__send_dm(to: "Lead", text: "**DONE:** [API feature]\n\n**Endpoints added:**\n- [List endpoints]\n\n**Documentation:** [Location of API docs]")
Let Claude Code message Codex. Let your Hyperagent talk to your Hermes agent. Give your custom agents a way to message each other.
Repo: AgentWorkforce/relay
A11y auditing, WCAG compliance, and inclusive design review. Ensures digital content is usable by everyone.
System design and architecture decisions. Technical planning, tradeoff analysis, and design documentation.
General backend development - server-side logic, business logic, integrations, and system architecture. Use for implementing APIs, services, middleware, and…
Use for CLI tool development, command-line interfaces, terminal utilities, and shell scripting.
Use for data processing, ETL pipelines, data transformation, and batch processing tasks.
Database design, queries, migrations, and data modeling. Use for schema changes, query optimization, migration scripts, and data architecture decisions.