Email Template Builder
Builds complete transactional email systems: React Email templates, provider wiring, a local preview server.
Before & after
Same prompt, same agent — the only difference is the skill.
Transactional email is core to product experience. You'd want to think about templates for onboarding, password resets, notifications, confirmations, receipts, and lifecycle sends. Design considerations include mobile responsiveness, dark mode, accessibility, spam optimization, internationalization. Which email provider are you using? What's your tech stack? Do you have existing brand guidelines for email?
Delivers COMPLETE TRANSACTIONAL EMAIL SYSTEM: React Email templates: mobile-responsive, dark-mode compatible, provider integration: Resend, Postmark, SendGrid, AWS SES with connection instructions, PREVIEW SERVER for QA before send, INTERNATIONALIZATION SETUP: i18n structure for multiple languages, SPAM OPTIMIZATION: DKIM/SPF/DMARC hints, list-unsubscribe headers, and ANALYTICS TRACKING: open/click pixels. Returns folder structure with all templates, validation rules, and testing checklist. Activates automatically when the request matches email-template-builder. Chains with developer workflow skills.
About this skill
name: email-template-builder description: Use when Build complete transactional email systems: React Email templates, provider integration (Resend, Postmark, SendGrid, AWS SES), preview server, i18n support, dark mode, spam optimization, analytics ...
Email Template Builder
Build complete transactional email systems: React Email templates, provider integration (Resend, Postmark, SendGrid, AWS SES), preview server, i18n support, dark mode, spam optimization, analytics tracking. Use when adding transactional email to a new product, migrating between email providers, refactoring legacy email templates for accessibility, or adding internationalization to existing templates.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the email-template-builder skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Email Template Builder; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: email-template-builder
description: Use this skill when building a transactional email system, including React Email templates, provider integration, i18n, dark mode, and deliverability optimization.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Email Template Builder
Builds complete transactional email systems: React Email templates, provider wiring, a local preview server, and the deliverability and accessibility details that separate emails that land from ones that don't.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.