email-best-practices

Plan and implement email infrastructure with DNS authentication, webhooks, and compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/robertsthomas/hellobrand --skill email-best-practices-robertsthomas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-best-practices
Source: https://github.com/robertsthomas/hellobrand/tree/main/.agents/skills/email-best-practices
Command: npx skills add https://github.com/robertsthomas/hellobrand --skill email-best-practices-robertsthomas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Plan and implement production-grade email infrastructure covering deliverability, compliance, and reliability for transactional and marketing emails.

Core Features & Use Cases

  • Guidance on DNS authentication (SPF, DKIM, DMARC), domain setup, and sender reputation
  • Production-ready sending infrastructure with IP warming, subdomain separation, and retry/idempotency
  • Webhook processing, delivery event handling, and list management for suppressions and bounces
  • Cross-region compliance considerations (CAN-SPAM, GDPR, CASL) and unsubscribe management

Quick Start

Review the catalog of transactional emails and implement DNS authentication, start IP warming, configure webhooks, and establish suppression and monitoring for production.

Frequently Asked Questions about email-best-practices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up SPF, DKIM, and DMARC for transactional email deliverability?

Email deliverability requires explicit SPF, DKIM, and DMARC DNS authentication. This Skill guides you through configuring these records, managing domain subdomains, and starting DMARC rollout to establish a strong sender reputation for transactional and marketing emails.

What is the best way to handle email bounces, complaints, and suppressions?

Handling bounces and complaints requires webhook processing and delivery event handling. This Skill provides guidance on configuring list management, suppression management, and robust retry mechanisms to maintain list hygiene and prevent sending to invalid addresses.

How do I ensure email compliance with GDPR, CAN-SPAM, and CASL regulations?

Email compliance with GDPR, CAN-SPAM, and CASL requires cross-region regulatory considerations and unsubscribe management. This Skill provides guidance on implementing production-grade email infrastructure that meets these compliance standards for both transactional and marketing emails.

Do I need dedicated sending infrastructure and IP warming for marketing emails?

Yes, production-grade marketing emails require dedicated sending infrastructure and IP warming. This Skill guides you through subdomain separation and IP warming procedures to build sender reputation and ensure reliable deliverability for high-volume sending.

How does idempotency and retry logic work with email webhook processing?

Idempotency and retry logic in email webhook processing ensures reliable delivery event handling by safely reprocessing failed webhook payloads. This Skill covers implementing robust retry and idempotency mechanisms to handle webhook events without triggering duplicate actions.

When should I start DMARC rollout and domain subdomain separation for email?

DMARC rollout and domain subdomain separation should be established before launching production email infrastructure. This Skill requires explicit DNS authentication setup and guides you through early DMARC rollout to protect sender reputation and ensure deliverability.