paper-writing

Automate end-to-end LaTeX paper writing from narrative input to PDF.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/kitcaf/skills --skill paper-writing-kitcaf
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paper-writing
Source: https://github.com/kitcaf/skills/tree/main/skills/skills-codex/skills/paper-writing
Command: npx skills add https://github.com/kitcaf/skills --skill paper-writing-kitcaf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow automates the end-to-end process of turning a narrative research input into a submission-ready LaTeX paper, coordinating planning, figure generation, writing, compilation, and iterative refinement loops.

Core Features & Use Cases

  • Orchestrates five-subskill pipeline: /paper-plan, /paper-figure, /paper-write, /paper-compile, /auto-paper-improvement-loop to produce a complete paper directory with LaTeX sources and PDF.
  • Supports venue targeting via VENUE, page limits, and model-assisted reviews to improve drafts and ensure consistency.
  • Accepts inputs like NARRATIVE_REPORT.md or PAPER_PLAN.md; outputs include PAPER_PLAN.md, figures/, paper/, references.bib, and improvement logs.
  • Suitable for researchers writing conference or journal papers, research reports, or technical articles that require reproducible LaTeX workflows.

Quick Start

Use the paper-writing pipeline to transform your NARRATIVE_REPORT.md into a complete LaTeX paper and PDF.

Frequently Asked Questions about paper-writing

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

FAQPage Schema
How do I automate LaTeX paper writing from a narrative research report?▼

You can automate LaTeX paper writing by providing a narrative research input, which the workflow transforms into a submission-ready PDF through planning, figure generation, LaTeX compilation, and iterative refinement loops.

What is the best way to generate figures and references for a technical paper automatically?▼

The best way to generate figures and references is using an end-to-end pipeline that creates a figures directory and references.bib file directly from your research plan and narrative inputs.

Can I target specific conference venues and page limits when automating my paper draft?▼

Yes, you can target specific conference venues and page limits by configuring venue targets within the workflow, which uses model-assisted reviews to ensure your draft meets submission consistency requirements.

Does the paper writing workflow support human checkpoints during the auto-improvement loop?▼

Yes, the automated review and auto-improvement loop supports optional human checkpoints, allowing you to manually review and intervene during the iterative refinement of your LaTeX paper.

What file formats do I need to start automated end-to-end paper compilation?▼

You need to provide inputs like NARRATIVE_REPORT.md or PAPER_PLAN.md to start the automated paper compilation, which outputs LaTeX sources, a figures directory, references.bib, and a compiled PDF.

When should I use an automated paper writing workflow instead of manual LaTeX drafting?▼

You should use an automated paper writing workflow when you need reproducible LaTeX pipelines for conference papers, research reports, or technical articles, ensuring consistent formatting and iterative auto-improvement.