email-template-builder

Generate React Email templates with multi-provider sending and i18n tracking.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill email-template-builder-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-template-builder
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering-team/email-template-builder
Command: npx skills add https://github.com/Patasse97/claude-skills --skill email-template-builder-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Email teams spend hours crafting and validating transactional messages; this Skill automates the creation of production-ready email templates and reliable sending pipelines for multi-provider setups.

Core Features & Use Cases

  • React Email templates and MJML support for broad client compatibility
  • Unified sending flow across providers (Resend, Postmark, SendGrid, AWS SES)
  • Local preview server with hot reload and i18n support
  • Tracking and analytics with open/click events and UTM parameters
  • Reusable components for onboarding, verification, invoices, and notifications

Quick Start

Generate production-ready transactional email templates and set up a multi-provider sending flow for your project, then preview locally.

Frequently Asked Questions about email-template-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate transactional email templates for multi-provider setups?

You can automate transactional email templates by generating production-ready React Email components with built-in provider integrations. This Skill sets up a unified sending flow across providers like Resend, Postmark, SendGrid, and AWS SES, complete with i18n and tracking.

Does React Email work with internationalization and local preview servers?

Yes, React Email templates work seamlessly with internationalization by generating localized output. The Skill outputs a local preview server with hot reload capabilities, allowing you to validate i18n transactional emails across different languages before deployment.

What is the best way to build onboarding and invoicing email workflows?

The best way to build onboarding and invoicing workflows is using reusable React Email template components. The Skill creates ready-made templates for onboarding, verification, invoices, and notifications, ensuring broad client compatibility through MJML support.

Can I use a unified send function across AWS SES and SendGrid?

Yes, you can use a unified send function across AWS SES and SendGrid. The Skill implements a standardized sending pipeline that normalizes API calls across multiple providers, allowing you to switch email senders without changing your template components.

How do I add open and click tracking with UTM parameters to email templates?

You add open and click tracking by configuring the analytics pipeline included in the generated templates. The Skill outputs templates pre-configured with tracking events and UTM parameters, providing actionable engagement analytics for your transactional messages.