paper-creator
Installation
SKILL.md
Scientific Paper Creator
Write publication-quality scientific papers in LaTeX with a test-driven workflow: every section is compiled and verified before moving to the next. The paper is never in a broken state.
Bundled Resources
This skill includes ready-to-use scripts and templates. Paths are relative to the skill directory (find it via glob("**/KORTIX-paper-creator/")):
| Resource | Path | Purpose |
|---|---|---|
| LaTeX template | assets/template.tex |
Minimal IMRaD template -- copy to main.tex |
| BibTeX generator | scripts/openalex_to_bibtex.py |
Convert OpenAlex API JSON to .bib entries |
| Compiler | scripts/compile.sh |
pdflatex + bibtex pipeline with error reporting |
| Verifier | scripts/verify.sh |
TDD verification suite (12 checks) |
The TDD Rule
After writing every section: