resendresendOfficialยท3 Agent Skills Included

resend-skills

Send, receive, and build production-ready emails with Resend

Sends transactional emails, manages domains, contacts, broadcasts, and templates through the Resend API and CLI. Builds responsive HTML email templates with React components and sets up secure inboxes that process inbound email via webhooks. Prevents common failures like duplicate sends, spam folder placement, broken authentication, and unverified webhook events. Includes deliverability, compliance, and accessibility guidance for production email workflows.
npx skills add resend/resend-skills --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Resend Skills?โ–ผ

Run `npx skills add resend/resend-skills --all -g -y` in your terminal to install all five email skills globally.

How to send emails with Resend?โ–ผ

The resend skill teaches your coding environment the full Resend API, including single and batch sending, idempotency keys, templates, and error handling. You need a Resend API key stored as the RESEND_API_KEY environment variable.

How to build HTML emails with React?โ–ผ

The react-email skill provides component-based email templates with Tailwind styling that render correctly across Gmail, Outlook, and Apple Mail. It covers welcome emails, password resets, order confirmations, and newsletters.

How to stop emails from going to spam?โ–ผ

The email-best-practices skill walks through SPF, DKIM, and DMARC authentication setup, sender reputation management, and bounce handling. Authentication problems are the most common cause of spam folder placement.

Does Resend Skills work with Claude Code and Cursor?โ–ผ

Yes. The skills follow the open Agent Skills standard and load as plugins in Claude Code, Cursor, Grok, and any compatible client. An MCP server is also included for direct API access.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’