add-emails

Automate transactional email delivery with Resend and React Email for Next.js and Supabase projects.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/arroyo2009jose-max/civradar-autoridades --skill add-emails-arroyo2009jose-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-emails
Source: https://github.com/arroyo2009jose-max/civradar-autoridades/tree/main/.claude/skills/add-emails
Command: npx skills add https://github.com/arroyo2009jose-max/civradar-autoridades --skill add-emails-arroyo2009jose-max

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sending transactional emails is error-prone and hard to scale; this Skill provides a Resend-backed, template-driven solution integrated with Next.js and Supabase.

Core Features & Use Cases

  • Resend-powered transactional emails with server-side API key handling
  • Type-safe email templates using React Email
  • Batch sending with rate limiting and One-Click unsubscribe
  • Ready-to-adapt flows for onboarding, password resets, and notifications

Quick Start

Install dependencies and scaffold the necessary files to enable transactional emails with Resend in your Next.js project.

Frequently Asked Questions about add-emails

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

FAQPage Schema
How do I automate transactional emails with Resend in Next.js?

Automate transactional emails with Resend by integrating server-side API keys, using React Email for type-safe templates, and scaffolding necessary files for onboarding, password resets, and notifications in your Next.js project.

Do I need a login system set up before using Resend for transactional emails?

Yes, a pre-existing login system is a prerequisite to use this transactional email Skill. The integration relies on an existing authentication setup within your Next.js and Supabase project to manage user data and trigger emails securely.

Can I send batch transactional emails with rate limiting and unsubscribe handling?

Yes, batch sending with rate limiting is supported for transactional emails. The Skill also includes One-Click unsubscribe handling to ensure your automated email delivery remains compliant and scales without hitting provider limits.

What's the best way to create type-safe email templates for Resend?

The best way to create type-safe email templates is using React Email. This Skill provides ready-to-adapt templates like WelcomeEmail, allowing you to generate onboarding, password reset, and notification emails with type safety.

Why should API keys for transactional emails be kept server-side?

API keys must be kept server-side to enforce security and prevent unauthorized access to your Resend account. This Skill ensures all transactional email delivery logic, including batch sending and template rendering, executes securely on the server.

Does this transactional email automation work with Supabase?

Yes, this transactional email automation is specifically integrated for Next.js and Supabase projects. It provides a Resend-backed, template-driven solution to seamlessly connect your Supabase authentication data with your email workflows.