add-email-template

Create and deploy email templates with HTML generation and SQL migration files.

Updated May 10, 2026
One-click install
npx skills add https://github.com/VMRam95/vmram-skills --skill add-email-template-vmram95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-email-template
Source: https://github.com/VMRam95/vmram-skills/tree/main/skills/add-email-template
Command: npx skills add https://github.com/VMRam95/vmram-skills --skill add-email-template-vmram95

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the end-to-end process of creating, styling, and deploying email templates, eliminating manual database entries and migration file creation.

Core Features & Use Cases

  • Automated Workflow: Handles project creation, HTML generation, database insertion, and migration file generation in one flow.
  • Professional Styling: Provides pre-built, email-client-safe HTML structures for professional, transactional, and marketing emails.
  • Use Case: Quickly add a new monthly billing notification template to your email service by simply providing the category and slug, letting the AI handle the SQL and migration boilerplate.

Quick Start

Invoke the add-email-template skill to create a new welcome email template for your project by following the interactive prompts.

Frequently Asked Questions about add-email-template

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

FAQPage Schema
How do I automate email template creation and database insertion in Supabase?

Automating email template creation in Supabase requires a tool that handles project registration, HTML generation, and database insertion in one flow. This skill executes SQL operations and manages migration file versioning automatically through Supabase MCP integration.

What's the best way to generate email migration files without manual database entries?

Generating email migration files without manual database entries is achieved by automating the workflow from HTML generation to migration file versioning. This skill eliminates manual steps by managing database insertion and creating versioned migration files automatically.

Do I need Supabase MCP integration to deploy transactional email templates?

Supabase MCP integration is required to deploy transactional email templates using this skill. You also need access to the email-service repository structure to execute the SQL and file system operations needed for consistent email delivery.

How does automated email template styling work for email-client-safe HTML?

Automated email template styling works by providing pre-built, email-client-safe HTML structures designed for professional, transactional, and marketing emails. This ensures consistent rendering across various email clients without requiring manual CSS troubleshooting.

Can I use Handlebars for email template generation in a Supabase email service?

Handlebars is supported for email template generation within this Supabase-backed email service workflow. The skill manages the end-to-end process, allowing you to provide a category and slug to generate the necessary HTML and SQL boilerplate.

What are the limitations of automating email template deployment with this approach?

Limitations of automating email template deployment include a strict dependency on Supabase MCP and a specific email-service repository structure. Without this exact environment setup, the automated SQL execution and migration file generation will not function correctly.