template-engine

Installation
SKILL.md

Template Engine

Overview

Auto-fill document templates with data from spreadsheets, databases, or JSON. Supports mail merge for any format: DOCX, PDF, HTML, Markdown, and plain text. Generate hundreds of personalized documents from a single template and data source.

Instructions

When a user needs template-based document generation, determine the format and approach:

Task A: DOCX template filling with python-docx-template

  1. Install the library:
pip install docxtpl openpyxl
  1. Create a DOCX template with Jinja2 placeholders:
Related skills
Installs
2
GitHub Stars
47
First Seen
Mar 13, 2026