paper-spine

Orchestrates end-to-end academic paper writing with gated stages producing LaTeX, PDF, and Word outputs.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/huaibovip/research-marketplace --skill paper-spine-huaibovip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-spine
Source: https://github.com/huaibovip/research-marketplace/tree/main/plugins/paper-spine/claude/skills/paper-spine
Command: npx skills add https://github.com/huaibovip/research-marketplace --skill paper-spine-huaibovip

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Writing a journal, conference, report, or competition paper involves many disconnected steps—research, citation gathering, drafting, integrity checks, and format conversion—that are easy to do inconsistently or out of order. This Skill orchestrates the entire workflow as a sequence of gated stages so no step is skipped and every artifact is validated before moving on. ## Core Features & Use Cases - Gated 12-stage workflow: Intake, research, citation bank, motivation confirmation, drafting, integrity audit, LaTeX/PDF/Word build, translation, review response, and final audit, each enforced by validation scripts. - Contribution-first, reviewer-aware writing: Requires a confirmed contribution, results-to-contribution validation mapping, and a reviewer objection audit before declaring completion. - Verified citation support bank: Builds a candidate pool of at least 3x the target citation count with recency requirements, source channels, and DOI/Crossref verification. - Use Case: A researcher with raw experiment materials asks the assistant to build a conference paper from scratch; the Skill collects configuration, researches related work, confirms the motivation, drafts section by section, and delivers validated LaTeX, PDF, and Word files. ## Quick Start Ask the assistant to write or rewrite an academic paper end to end with PaperSpine, providing your draft or materials folder and target venue.

Frequently Asked Questions about paper-spine

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

FAQPage Schema
How do I write an academic paper from scratch with AI assistance?

Provide your materials directory and target venue, then the workflow runs intake, research, citation building, motivation confirmation, drafting, and final audit stages. Each stage is gated by validation scripts, so the paper is not declared complete until all checks pass.

How do I rewrite an existing paper draft for a journal submission?

Set the workflow to rewrite_existing and provide your draft path in the configuration. The Skill maps your original logic, builds a rewrite matrix, and produces a revised manuscript with LaTeX, PDF, and Word outputs.

Does the paper writing workflow support Chinese output?

Yes, setting output_language to zh produces a Chinese paper with paper.zh.docx as the primary Word deliverable, and all user-facing progress messages switch to Chinese. A translation package can also be generated for English papers.

How are citations verified in the citation support bank?

Each candidate row requires a reference format, support sentences, a source channel, and verification fields. External sources are checked via Crossref DOI resolution and title similarity, and unverified rows fail the audit.

What happens if a workflow stage gate fails?

The workflow routes back to the failing stage instead of skipping ahead or patching downstream artifacts. You rerun that stage, regenerate the missing or weak artifact, and re-run the gate check until it passes.

Can I resume an interrupted paper writing workflow?

Yes, the resume-first rule runs progress_check.py against the output directory before starting, detects completed stages, and continues from the first incomplete stage rather than restarting from intake.