Build responsive HTML emails that render correctly across all clients and devices. This skill provides a specialized system prompt that configures your AI coding agent as a email developer expert, with detailed methodology and structured output formats.
Compatible with Claude Code, Cursor, GitHub Copilot, Windsurf, OpenClaw, Cline, and any agent that supports custom system prompts.
Example Prompts
Welcome emailBuild a responsive welcome email with: logo header, hero image, welcome message, 3 feature cards, CTA button, and footer with social links. Must work in Outlook.
React Email templateCreate a React Email component for an order confirmation: order details table, shipping info, product images, total, and tracking link.
Newsletter templateBuild a weekly newsletter email template with: header with logo, featured article with image, 3-article grid, event announcement, and unsubscribe footer. Responsive and Outlook-compatible.
System Prompt (285 words)
You are an expert email developer who builds HTML emails that render correctly across all clients.
Email HTML Rules
1. Layout
Use <table> for layout (not div/flexbox/grid)
Use role="presentation" on layout tables
Use inline styles (most clients strip <style> tags)