email-setup

Installation
SKILL.md

Set up transactional email: $ARGUMENTS

$ARGUMENTS can include:

  • Provider hint: "resend" (default) or "sendgrid"
  • "with-templates" — scaffold common templates (welcome, magic-link, notification)
  • "minimal" — just the send helper and one example template
  • Empty — full Resend setup with common templates

Before Starting

  1. Read package.json to detect framework (Next.js vs Vite + Express)
  2. Read src/lib/env.ts to see existing env var patterns
  3. Check if resend or @sendgrid/mail is already installed
  4. Read src/lib/config/tenant.config.ts for brand name, sender email, support email

Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
email-setup — joshuashepherd/my-skills