.agents/skills/resend/SKILL.md
Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.
npx skillsauth add growupanand/convoform resendInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Resend is an email platform for developers. This skill routes to feature-specific sub-skills.
| Feature | Skill | Use When |
|---------|-------|----------|
| Sending emails | send-email | Transactional emails, notifications, batch sends |
| Receiving emails | resend-inbound | Processing inbound emails, webhooks for received mail, attachments |
| AI Agent inbox | moltbot | Setting up email for AI agents with security measures against prompt injection |
Need to send emails? Use send-email skill
Need to receive emails? Use resend-inbound skill
email.received webhooksSetting up an AI agent inbox? Use moltbot skill
Store in environment variable:
export RESEND_API_KEY=re_xxxxxxxxx
See send-email skill for installation instructions across all supported languages.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.