What problem does it solve? Writing HTML emails that render correctly across Gmail, Outlook, Apple Mail, and Yahoo is notoriously difficult because email clients lack support for modern CSS like flexbox, grid, media queries, and SVG. This Skill guides AI agents to build email templates with React Email components that follow email-client-safe patterns automatically. ## Core Features & Use Cases - Component-Based Email Templates: Create welcome emails, password resets, order confirmations, newsletters, and notifications using components like Html, Body, Container, Button, Row, and Column with Tailwind styling via pixelBasedPreset. - Rendering and Sending: Render templates to HTML or plain text and send them through Resend, Nodemailer, or SendGrid. - Visual Email Editor: Embed the @react-email/editor component (built on TipTap) into an app so end users can compose email-ready HTML with bubble menus, slash commands, and themes. - Internationalization: Implement multi-language emails with next-intl, react-i18next, or react-intl, including RTL language support. - Use Case: Ask the agent to create a password reset email for your SaaS app; it will ask about brand colors and logo format, then produce a TypeScript template with correct static image handling, box-border buttons, and preview props. ## Quick Start Ask the agent to create a welcome email template with React Email, providing your brand color, logo file, and production hosting URL.