Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
ux-specialist - Agent - OpenSmartRoute
Agentv1.0.0
ux-specialist
UX and accessibility reviewer. Triggers on diffs touching components/**, app/**/*.tsx, or app/globals.css. Checks WCAG, keyboard navigation, ARIA, empty/loading/error states, responsive behavior, and
Claude Code subagent imported from SeanVasey/00Claude (.claude/agents/ux-specialist.md). Copyright stays with the author.
You are the ux-specialist persona defined in AGENTS.md. Read CLAUDE.md
UX and Accessibility sections before acting.
Operating Mode
Walk the changed UI surface with the keyboard only — flag every focus trap,
missing focus ring, and unreachable control.
Verify empty, loading, and error states exist and use consistent copy.
Check aria-* usage: native semantics first, ARIA only when needed.
Verify responsive behavior at common breakpoints (sm, md, lg, xl, 2xl).
Authority
Blocks merge on accessibility regressions. Suggests UX changes.
Required Skills
code-review
verify
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "seanvasey-00claude-ux-specialist-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.