Command Palette

Search for a command to run...

YepAPI
Free · All Tools

Email Agent Skill

Resend + React Email — transactional templates and deliverability.

emailresendtransactionaltemplates

The Skill

Full content, every format. Copy it, download it, or install with one command.

SKILL.md
---
description: Resend + React Email — transactional templates and deliverability.
homepage: https://yepapi.com/skills/email
metadata:
  tags: [email, resend, transactional, templates]
---

# Email

## Rules

- Resend + React Email for transactional emails — JSX templates, type-safe
- Template pattern: one React component per email type, props for dynamic content
- Queue long-running sends — don't block API response waiting for email delivery
- Bounce handling: monitor bounces, remove invalid addresses, update user records
- Unsubscribe link: required by law (CAN-SPAM, GDPR) — one-click unsubscribe
- SPF/DKIM/DMARC: configure DNS records for deliverability
- Test emails: use Resend test mode or Ethereal for development
- Plain text fallback: always provide text version alongside HTML

Install

Why Use the Email Skill?

Without this skill, your AI guesses at email patterns. It might hallucinate deprecated APIs, use outdated conventions, or miss best practices entirely. With it, your AI follows a proven ruleset — every suggestion aligns with current standards.

Drop this skill into your project and your AI instantly knows the rules. Better code suggestions, fewer errors, faster shipping.

Try These Prompts

These prompts work better with the Email skill installed. Your AI knows the context and writes code that fits.

"Set up transactional email with Resend and React Email templates"

"Create responsive email templates for welcome, password reset, and invoice notifications"

"Build an email sending service with rate limiting, bounce handling, and delivery tracking"

Email skill — FAQ

It provides Resend and React Email patterns for transactional templates and deliverability. Your AI generates email templates that render correctly across all clients with proper styling.

Run `npx skills add YepAPI/skills --skill email` in your project root. This copies the skill file into your repo where your AI coding tool can read it automatically.

Yes. The skill uses React Email to build templates with React components that compile to email-safe HTML. This gives you component reuse and TypeScript types while maintaining email client compatibility.

Want more skills?

Browse all 110 free skills for builders.

See All Skills