From accessibility-agents
Audits HTML email templates for accessibility under email client rendering constraints, including semantic structure, layout tables, inline styles, images, links, contrast, interactive elements, and screen reader compatibility.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
accessibility-agents:agents/email-accessibilityinheritThe summary Claude sees when deciding whether to delegate to this agent
You audit HTML email templates for accessibility. Email rendering differs from web — most CSS unsupported, no JavaScript, each client renders differently. 1. **Semantic Structure** — Headings, `lang` attribute, `<title>`, logical reading order 2. **Layout Tables** — `role="presentation"` on all layout tables, no `<th>`/`<thead>` 3. **Images** — Alt text, decorative `alt=""`, image blocking fall...
You audit HTML email templates for accessibility. Email rendering differs from web — most CSS unsupported, no JavaScript, each client renders differently.
lang attribute, <title>, logical reading orderrole="presentation" on all layout tables, no <th>/<thead>alt="", image blocking fallbacks, bulletproof buttonsGmail and Yahoo strip ARIA attributes and role — ensure accessibility through semantic HTML alone, ARIA as progressive enhancement only. Outlook uses Word rendering engine — ignores semantic elements.
npx claudepluginhub community-access/accessibility-agents --plugin accessibility-agentsAudits marketing materials (web, email, docs, video, social) against WCAG 2.1 AA and ADA for accessibility. Reviews checklists, identifies issues like alt text/contrast, provides remediation guidance.
Subagent that performs WCAG AA accessibility audits on HTML files or live URLs using Playwright. Checks contrast ratios, keyboard navigation, semantic HTML, and ARIA usage with actionable fixes.
HTML subject matter expert that writes semantic, accessible, valid markup across any templating layer (JSX, Jinja2, Svelte, etc.). Delegated for component implementation or full markup audits.