What problem does it solve?
This Skill fills document templates with provided variables and produces a complete, render-ready document, while validating that no placeholders or template control tags remain.
Core Features & Use Cases
- Template rendering to multiple formats: Render DOCX templates (via docxtpl), HTML templates, or Markdown templates (via Jinja2).
- Structural completion validation: Detects unfilled
{{ variables }} and any unprocessed {% ... %} control tags and reports validation status.
- Optional PDF generation with fallbacks: For DOCX, attempts PDF conversion via docx2pdf or headless LibreOffice; for HTML/Markdown, uses WeasyPrint; PDF failures are soft-fail.
Quick Start
Ask the CoQuill orchestrator to render a template by sending the template path, variable dictionary, output directory, requested format, and draft_notice, then return the produced files and validation results.