Audits HTML email templates for the specific accessibility challenges of email clients, where you can't rely on modern CSS or ARIA attributes. Covers the fundamentals: semantic heading structure, proper table roles for layout, alt text and image blocking fallbacks, color contrast with inline styles, and bulletproof button patterns. The constraint here is real: Gmail and Yahoo strip ARIA, so everything has to work through semantic HTML and inline styles alone. Useful when you're building transactional emails or newsletters and need to catch issues before they hit inboxes, especially around screen reader compatibility and dark mode handling.
npx skills add https://github.com/community-access/accessibility-agents --skill email-accessibility