email-templates

Create and manage reusable email templates with react-email and Resend.

2|1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/aboudou-cto-bloko/pixelmart --skill email-templates-aboudou-cto-bloko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-templates
Source: https://github.com/aboudou-cto-bloko/pixelmart/tree/main/.claude/skills/email-templates
Command: npx skills add https://github.com/aboudou-cto-bloko/pixelmart --skill email-templates-aboudou-cto-bloko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pixel-Mart teams need to design, manage, and deliver consistent email communications efficiently, without reimplementing templates for every campaign or event.

Core Features & Use Cases

  • Build reusable email templates using react-email components and integrate with Resend for reliable delivery.
  • Share and version templates across transactional and marketing emails (order confirmations, password resets, welcome emails, notifications).
  • Use across Convex-triggered workflows to automatically send targeted messages when events happen.

Quick Start

Create or modify an email template under src/components/emails/ and wire it to Resend for delivery.

Frequently Asked Questions about email-templates

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

FAQPage Schema
How do I create transactional email templates using react-email?

To create transactional email templates using react-email, you build reusable components under src/components/emails/ and wire them to Resend for delivery. This allows templates to be reused across order confirmations, password resets, and notifications.

Can I use Resend with Convex workflows to send automated emails?

Yes, you can use Resend with Convex workflows to send automated emails. The templates support integration with Convex-triggered workflows, enabling delivery of targeted messages automatically when specific events happen.

What's the best way to manage reusable marketing and notification emails?

The best way to manage reusable marketing and notification emails is to build shared templates using react-email components and integrate them with Resend. This approach allows you to version and share templates across different campaigns without reimplementing them.

Do I need Resend to deploy react-email templates for Pixel-Mart?

You need Resend to handle the delivery workflow for react-email templates. While templates are built using react-email components, Resend is integrated as the service to ensure reliable delivery of transactional and marketing emails.

How do I add assets or scripts to my email templates?

You can add assets or scripts to your email templates by utilizing optional resources during template creation. The system supports integration with these optional resources while satisfying frontmatter requirements like name and description.