podo/design-agent-skills

email-html-mjml

Generates cross-client HTML email from MJML 4.x — Outlook 2013-365 safe, Gmail-optimized, WCAG 2.1 AA accessible. Triggers automatically when asked to create, compile, or troubleshoot HTML email.

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill email-html-mjml

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,988 B
  • docs SUMMARY.md 220 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 112 installs

SKILL.md

email-html-mjml

Catalogue stub — full package: framix-team/skill-email-html-mjml

Decision tree

  1. Is the package already installed?

Check: ~/.design-agent-skills/skills/email-html-mjml/SKILL.md exists. - Yes → invoke email-html-mjml and proceed - No → go to step 2

  1. Do you have shell access?

- Yes → run the install command below, then invoke the skill - No → show the install command; in Claude Code, send it as a chat message starting with ! — add -g for global install or omit for project-only

Install command

npx skills add framix-team/skill-email-html-mjml

Invoke after install

  • Skill name: email-html-mjml
  • Trigger phrases: "MJML", "HTML email", "email template", "Outlook-safe email"

What it does

Generates production-ready HTML email using MJML 4.x as the authoring layer. MJML's responsive components compile to table-based HTML that is compatible with Outlook 2013 through 365, Gmail web and mobile, Apple Mail, and other major clients. Output meets WCAG 2.1 AA accessibility standards (sufficient contrast, semantic structure, alt text). The skill self-activates when asked to create, compile, or troubleshoot any HTML email.

When NOT to use

  • Marketing web page HTML — use design-html instead
  • Animated web content or interactive landing pages
  • Email rendering testing across clients (use a dedicated email testing service like Litmus)