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
- Read
package.jsonto detect framework (Next.js vs Vite + Express) - Read
src/lib/env.tsto see existing env var patterns - Check if
resendor@sendgrid/mailis already installed - Read
src/lib/config/tenant.config.tsfor brand name, sender email, support email