manuscript-production

Automate manuscript production from blueprint to LaTeX submission package.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/EmaRimoldi/Claude-scholar-extended --skill manuscript-production
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: manuscript-production
Source: https://github.com/EmaRimoldi/Claude-scholar-extended/tree/main/skills/manuscript-production
Command: npx skills add https://github.com/EmaRimoldi/Claude-scholar-extended --skill manuscript-production

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires matplotlib, seaborn, numpy.

What problem does it solve?

This skill orchestrates the end-to-end production of a scientific manuscript from upstream deliverables (paper blueprint, analysis report, and contribution positioning) into publication-ready figures, prose, and a LaTeX submission package.

Core Features & Use Cases

  • Figure Production: generate publication-quality figures with venue-specific styling and a figure manifest.
  • Prose Generation: draft manuscript sections following the blueprint and guidance from ml-paper-writing.
  • Submission Assembly: compile LaTeX sources, bibliography, supplementary material, and reproducibility checks into a ready-to-submit package.

Quick Start

Provide the paper-blueprint.md, analysis-report.md, and contribution-positioning.md, then run the manuscript-production skill to generate figures, prose, and a complete submission package.

Frequently Asked Questions about manuscript-production

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

FAQPage Schema
How do I automate LaTeX manuscript production from an analysis report?▼

Automating LaTeX manuscript production requires feeding upstream deliverables like a paper blueprint, analysis report, and contribution positioning into a workflow that generates publication-grade figures, drafts prose, and assembles the final submission package.

What's the best way to generate publication-quality figures with venue-specific styling?▼

Generating publication-quality figures with venue-specific styling involves using Python visualization libraries like matplotlib and seaborn to process analysis data, applying formatting constraints, and outputting a structured figure manifest for the manuscript.

Can I assemble a camera-ready LaTeX submission package automatically?▼

Assembling a camera-ready LaTeX submission package automatically is possible by orchestrating generated prose, bibliography files, supplementary material, and reproducibility checks into a single ready-to-submit deliverable.

Do I need numpy and matplotlib to automate research paper writing workflows?▼

You need numpy and matplotlib to automate research paper writing workflows because these dependencies handle the numerical data processing and figure generation required to produce publication-grade visualizations from upstream analysis inputs.

What inputs are required to start automating end-to-end manuscript production?▼

Starting end-to-end manuscript production requires three upstream markdown inputs: a paper blueprint defining structure, an analysis report containing data results, and a contribution positioning document outlining the research narrative.

How does automated prose drafting work for scientific manuscripts?▼

Automated prose drafting for scientific manuscripts works by processing a paper blueprint alongside established writing guidance, then generating section text that aligns with the analysis report and contribution positioning to create a coherent narrative.