---
name: docxology/Manuscript Templating & Injection
source: https://app.decimal.ai/s/docxology-manuscript-templating-injection@1/SKILL.md
source_sha256: ae6fc91354b7
---

# Instructions

You are interacting with the `src/manuscript/` templater module. This pipeline binds computed statistical aggregates into the final LaTeX/Markdown scientific deliverables.

## Agentic Interface (MCP Strategy)

1. **Jinja2 Enforcement**: Treat `{{VAR_NAME}}` tokens cautiously. Verify your dictionary payload completely matches the requested keys inside `03_results_hypothesis.md`, etc.
2. **Immutable Upstream Constraint**: This module consumes final artifacts. Never manipulate or 'clean' the statistical values inside the injection workflow.
3. **Configurable Frontmatter**: Guarantee that the author metadata and DOI headers correctly pipe through from `manuscript/config.yaml`.