templates

Manage Resend email templates via API with CRUD and alias operations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/yashug/signal-sky --skill templates-yashug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/yashug/signal-sky/tree/main/.agents/skills/resend/templates
Command: npx skills add https://github.com/yashug/signal-sky --skill templates-yashug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resend, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, updating, publishing, and deletion of Resend email templates, enabling programmatic management of reusable email structures.

Core Features & Use Cases

  • Template Management: Create, retrieve, list, update, delete, publish, and duplicate email templates via the Resend API.
  • Alias Support: Use stable, human-readable aliases for referencing templates instead of auto-generated IDs.
  • Variable Syntax: Define and use triple-mustache {{{VARIABLE_NAME}}} syntax for dynamic content within templates.
  • Use Case: Automatically create a new "Welcome" email template with a unique alias and pre-defined variables whenever a new user signs up for a service.

Quick Start

Use the templates skill to create a new draft email template named 'Welcome' with the HTML content '<p>Hello {{{NAME}}}</p>'.

Frequently Asked Questions about templates

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

FAQPage Schema
How do I programmatically manage Resend email templates?

Programmatic management of Resend email templates is achieved through API interactions using the Node.js SDK, enabling CRUD operations, publishing, and alias management for reusable content.

Can I use custom variables for dynamic content in Resend templates?

Yes, dynamic content is supported using triple-mustache variable syntax like {{{VARIABLE_NAME}}}, allowing you to define and substitute specific values within your Resend email templates.

Do I need the Resend API to automate email template creation?

Yes, automating email template creation requires the Resend dependency to handle API interactions, allowing you to automatically create draft templates with unique aliases and predefined variables.

What is the best way to reference Resend email templates without auto-generated IDs?

The best way to reference Resend email templates without auto-generated IDs is by using stable, human-readable aliases, which simplify programmatic referencing and template duplication.

How do I automatically create a Welcome email template when a user signs up?

You can automatically create a Welcome email template by defining a unique alias and HTML content with triple-mustache variables, triggering template creation via API whenever a new user signs up.