communication-systems
Installation
SKILL.md
Communication Systems
Overview
Building email systems, push notifications, in-app messaging, and webhook integrations.
Email Systems
Transactional Email
import { Resend } from 'resend';
const resend = new Resend(process.env.RESEND_API_KEY);
Related skills
More from miles990/claude-software-skills
devops-cicd
CI/CD pipelines, infrastructure as code, and deployment strategies
414code-quality
Clean code principles, SOLID, and code review practices
410game-development
Game development patterns, architectures, and best practices
281e-commerce
E-commerce platforms, payment processing, and shopping cart patterns
252saas-platforms
SaaS architecture, multi-tenancy, and subscription management
237project-management
Agile methodologies, issue tracking, and team collaboration tools
229