원클릭으로
paper-spine-latex
Handles LaTeX project assembly, figure placement, citations, labels, and compile-safe cleanup. (internal /paperspine step)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Handles LaTeX project assembly, figure placement, citations, labels, and compile-safe cleanup. (internal /paperspine step)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Multi-source literature search, citation verification, MeSH search strategy, citation file management (.nbib/.ris/.bib conversion), and reference management (BibTeX, related articles, ID conversion) via MCP tools (PubMed, CrossRef, arXiv, Scopus, ScienceDirect). Use when the user needs coordinated multi-step literature workflows beyond a single MCP call. Also trigger on general literature-search needs during academic writing even without the word "Nature", such as searching for papers/literature, doing a literature review, verifying a citation, converting citation files, and Chinese phrasings like 文献检索、查文献、找文献、 文献综述检索、查论文、引文核对、参考文献管理、文献去重.
Add strict Nature/CNS citations to manuscript text by splitting long passages into citable segments, searching only accepted flagship and subjournal titles from Nature Portfolio, the AAAS Science family, and Cell Press, filtering by publication time range, and exporting one reference-manager-ready output by default. Use this skill whenever the user asks to input text and automatically get references, add citations to a paragraph/manuscript, find Nature-series or CNS support for statements, create text-to-reference correspondence, "分段引用", "自动给出引用", "Nature系列引用", "CNS及子刊", "支撑文献", "补引用", "找引用", or export EndNote/RIS/ENW/Zotero RDF. Also trigger on general academic-writing citation needs even without the word "Nature", such as adding references while writing a paper, finding sources/literature for a claim, building a reference list, citation/referencing for academic writing, and Chinese phrasings like 学术写作引用、写论文加引用、写paper找文献、加参考文献、配文献、引用文献、文献支撑.
Polish, restructure, or translate academic prose into Nature-leaning English using writing-strategy principles, curated Nature/Nature Communications article patterns, and phrase-level support from Academic Phrasebank. Use whenever the user asks to polish a manuscript paragraph, abstract, introduction, results, discussion, conclusion, title, methods section, or Chinese academic draft for publication-quality English. Also covers LaTeX layout/typesetting (排版) fixes — loose or sparse pages, stranded section headings, figures that don't fill the page or split across pages, "Float too large", multi-panel figure arrangement, and Supplementary Information that looks empty — via references/latex-layout.md. Also trigger on general academic/scientific writing requests even without the word "Nature", including academic writing, scientific writing, SCI/paper writing, English manuscript polishing, language editing, proofreading, and Chinese phrasings such as 学术写作、科研写作、论文润色、写paper、SCI写作、英文论文润色、语言润色、润色、改写、学术英语、英文写作.
Multi-perspective academic paper review with dynamic reviewer personas. Simulates 5 independent reviewers (EIC + 3 peer reviewers + Devil's Advocate) with field-specific expertise. Supports full review, re-review (verification), quick assessment, methodology focus, Socratic guided, and calibration modes. Triggers on: review paper, peer review, manuscript review, referee report, review my paper, critique paper, simulate review, editorial review, calibrate reviewer, reviewer calibration, measure reviewer accuracy.
12-agent academic paper writing pipeline. 11 modes (full/plan/outline/revision/revision-coach/abstract/lit-review/format-convert/citation-check/disclosure/rebuttal-audit). 6 paper types, 5 citation formats, bilingual abstracts, LaTeX/DOCX-via-Pandoc/PDF output. Style Calibration + Writing Quality Check + Anti-Patterns with IRON RULE markers. Triggers: write paper, academic paper, guide my paper, parse reviews, audit my rebuttal, check my response draft, AI disclosure, 寫論文, 學術論文, 引導我寫論文, 審查意見, 評估回覆.
Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publication, complete paper workflow.
| name | paper-spine-latex |
| description | Handles LaTeX project assembly, figure placement, citations, labels, and compile-safe cleanup. (internal /paperspine step) |
Use this skill for LaTeX assembly, template integration, figure placement, citations, labels, and compile-safety checks. Do not change manuscript logic unless rewrite/build outputs require it.
paper_rewriting_output/figure_asset_map.md when building from materialspaper_rewriting_output/final_paper/main.texpaper_rewriting_output/final_paper/paper.pdfpaper_rewriting_output/latex_report.mdpaper_rewriting_output/final_artifact_manifest.md when producing final
deliverablespaper_rewriting_output/final_paper/paper.docx plus
paper_rewriting_output/word_report.mdexp_lab_en - 副本). Quote every path passed to pandoc/copy commands and avoid
unquoted shell globs; they break silently on such directories. On Windows
prefer PowerShell for file operations.figures/ and use stable labels.scripts/latex_guard.py when available.latex_report.md.build_from_materials..tex and record that compilation was
skipped in latex_report.md..tex, write the
first fatal error to latex_report.md, and do not claim the artifact check
passes.final_paper/ directory. When
the manuscript uses BibTeX citations, resolve them with citeproc so \cite
commands render as formatted references instead of leaking raw LaTeX:
cd final_paper
pandoc main.tex -o paper.docx --from latex --to docx \
--resource-path=. --extract-media=./media \
--number-sections --citeproc --bibliography=references.bib
--citeproc --bibliography=references.bib renders \cite{...} and the
reference list; omit only when the manuscript has no citations--number-sections keeps headings numbered like the LaTeX source--resource-path=. resolves \includegraphics{figures/...} paths--extract-media=./media embeds images into the docx--reference-doc=reference.docx built from the target template\ref/\autoref cross-references need the pandoc-crossref filter
(--filter pandoc-crossref); without it they may render as [?]final_paper/ so relative paths in .tex resolve correctlyscripts/word_guard.py final_paper/paper.docx --markdown --output paper_rewriting_output/word_report.md and fix failures before presenting
the Word file as usable. If word_guard reports 0 paragraphs, check that
images are in supported formats (PNG/JPG) and the figures/ directory exists.\input/\include first (e.g. latexpand main.tex > flat.tex),
then convert the flattened file; pandoc does not pull sub-files in reliably.\newcommand/\def macros; pandoc drops macros it
cannot resolve, silently losing their content.tabular/booktabs); tabularx, multirow, and nested
tables often misalign in docx, so open and verify each table.plain,
unsrt, ieeetr) renders differently in Word. To keep numbered [1]
citations, pass a numeric CSL, e.g. --csl=ieee.csl or --csl=vancouver.csl.--reference-doc=reference.docx with a CJK font (e.g.
SimSun or Noto Serif CJK) or characters render as boxes.Read references/latex-source-control.md before structural LaTeX edits.