
converting-email-templates
Migrate legacy email templates from SendGrid, Mailgun, and others to Mailtrap-compatible Handlebars syntax.
- Bulk migrate legacy email templates to Mailtrap with zero syntax errors.
- Convert inline HTML snippets from Mandrill merge tags to Handlebars.
- Identify application-side logic changes needed for template compatibility.
Free
Sample input
I need to migrate 15 SendGrid templates from the /old-emails folder to Mailtrap. Convert them and save the results in a new /mailtrap-templates directory.
Sample output
Bulk migration complete: 15 files processed.
- Clean: 12
- Needs review: 3 (Flagged: dynamic comparison logic)
Output: /mailtrap-templates Summary: Converted {{user.first_name}} and {{#if}} blocks. Reminder: Update your SendGrid 'dynamic_template_data' to Mailtrap 'template_variables'.
Migrate legacy email templates from SendGrid, Mailgun, and others to Mailtrap-compatible Handlebars syntax.
Free
Included in download
- Downloadable skill package
- 1 permission declared
- Instant install
Sample input
I need to migrate 15 SendGrid templates from the /old-emails folder to Mailtrap. Convert them and save the results in a new /mailtrap-templates directory.
Sample output
Bulk migration complete: 15 files processed.
- Clean: 12
- Needs review: 3 (Flagged: dynamic comparison logic)
Output: /mailtrap-templates Summary: Converted {{user.first_name}} and {{#if}} blocks. Reminder: Update your SendGrid 'dynamic_template_data' to Mailtrap 'template_variables'.
About This Skill
Automates conversion of email HTML templates from six major ESPs to Mailtrap-compatible Handlebars syntax. Runs a bundled Python converter script for deterministic pattern replacements, then applies LLM judgment for complex edge cases. Handles single files, bulk directory conversion, or inline HTML pasted in chat. Generates a detailed report of changes made and flags any patterns that require app-layer code changes. Includes API field mapping reminders so the sending integration is updated alongside the template.
Use Cases
- Bulk migrate legacy email templates to Mailtrap with zero syntax errors.
- Convert inline HTML snippets from Mandrill merge tags to Handlebars.
- Identify application-side logic changes needed for template compatibility.
- Standardize multiple provider templates into a single Mailtrap-friendly format.
Known Limitations
- Cannot automate app-layer code changes.
- Complex nested logic in Brevo may require manual review.
- Output limited to Handlebars syntax.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/converting-email-templates -o /tmp/converting-email-templates.zip && unzip -o /tmp/converting-email-templates.zip -d ~/.claude/skills && rm /tmp/converting-email-templates.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Compatible with SKILL.md-compatible agents including Claude Code and Aider.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.