email-designer
Installation
SKILL.md
Email Designer
Generate Outlook-compatible email templates through conversation. The user describes what they want, you produce a pixel-perfect EML file that opens as a draft in Outlook.
How It Works
This skill has three layers:
- Rules — Outlook compatibility constraints you follow when generating HTML
- Templates — Pre-built components and layouts you assemble from
- Code blocks — Python scripts you execute to produce EML files
The core (HTML + EML) uses Python stdlib only. Optional features (charts, header banners, image optimization) require additional packages that are auto-installed when needed — see Step 0.
Step 0: Environment Check
Before starting, verify that Python 3 is available. Try these commands (use whichever works on the current platform):