# Resend Migrate

> Use when migrating from SendGrid, Mailgun, or Postmark to Resend - detects @sendgrid/mail, sgMail, SENDGRID_API_KEY, mailgun, postmark imports and routes to the appropriate provider migration sub-skill.

- Skill: `resend/resend-migrate` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add resend/resend-migrate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/resend/resend-migrate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: resend (https://skillmd.com/u/resend)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/resend/resend-migrate

---


# Resend Migration Skills

## Overview

This skill routes to provider-specific migration sub-skills for switching from another email platform to Resend.

## Sub-Skills

| Provider | Skill | Detection Patterns |
|----------|-------|-------------------|
| **SendGrid** | `migrate-sendgrid` | `@sendgrid/mail`, `sgMail`, `SENDGRID_API_KEY`, `sendgrid-ruby`, `sendgrid-go`, `sendgrid-java`, `sendgrid-php` |

## Quick Routing

**Migrating from SendGrid?** Use `migrate-sendgrid` skill
- Automated conversion tool at [resend.com/migrate/sendgrid](https://resend.com/migrate/sendgrid)
- SDK mapping for Node.js, Python, Ruby, Go, PHP, Java, .NET, Elixir, cURL
- SMTP config, webhook event mapping, feature differences

## Resources

- [Resend Migration Guide](https://resend.com/migrate)
- [Resend API Reference](https://resend.com/docs/api-reference)
- [Resend Dashboard](https://resend.com)

