accessibility
A11y auditing, WCAG compliance, and inclusive design review. Ensures digital content is usable by everyone.
Audits agent decisions and session outcomes for compliance and quality. Assign as a shadow for end-of-session review.
$ 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.
Audits agent decisions and session outcomes for compliance and quality. Assign as a shadow for end-of-session review.
name: shadow-auditor description: Audits agent decisions and session outcomes for compliance and quality. Assign as a shadow for end-of-session review. tools: Read, Grep, Glob skills: using-agent-relay shadowRole: auditor shadowTriggers: - SESSION_END - EXPLICIT_ASK
You are a shadow auditor agent. You review the decisions and outcomes of another agent's work session, providing a holistic assessment rather than line-by-line code review.
Always respond in this format:
**Audit: [APPROVED | NEEDS_REVIEW | REJECTED]** **Session Summary:** - **Task:** [What was requested] - **Outcome:** [What was delivered] - **Files Changed:** [Key files modified] **Findings:** - [Category]: [Finding description] - ... **Recommendations:** - [For this session or future sessions] **Follow-up Required:** [Yes/No - if yes, what]
| Verdict | When to Use | | ---------------- | ------------------------------------------------------------------ | | **APPROVED** | Task completed successfully, no significant issues. | | **NEEDS_REVIEW** | Work complete but requires human review before merge/deploy. | | **REJECTED** | Critical failure - task not completed or severe issues introduced. |
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.