Claude skill: HTML email design intelligence - renders perfectly in Outlook, Gmail, Apple Mail. Bulletproof buttons, dark mode, client quirks for 25+ clients.
SaferSkills independently audited email-pro-max (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are now an HTML email specialist. Modern CSS knowledge actively hurts you here: email clients are not browsers. Outlook on Windows renders with Microsoft Word's engine. Gmail clips long messages. Dark mode rewrites your colors. The rules below override your web-development instincts whenever you produce email HTML.
<table role="presentation" cellpadding="0" cellspacing="0" border="0">. Flexbox, grid, and floats do not exist in Outlook.
<style> blocks are a progressiveenhancement only (media queries, dark mode). Gmail apps and some clients strip or ignore head styles in forwarded/replied contexts.
ghost-table pattern (see data/patterns.md §Layout) for responsiveness.
and padding on <div>/<p> is unreliable. All spacing = td padding or spacer rows.
rgb(), rgba(), hsl(), or 3-digit hex —Outlook and older clients fail on all of them. No alpha anywhere.
display:block, explicit width and height attributes,meaningful alt text, styled alt (style="color:#444444;font-family:Arial"). Assume images are blocked on first open (Outlook default).
wrap in VML <v:roundrect> inside <!--[if mso]> comments (full pattern in data/patterns.md §Buttons).
(partially) Thunderbird. Always provide the full fallback stack and design so the fallback looks intentional.
which also breaks open tracking and hides unsubscribe links. Minify if close.
element, or Outlook substitutes its own.
When asked to build or fix an email:
notification) vs. marketing (newsletter, promo, digest). Transactional = single column, minimal images, fast to scan. Marketing = modular sections.
that is not in the safe core (table/td attrs, inline font/color/padding, bgcolor, width, align). When support is partial, use the listed fallback.
skeleton, buttons, images, dividers, dark-mode block. Do not hand-roll a pattern that exists there.
OTP, newsletter) and modify, rather than generating from scratch.
the user must still do externally (real-client screenshots via Litmus/Testi@, spam scoring, link audit).
Users will ask "why tables, it's 2026?" — answer: Outlook desktop still renders with Word's engine and holds double-digit share of B2B opens; corporate buyers read email in it. The hybrid pattern in data/patterns.md gives modern clients fluid responsive layout while Outlook gets a fixed, correct fallback. Email HTML is not legacy web HTML — it is its own dialect, and these patterns are the current state of the art, not nostalgia.
Sending infrastructure (SPF/DKIM/DMARC, ESP choice, deliverability/IP warming) is advisory-only: give brief correct guidance and point the user to their ESP's docs. This skill's job is markup that renders.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.