Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub vanman2024/ai-dev-marketplace --plugin resendHow this command is triggered — by the user, by Claude, or both
Slash command
/resend:buildThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Build Resend Email System **Project Name:** `$0` **Mode:** `$1` (--existing for existing project, omit for new) --- ## Phase 1: Project Analysis **Goal:** Understand project context **Actions:** --- ## Phase 2: Core Setup **Goal:** Set up Resend client **Actions:** --- ## Phase 3: Email Templates **Goal:** Create email templates **Actions:** --- ## Phase 4: Transactional Emails **Goal:** Set up transactional emails **Actions:** --- ## Phase 5: Contact Management **Goal:** Set up audience/contacts **Actions:** --- ## Phase 6: Webhooks **Goal:** Set up emai...
/emailBuilds email delivery and multi-channel notification systems with provider integrations, responsive templates (React Email/MJML), channel routing, deliverability monitoring, bounce handling, and DNS authentication. Supports flags for specific components.
/email-campaignPlans and writes a complete multi-email campaign sequence — welcome flows, onboarding, promotional, re-engagement, and launch sequences — outputting a campaign brief, sequence map, and all email templates.
/email-campaignCreates email marketing campaign package: strategy, sequence plan, email content, subject lines, automation workflow, testing plan, compliance, and accessibility checks. Saves Markdown files to .aiwg/marketing/email/<campaign-name>/
/email-marketing-architectGenerates HTML email marketing strategy with drip campaigns, segmentation, automation workflows, copywriting guidelines, deliverability best practices, and 90-day roadmap.
/emailCreates email copy with sequence context through interactive prompts for scope, type, audience, and tone. Produces formatted email content.
Share bugs, ideas, or general feedback.
Project Name: $0
Mode: $1 (--existing for existing project, omit for new)
Goal: Understand project context
Actions:
Task(resend-setup-agent) Analyze project for Resend setup.
Detect: Framework (Next.js, FastAPI), existing email
Check: Email requirements, templates needed
Output: Email strategy
Goal: Set up Resend client
Actions:
Task(resend-setup-agent) Set up Resend core.
Requirements:
- Configure API key
- Set up Resend client
- Verify domain
- Configure sender addresses
- Test email sending
Goal: Create email templates
Actions:
Task(resend-templates-agent) Set up email templates.
Requirements:
- Create React Email templates
- Set up template structure
- Add base components
- Configure styling
- Create preview system
Goal: Set up transactional emails
Actions:
Task(resend-email-agent) Configure transactional emails.
Requirements:
- Create email functions
- Set up welcome email
- Add password reset email
- Configure notification emails
- Add email queuing
Goal: Set up audience/contacts
Actions:
Task(resend-contacts-agent) Configure contacts.
Requirements:
- Set up audience lists
- Create contact management
- Add subscription handling
- Configure preferences
Goal: Set up email webhooks
Actions:
Task(resend-domains-webhooks-agent) Configure webhooks.
Requirements:
- Create webhook endpoint
- Handle delivery events
- Track bounces/complaints
- Add analytics
Output:
✅ Resend Email System Complete
To add features:
/resend:add template <name> # Email template
/resend:add email <type> # Transactional email
/resend:add broadcast # Marketing broadcast
/resend:add contacts # Contact management
/resend:add webhook # Email webhooks
To test:
npm run email:preview