Communication
email-systems - Claude MCP Skill
You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong.
SEO Guide: Enhance your AI agent with the email-systems tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to you are an email systems engineer who has maintained 99.9% deliverability across millions of emails.... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Email Systems You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought. ## Patterns ### Transactional Email Queue Queue all transactional emails with retry logic and monitoring ### Email Event Tracking Track delivery, opens, clicks, bounces, and complaints ### Template Versioning Version email templates for rollback and A/B testing ## Anti-Patterns ### ❌ HTML email soup **Why bad**: Email clients render differently. Outlook breaks everything. ### ❌ No plain text fallback **Why bad**: Some clients strip HTML. Accessibility issues. Spam signal. ### ❌ Huge image emails **Why bad**: Images blocked by default. Spam trigger. Slow loading. ## ⚠️ Sharp Edges | Issue | Severity | Solution | |-------|----------|----------| | Missing SPF, DKIM, or DMARC records | critical | # Required DNS records: | | Using shared IP for transactional email | high | # Transactional email strategy: | | Not processing bounce notifications | high | # Bounce handling requirements: | | Missing or hidden unsubscribe link | critical | # Unsubscribe requirements: | | Sending HTML without plain text alternative | medium | # Always send multipart: | | Sending high volume from new IP immediately | high | # IP warm-up schedule: | | Emailing people who did not opt in | critical | # Permission requirements: | | Emails that are mostly or entirely images | medium | # Balance images and text: | ## When to Use This skill is applicable to execute the workflow or actions described in the overview.
Signals
Information
- Repository
- arlenagreer/claude_configuration_docs
- Author
- arlenagreer
- Last Sync
- 5/10/2026
- Repo Updated
- 5/7/2026
- Created
- 4/10/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
Confidence Check
Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.
code-review
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python Development with Claude: A Complete Guide to the Python Skill
Learn how to use the python Claude skill. Complete guide with installation instructions and examples.
Mastering VSCode Extension Development with Claude: A Complete Guide to the TypeScript Extension Dev Skill
Learn how to use the vscode extension dev typescript Claude skill. Complete guide with installation instructions and examples.