email/SKILL.md
Comprehensive email management and marketing for any business type. Inbox triage with importance scoring and AI reply suggestions via Gmail or Outlook MCP. Email composition using proven copy frameworks (PAS, AIDA, BAB, FAB). Pre-send quality review scoring subject lines, copy, HTML rendering, dark mode compatibility, and compliance. Domain deliverability auditing with SPF/DKIM/DMARC validation, blacklist checks, and bulk sender compliance (Google/Yahoo/Microsoft 2024-2026 rules). Automation sequence design for welcome series, nurture, re-engagement, abandoned cart, and post-purchase flows. Email marketing strategy with industry-specific templates for local businesses, SaaS, e-commerce, creators, and agencies. Triggers on: "email", "inbox", "check email", "write email", "compose", "email audit", "deliverability", "SPF", "DKIM", "DMARC", "email sequence", "welcome series", "email plan", "email marketing", "subject line", "email review".
npx skillsauth add agricidaniel/claude-email emailInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive email management across all business types (local services, SaaS, e-commerce, creators, agencies). Orchestrates 6 specialized sub-skills and 4 subagents.
| Command | What it does |
|---------|-------------|
| /email | Interactive mode: detect context, show inbox summary or menu |
| /email check | Inbox triage: scan, score importance, categorize, suggest replies |
| /email write | Compose email: choose framework, generate subject + body + HTML |
| /email review <email> | Pre-send quality check: score subject, copy, HTML, compliance |
| /email audit <domain> | Deliverability audit: SPF/DKIM/DMARC, blacklists, compliance |
| /email sequence <type> | Design automation: welcome, nurture, win-back, cart, custom |
| /email plan <business> | Email marketing strategy with industry template |
/email)When invoked without arguments:
email-profile.md in project rootFor specific commands, load the relevant sub-skill directly:
/email check -> skills/email-check/SKILL.md/email write -> skills/email-write/SKILL.md/email review -> skills/email-review/SKILL.md/email audit -> skills/email-audit/SKILL.md/email sequence -> skills/email-sequence/SKILL.md/email plan -> skills/email-plan/SKILL.mdWhen the user invokes /email audit, delegate to subagents in parallel:
scripts/check_deliverability.py for DNS-based checksOn first run, generate email-profile.md in the project root:
email-profile.md with these settings| Business Type | Emphasis | |---------------|----------| | Local business | Review requests, appointment reminders, loyalty, seasonal promos | | SaaS | Onboarding sequences, feature announcements, churn prevention, NPS | | Ecommerce | Abandoned cart, post-purchase, promotional, cross-sell/upsell | | Creator | Newsletter, community engagement, monetization, content teasers | | Agency | Client communication, project updates, case studies, proposals | | Personal | Inbox management, reply drafts, organization |
Hard rules enforced across all sub-skills:
Load these on-demand as needed -- do NOT load all at startup:
references/deliverability-rules.md -- SPF/DKIM/DMARC validation, bulk sender rulesreferences/benchmarks.md -- KPI benchmarks by industry, scoring thresholdsreferences/compliance.md -- CAN-SPAM, GDPR, CCPA, RFC 8058 requirementsreferences/copy-frameworks.md -- PAS, AIDA, BAB, FAB, 4Ps with templatesreferences/technical-standards.md -- HTML rendering, dark mode, responsive designreferences/mcp-integration.md -- Setup guides for Gmail, Outlook, SendGrid, etc./email audit| Category | Weight | |----------|--------| | Authentication (SPF+DKIM+DMARC) | 40% | | Blacklist Status | 20% | | DNS Configuration | 15% | | Compliance | 15% | | TLS/Security | 10% |
/email review| Category | Weight | |----------|--------| | Subject Line | 25% | | Copy Quality | 25% | | Technical (HTML) | 20% | | Deliverability Signals | 15% | | Compliance | 15% |
This skill orchestrates 6 specialized sub-skills:
For parallel analysis during audits:
email-deliverability -- SPF/DKIM/DMARC + blacklist + reputation checksemail-compliance -- CAN-SPAM/GDPR/CCPA compliance scanningemail-content -- Copy quality and framework adherence scoringemail-inbox -- Inbox categorization and importance scoringCheck for these tool patterns to determine available platforms:
search_gmail_messages, send_gmail_message, get_gmail_message_contentlist-mail-messages, send-mail, get-mail-messagesend_single_email, list_all_contacts, get_statsget_campaigns, create_campaign, send_campaignkit_list_subscribers, kit_create_broadcastIf no email MCP is detected, inform the user and offer setup guidance
from references/mcp-integration.md.
development
Compose high-converting emails using proven copy frameworks (PAS, AIDA, BAB, FAB, 4Ps). Generates subject line variants with scores, responsive HTML templates with dark mode support, plain-text fallback, and preheader recommendations. Optimized for cold outreach, newsletters, product launches, promotions, and transactional emails. Adapts to user context from email-profile.md.
tools
Designs complete email automation sequences with timing, subject lines, copy, and conditional logic. Supports welcome series, nurture campaigns, re-engagement, abandoned cart, post-purchase, review requests, and custom sequences. Adapts sequence type, cadence, frameworks, and conditional branching to business context. Use when user wants to create an automated email series triggered by subscriber actions or time intervals.
development
Pre-send email quality review and scoring across 5 dimensions (subject line, copy quality, technical/HTML, deliverability, compliance). Analyzes subject lines, body copy, HTML structure, spam triggers, and CAN-SPAM compliance. Scores 0-100 with detailed recommendations for improvement. Use when user wants to review an email before sending, check email quality, or validate marketing email best practices.
tools
Generate comprehensive email marketing strategy with 90-day implementation roadmap. Analyzes business type (local-business, saas, ecommerce, creator, agency) to deliver industry-specific segmentation plans, automation sequences, content calendars, KPI targets, platform recommendations, and week-by-week rollout schedule. Use when building email program from scratch or restructuring existing strategy.