원클릭으로
resend-email
Specialized skill for initializing Resend email services and scaffolding a reusable email utility function.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Specialized skill for initializing Resend email services and scaffolding a reusable email utility function.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Agent-to-User Interface (A2UI) protocol implementation and client renderer scaffolding.
Infrastructure automation, configuration management, and application deployment orchestration using Ansible.
Create and manage unicode braille animations and spinners for CLIs and web apps. Use this skill when the user wants to add loading indicators, progress animations, or custom braille-based art to their terminal or browser-based application.
Agent harness for headlessly deploying Code Scaffold assets.
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds.
Comprehensive cybersecurity arsenal integrating MITRE and NIST framework methodologies, NVIDIA SkillSpector vulnerability scanning, and deep SAST secret detection.
| name | resend_email |
| description | Specialized skill for initializing Resend email services and scaffolding a reusable email utility function. |
When the user asks to set up emails, notifications, or Resend, follow these instructions exactly:
Check for Resend Configuration Check for esend.md or look for a RESEND_API_KEY in the local .env files.
Prompt if Missing If missing, prompt the user for their Resend API key and the verified sending domain. Insert these safely into .env.local or .env.
Scaffold Utility Create a generic sendEmail.ts (or .js) utility function that wraps the Resend Node.js SDK. It should accept o, subject, html, and optionally rom parameters.
Verify Implementation Ensure the utility is cleanly separated from the UI logic and handles API errors via try/catch blocks gracefully.