elon-email-templates

Create and modify HTML email templates with TypeScript helpers.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/omerakben/omer-akben --skill elon-email-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elon-email-templates
Source: https://github.com/omerakben/omer-akben/tree/main/.claude/skills/elon-email-templates
Command: npx skills add https://github.com/omerakben/omer-akben --skill elon-email-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Elon AI email templates address the need for consistent, HTML-based transactional emails without React Email components, enabling fast customization and deployment of classroom or admin notifications.

Core Features & Use Cases

  • Pure HTML string templates with TypeScript helpers to render subject and HTML content.
  • Centralized styling and tokens via helper functions.
  • Templates cover welcome emails, role changes, teacher digests, QR invitations, and various notifications.

Quick Start

Instantiate a new or modify an existing email template by editing the relevant function in EMAIL_TEMPLATES and running the local preview tooling to verify HTML output.

Frequently Asked Questions about elon-email-templates

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

FAQPage Schema
How do I create HTML email templates for transactional notifications without React Email?

HTML email templates can be created using pure HTML string templates combined with TypeScript helpers to render subject and content, avoiding React Email components entirely. This approach enables fast customization of transactional notifications.

What is a centralized template architecture for classroom communications?

A centralized template architecture for classroom communications applies pure HTML templates with helper functions to standardize styling and tokens. It manages welcome emails, role changes, and teacher digests across admin and user-facing messaging scenarios.

Does this approach support generating QR code invitations in email templates?

Yes, the email template approach supports generating QR code invitations. It covers various admin and user-facing notifications, including welcome emails, role changes, teacher digests, and QR invitations using pure HTML and TypeScript helpers.

How do I modify an existing transactional email template for Elon AI?

To modify an existing transactional email template, edit the relevant function in your EMAIL_TEMPLATES structure and run local preview tooling. This verifies the HTML output for your classroom or admin notifications.

Why use pure HTML and TypeScript helpers instead of React Email components?

Using pure HTML and TypeScript helpers instead of React Email components provides a centralized template architecture for transactional emails. This enables fast customization and deployment of notifications without component library overhead.