From backend
Provides instructions for sending emails with Resend in Convex projects using @convex-dev/resend. Use when adding email functionality, setting up Resend, sending transactional emails, using React Email templates, configuring email webhooks, or tracking email delivery status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/backend:convex-resendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Flow | When to use |
| Flow | When to use |
|---|---|
flows/setup/FLOW.md | Add Resend email sending to an existing Convex project |
flows/usage/FLOW.md | Email patterns: sending, templates, React Email, status tracking, webhooks, cleanup, testing |
npx claudepluginhub kvnwolf/devtools --plugin backendSends transactional emails via the Resend API, manages templates, webhooks, domains, contacts, broadcasts, and automations. Use when working with Resend email infrastructure.
Integrates email sending into projects with Resend/SendGrid. Covers domain verification (SPF/DKIM/DMARC), HTML templates, rate limiting, testing, and troubleshooting for verification, notifications, or marketing emails.
Sends and receives transactional emails via Cloudflare Email Service (Workers binding, REST API, Email Routing). Use for Workers, Agents SDK, email deliverability, SPF/DKIM/DMARC, or wrangler email setup.