brand-email-manager

Enforce THE LOST+UNFOUNDS branding in outgoing emails using standard templates.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/canyouseeus/thelostandunfounds --skill brand-email-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-email-manager
Source: https://github.com/canyouseeus/thelostandunfounds/tree/main/.agent/skills/brand-email-manager
Command: npx skills add https://github.com/canyouseeus/thelostandunfounds --skill brand-email-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures all outgoing emails follow THE LOST+UNFOUNDS branding guidelines by applying the standardized template from lib/email-template.ts.

Core Features & Use Cases

  • Never Hardcode HTML: Avoid embedding raw HTML in handlers or servers.
  • Use the Standard Template: Always import and use wrapEmailContent, generateNewsletterEmail, or generateTransactionalEmail from lib/email-template.ts.
  • Mandatory Banner: Every email must start with the official full-width black banner image.
  • Consistent Typography: Use the EMAIL_STYLES constants for headings, paragraphs, and buttons.
  • Centered Alignment: Brand communications are centered by default; internal/admin logs may differ.

Quick Start

Wrap all email content with the standard template using wrapEmailContent, generateTransactionalEmail, or generateNewsletterEmail to ensure every outgoing message adheres to branding.

Frequently Asked Questions about brand-email-manager

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

FAQPage Schema
How do I enforce email branding consistency across transactional emails and newsletters?

To enforce email branding consistency, wrap all outgoing email content using standardized template functions like wrapEmailContent, generateNewsletterEmail, or generateTransactionalEmail, ensuring unified typography and mandatory banners across all message types.

Why should I avoid hardcoding HTML in email handlers for brand style guide compliance?

Avoiding hardcoded HTML in email handlers ensures brand style guide compliance by forcing the use of imported template functions, which automatically apply standardized typography, centered alignment, and mandatory full-width banner images to every message.

What is the best way to standardize typography and banners in automated brand emails?

The best way to standardize typography and banners in automated brand emails is to use predefined EMAIL_STYLES constants and template wrappers, applying consistent formatting and a mandatory full-width black banner image across all communications.

Can I use custom email templates for internal admin logs without the mandatory brand banner?

Internal admin logs may differ from standard brand communications and do not require centered alignment or the mandatory banner, while all external transactional emails and newsletters must strictly enforce the full brand style guide template.

Does brand email template enforcement work with absolute logo URLs and external email clients?

Yes, brand email template enforcement requires an absolute logo URL to ensure logos render correctly across external email clients, maintaining visual style guide consistency for all outgoing transactional and newsletter messages.