email

Automate email setup, templates, and send infrastructure across multiple providers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/charlieclark/skill-email-automater --skill email-charlieclark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/charlieclark/skill-email-automater/tree/main/skills/email
Command: npx skills add https://github.com/charlieclark/skill-email-automater --skill email-charlieclark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to set up, create, preview, and deploy scalable email automations using React Email, reducing manual configuration and code boilerplate.

Core Features & Use Cases

  • Init: Scaffold email automation infrastructure and adapter integration into your project.
  • Explore: Scan a codebase to discover existing email templates and patterns, suggesting migrations.
  • Template: Interactively create React Email .tsx templates.
  • Automation: Define automation sequences with send/delay/condition steps.
  • Preview App Setup: Prepare and install a dedicated preview UI to visualize flows.
  • Preview: Launch a visual editor to view and edit automation flows.
  • Send: Generate runnable send logic, runner, and API endpoints.

Quick Start

Describe your first automation by creating a starter welcome flow with templates in emails/ and a basic automations.config.json.

Frequently Asked Questions about email

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

FAQPage Schema
How do I automate email workflows using React Email templates?

You can automate email workflows by initializing project infrastructure, creating React Email `.tsx` templates, and defining sequences in an `automations.config.json` file to generate send logic.

Does this approach to email automation support SendGrid and AWS SES?

Yes, the email automation approach supports multiple providers including SendGrid, AWS SES, Resend, and Nodemailer, generating unified route-based workflows and send logic across these platforms.

What is the best way to audit existing codebases for email patterns?

Auditing existing codebases for email patterns is best done by scanning the project to discover current templates and structures, which then suggests necessary migrations to the React Email standard.

How do I set up a visual editor to preview email automation flows?

To set up a visual editor to preview email automation flows, you need to prepare and install a dedicated preview UI, which then launches an interactive interface to view and edit automation sequences.

Can I define delay and condition steps within email automation sequences?

Yes, you can define delay and condition steps within email automation sequences by configuring them through the automation setup, enabling complex multi-step send workflows.