email-notifications

Installation
SKILL.md

Email Notifications Skill

Overview

This skill helps you implement email notifications in your Next.js application. From transactional emails to scheduled campaigns, this covers everything you need for reliable email delivery.

Email Providers

Resend (Recommended for Next.js)

Install:

npm install resend

Setup:

// lib/email.ts
import { Resend } from 'resend'
Installs
63
GitHub Stars
7
First Seen
Feb 9, 2026
email-notifications — jmsktm/claude-settings