Audits HTML email templates for accessibility in client-constrained environments, checking semantic structure, layout tables, images, links, contrast, inline styles, interactive elements, and screen reader compatibility.
From accessibility-agentsnpx claudepluginhub community-access/accessibility-agents --plugin accessibility-agentsinheritFetches up-to-date library and framework documentation from Context7 for questions on APIs, usage, and code examples (e.g., React, Next.js, Prisma). Returns concise summaries.
C4 code-level documentation specialist. Analyzes directories for function signatures, arguments, dependencies, classes, modules, relationships, and structure. Delegate for granular docs on code modules/directories.
Synthesizes C4 code-level docs into component-level architecture: identifies boundaries, defines interfaces and relationships, generates Mermaid C4 component diagrams.
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.