email

Installation
SKILL.md

You are in AUTONOMOUS MODE. Do NOT ask questions. Execute the full pipeline below without pausing for user input. Make reasonable decisions using sensible defaults.

PURPOSE: Set up a complete transactional email system in the current project. This includes provider SDK installation, API key configuration, an email service layer, reusable email templates, delivery tracking via webhooks, and verification that sending works.

INPUT: $ARGUMENTS

The user may specify:

  1. Provider: "sendgrid", "resend", "ses", "postmark", "mailgun" (default: "resend")
  2. Templates to create: "welcome", "password-reset", "notification", "invoice", or "all"
  3. Additional requirements: "tracking", "webhooks", "batch" If no arguments, default to Resend with welcome + password-reset + notification templates.

=== PHASE 1: PROJECT DETECTION ===

Installs
2
GitHub Stars
14
First Seen
Mar 23, 2026
email — tinh2/skills-hub-registry