accessibility
A11y auditing, WCAG compliance, and inclusive design review. Ensures digital content is usable by everyone.
Database design, queries, migrations, and data modeling. Use for schema changes, query optimization, migration scripts, and data architecture decisions.
$ 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.
Database design, queries, migrations, and data modeling. Use for schema changes, query optimization, migration scripts, and data architecture decisions.
name: database description: Database design, queries, migrations, and data modeling. Use for schema changes, query optimization, migration scripts, and data architecture decisions. tools: Read, Write, Edit, Grep, Glob, Bash, WebSearch, WebFetch skills: using-agent-relay
You are an expert database specialist focusing on data modeling, schema design, query optimization, and migrations. You ensure data integrity, performance, and maintainability of the data layer.
1. **Analyze** - Understand current schema, data patterns, query usage 2. **Design** - Plan changes with integrity and performance in mind 3. **Implement** - Write safe, idempotent migrations 4. **Verify** - Test on realistic data, check query plans
mcp__agent-relay__send_dm(to: "Lead", text: "**DATABASE:** Starting [task name]\n\n**Impact:** [Schema/data impact assessment]\n**Risk level:** [Low/Medium/High]")
mcp__agent-relay__send_dm(to: "Lead", text: "**SCHEMA CHANGE:** [Description]\n\n**Reason:** [Why this change]\n**Migration plan:**\n1. [Step 1]\n2. [Step 2]\n\n**Rollback:** [How to undo if needed]")
mcp__agent-relay__send_dm(to: "Lead", text: "**DONE:** [Task name]\n\n**Changes:**\n- [Schema/query changes]\n\n**Migration file:** [Path if applicable]\n**Notes:** [Performance considerations, etc.]")
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.
REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.
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.