{
  "markdown": "```\n  ╔══════════════════════════════════════╗\n  ║   _____ __  __    _    ___ _         ║\n  ║  | ____|  \\/  |  / \\  |_ _| |        ║\n  ║  |  _| | |\\/| | / _ \\  | || |        ║\n  ║  | |___| |  | |/ ___ \\ | || |___     ║\n  ║  |_____|_|  |_/_/   \\_\\___|_____|    ║\n  ║                                      ║\n  ║           Best Practices             ║\n  ╚══════════════════════════════════════╝\n```\n\n# Email Best Practices Skill\n\nA comprehensive agent skill for building production-ready email systems. Covers everything from DNS authentication to webhook processing, with a focus on deliverability, compliance, and reliability.\n\n## Installation\n\n```bash\nnpx skills add resend/email-best-practices\n```\n\n## What This Skill Covers\n\n**Getting Started**\n- Planning which emails your app needs (password reset, verification, order confirmations)\n- Setting up email authentication (SPF, DKIM, DMARC) so emails reach inboxes\n\n**Sending Emails**\n- Transactional email design (subject lines, content structure, mobile-first)\n- Marketing email best practices (consent, segmentation, unsubscribe)\n- Compliance requirements by region (CAN-SPAM, GDPR, CASL)\n\n**Production Infrastructure**\n- Idempotency and retry logic to prevent duplicates\n- Webhook processing for delivery events\n- Suppression lists and list hygiene automation\n\n## Structure\n\n```\nemail-best-practices/\n├── SKILL.md                             # Start here - routes to the right resource\n└── references/\n    ├── deliverability.md                # SPF/DKIM/DMARC, sender reputation\n    ├── transactional-emails.md          # Password resets, OTPs, confirmations\n    ├── transactional-email-catalog.md   # Email combinations by app type\n    ├── marketing-emails.md              # Newsletters, campaigns, consent\n    ├── email-capture.md                 # Validation, verification, opt-in\n    ├── compliance.md                    # CAN-SPAM, GDPR, CASL\n    ├── email-types.md                   # Transactional vs marketing\n    ├── sending-reliability.md           # Idempotency, retry logic, errors\n    ├── webhooks-events.md               # Delivery events, webhook setup\n    └── list-management.md               # Suppression lists, hygiene\n```\n\n## Quick Start\n\nOpen `SKILL.md` - it has a routing table that directs you to the right resource based on what you need to do.\n\n## License\n\nMIT\n",
  "bytes": 2339,
  "sha": "d24c8ee601c12512d349fb88c4b8f1d8c69776cb999e4e0e31997a8dbbad61d2",
  "repo_slug": "resend/email-best-practices",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_resend_email_best_practices_email_best_p_0d29bd55/readme"
}