One-click install
npx skills add https://github.com/sergiomvj/facebrasil --skill email-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-systems
Source: https://github.com/sergiomvj/facebrasil/tree/main/.agent/skills/email-systems
Command: npx skills add https://github.com/sergiomvj/facebrasil --skill email-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Email deliverability is critical for revenue but is often neglected, causing lost messages to land in spam folders or be blocked entirely. This Skill provides a practical blueprint to treat deliverability as infrastructure, focusing on reliable delivery, monitoring, and governance.

Core Features & Use Cases

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

Quick Start

Use the email-systems skill to configure deliverability for your transactional emails: enable SPF, DKIM, and DMARC, set up a retry-enabled queue, enable event tracking, and implement template versioning.

Frequently Asked Questions about email-systems

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

FAQPage Schema
How do I stop transactional emails from going to spam?

Email deliverability improves when you enforce SPF, DKIM, and DMARC authentication protocols within your infrastructure. This validates your sending domain, preventing transactional messages from landing in spam folders or being blocked entirely.

How do I set up a transactional email queue with retry logic?

Setting up a transactional email queue requires implementing retry logic and delivery event tracking for onboarding, order confirmations, and password resets. This infrastructure guarantees reliable delivery by automatically reattempting failed message sends across your teams.

What is email event tracking and how does it monitor deliverability?

Email event tracking monitors deliverability by logging delivery, opens, clicks, bounces, and complaints for your transactional messages. Tracking these delivery events within your infrastructure provides visibility into inbox placement and highlights failures requiring immediate attention.

Does this approach support email template versioning for A/B testing?

Yes, this approach supports email template versioning for A/B testing and rollback capabilities. Versioning your transactional email templates allows you to compare campaign performance variations and safely revert to previous formats if delivery engagement drops.

How do I implement unsubscribe compliance for marketing campaigns?

To implement unsubscribe compliance for marketing campaigns, you must enforce governance controls within your email infrastructure. Managing unsubscribe requests ensures compliance while maintaining reliable deliverability for your ongoing promotional messages and transactional sends.

When should I treat email deliverability as infrastructure?

You should treat email deliverability as infrastructure when your revenue relies heavily on timely inbox placement for order confirmations, password resets, and marketing campaigns. Treating it as infrastructure involves continuous monitoring, queue management, and strict authentication enforcement.