render-template
Installation
SKILL.md
Render Template
Render templates with variable substitution, supporting various syntax formats and helper functions.
When to Use
- Format commit messages with dynamic data
- Generate report sections with variables
- Create formatted outputs from templates
- Replace placeholders in text templates
- Consolidate formatting logic across Skills
Instructions
Step 1: Receive Template and Data
Accept template string and variable data.