email-gateway

Installation
SKILL.md

skill:email-gateway - Multi-Provider Email Gateway

Version: 1.0.0

Purpose

Generate production-ready email sending integrations for Cloudflare Workers and Node.js applications. This skill produces a unified email interface that abstracts provider-specific APIs (Resend, SendGrid, Mailgun, SMTP2Go), includes template rendering, error handling with retry logic, and delivery tracking via webhooks. Use this skill when a project needs transactional or notification email capabilities with provider flexibility.

File Structure

skills/email-gateway/
├── SKILL.md (this file)
├── examples.md
├── scripts/ (optional)
│   └── [helper scripts]
└── templates/ (optional)
    └── [output templates]
Installs
2
Repository
olino3/forge
First Seen
Feb 13, 2026
email-gateway — olino3/forge