paper-creator

Writes LaTeX papers with a test-driven compile-and-verify workflow and BibTeX integration from OpenAlex.

7|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/KrishavRajSingh/computer --skill paper-creator-krishavrajsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-creator
Source: https://github.com/KrishavRajSingh/computer/tree/main/sandbox/opencode/skills/paper-creator
Command: npx skills add https://github.com/KrishavRajSingh/computer --skill paper-creator-krishavrajsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

LaTeX-based scientific writing frequently suffers from fragmented tooling and brittle builds; this skill provides a comprehensive, test-driven pipeline that keeps the manuscript in a compilable, verifiable state as you add sections.

Core Features & Use Cases

  • End-to-end LaTeX paper writing with a test-driven workflow
  • OpenAlex to BibTeX integration for automatic citation management
  • Template-driven scaffolding with per-section structure (IMRaD)
  • Comprehensive verification to ensure zero broken references, zero BibTeX errors, and consistent formatting

Quick Start

Create a new paper project by scaffolding the paper structure and running the built-in compile/verify pipeline.

Frequently Asked Questions about paper-creator

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

FAQPage Schema
How do I write a LaTeX paper without breaking references or citations?

You can write a LaTeX paper using a test-driven workflow that compiles and verifies each section before moving on, ensuring zero broken references and consistent formatting throughout the manuscript.

Can I automatically convert OpenAlex citations to BibTeX for academic writing?

Yes, automated bibliography curation converts OpenAlex results to BibTeX, directly integrating citation management into the LaTeX paper drafting pipeline to prevent formatting errors.

How do I scaffold an academic paper using the IMRaD structure?

Template-driven scaffolding generates the standard IMRaD structure, systematically drafting and verifying the Abstract, Introduction, Methods, Results, Discussion, Related Work, and Conclusion sections.

What is a test-driven workflow for LaTeX paper writing?

A test-driven workflow for LaTeX paper writing compiles and cross-checks each section individually before proceeding, keeping the manuscript in a continuously compilable and verifiable state.

Does this academic writing pipeline check for BibTeX errors?

Yes, comprehensive verification enforces strict cross-checks across the manuscript to guarantee zero BibTeX errors and produce a final, reproducible LaTeX build.

Do I need any external bibliography tools to manage LaTeX citations?

No, the pipeline handles citation management internally by automatically converting OpenAlex search results into BibTeX format, eliminating the need for external bibliography management tools.