npx skills add framix-team/skill-email-html-mjml --skill email-html-mjml
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.
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.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsArchitect and provision enterprise Azure infrastructure from workload descriptions. For cloud a…
402.8K installsAlso in this package
Other skills from podo/design-agent-skills · top by installs.
npx skills add 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.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,988 B -
docs
SUMMARY.md220 B
History
- First seen on skills.sh
- First recorded snapshot · 112 installs
SKILL.md
email-html-mjml
Catalogue stub — full package: framix-team/skill-email-html-mjml
Decision tree
- 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
- 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)