What problem does it solve?
HTML emails break across clients because Outlook uses the Word rendering engine, Gmail strips style blocks, and dark mode behaves inconsistently. This Skill produces a single self-contained .html file that renders correctly in every major client and on mobile, ready to paste into your ESP.
Core Features & Use Cases
- Client-safe code generation: Builds table-only layouts with inline CSS, 600px max width, system font fallbacks, and bulletproof CTA buttons that survive Outlook, Gmail, Apple Mail, and Yahoo.
- Dark mode and mobile handling: Adds color-scheme meta tags, a 480px media query breakpoint, and safe fallback rules so the email reads on a 375px phone and in dark-mode inboxes.
- ESP merge tag support: Ships with correct first-name and unsubscribe merge tag syntax for Klaviyo, Mailchimp, HubSpot, and Brevo, plus a pre-send test checklist covering links, alt text, file size under 100KB, and legal footer requirements.
- Use Case: You need a welcome email for a Klaviyo campaign. Provide your brand colors and copy, and receive one .html file with the correct
{{ first_name|default:"there" }} merge tag, unsubscribe link, and postal address footer, verified against the client test checklist.
Quick Start
Ask the AI to code a responsive HTML email template for a Klaviyo welcome campaign using your brand colors, with a hero section, CTA button, and compliant footer.