paper-creator

Create LaTeX scientific papers with IMRaD formatting and OpenAlex citations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jbreel77888/Agent-AiNorx --skill paper-creator-jbreel77888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-creator
Source: https://github.com/jbreel77888/Agent-AiNorx/tree/main/.kortix/opencode/skills/GENERAL-KNOWLEDGE-WORKER/paper-creator
Command: npx skills add https://github.com/jbreel77888/Agent-AiNorx --skill paper-creator-jbreel77888

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pdflatex, bibtex, python3, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Writing scientific papers in LaTeX is notoriously error-prone and time-consuming, with frequent compilation failures, mismatched citations, and inconsistent formatting that derail the writing process and delay submissions.

Core Features & Use Cases

  • Test-Driven Writing Workflow: Every section is compiled and verified before moving to the next, so the paper never enters a broken state.
  • Automated Citation Management: Pulls relevant papers from OpenAlex and converts them to formatted BibTeX entries automatically.
  • Venue-Ready Templates: Pre-built LaTeX templates for major academic venues including IEEE, ACM, and Springer LNCS.
  • Comprehensive Verification Suite: Runs 12 automated checks for LaTeX errors, missing references, empty sections, and abstract word count compliance.
  • Use Case: If you have completed machine learning experiment results and supporting figures, use this Skill to scaffold the paper project, generate citations, write each IMRaD section with built-in validation, and produce a final polished PDF ready for conference submission.

Quick Start

Use the paper-creator skill to write a full scientific paper on your recent climate modeling research findings, including all required sections, formatted citations, and a compiled final PDF for journal submission.

Frequently Asked Questions about paper-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate LaTeX compilation and prevent broken builds when writing a scientific paper?

Automating LaTeX compilation for scientific papers requires a test-driven workflow that verifies each IMRaD section individually before proceeding. This approach runs 12 automated checks for LaTeX errors, missing references, and empty sections, ensuring the document never enters a broken state during the writing process.

What is the best way to generate BibTeX citations automatically for an academic research publication?

Generating BibTeX citations automatically involves pulling relevant papers from OpenAlex and converting them into formatted bibliography entries. This automated citation management process ensures that references are accurately formatted and integrated directly into the LaTeX document for research publication.

How do I scaffold an IMRaD-formatted LaTeX paper for IEEE or ACM conference submission?

Scaffolding an IMRaD-formatted LaTeX paper for conference submission uses pre-built venue-ready templates for major academic publishers like IEEE, ACM, and Springer LNCS. The process structures your research writing into standard sections while applying strict quality verification before final PDF generation.

Do I need pdflatex and bibtex installed locally to use an automated LaTeX writing workflow?

Yes, an automated LaTeX writing workflow requires pdflatex and bibtex installed locally to compile documents and generate bibliographies. Python3 is also necessary to execute the test-driven scripts that perform per-section compilation verification and validate cross-references.

Why does my LaTeX paper fail compilation when adding new sections and citations?

LaTeX paper compilation fails when sections or citations contain errors like missing references or mismatched formatting. A test-driven development workflow prevents this by compiling and verifying each section individually, running automated checks for errors and abstract word count compliance before final delivery.