一键导入
paper-spine-intake
Collects PaperSpine workflow options and writes config for flash/pro, scene, language, and inputs. (internal /paperspine step)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Collects PaperSpine workflow options and writes config for flash/pro, scene, language, and inputs. (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-intake |
| description | Collects PaperSpine workflow options and writes config for flash/pro, scene, language, and inputs. (internal /paperspine step) |
Use this skill before substantive PaperSpine work when the workflow is not yet configured.
Create:
paper_rewriting_output/paper_spine_config.jsonpaper_rewriting_output/paper_spine_config.mdThe JSON must contain:
{
"workflow": "rewrite_existing",
"scene": "journal",
"tier": "flash",
"output_language": "en",
"target_name": "",
"materials_dir": "",
"draft_path": "",
"user_motivation": "",
"official_urls": [],
"special_requirements": [],
"word_output": "none",
"translation_package": "none",
"reference_mode": "local_first",
"reference_paths": ["."],
"citation_target_count": 20
}
Allowed values:
workflow: rewrite_existing, build_from_materialsscene: journal, conference, report_review, competitiontier: flash, prooutput_language: en, zhword_output: none, docxtranslation_package: none, zh; use zh only when
output_language is enreference_mode: local_first, specified_paths, webreference_paths: local folders/files to index for references; default .citation_target_count: final intended citation count; default 20The command-line wizard is the supported UI for Claude Code.
When a real terminal is available, route through paper-spine-ui and use the
bundled external terminal wizard; do not downgrade to asking the user to
hand-write JSON or type every option in chat.
In Claude Code, do not run the intake wizard directly from an
agent Bash/tool call. That execution surface may not expose stdin and can hang.
Use /paperspine for normal work; it launches this intake UI automatically
when configuration is missing. The UI is a real terminal TUI with Up/Down option switching,
Left/Right field switching, Enter edit/confirm, and S save. Claude Code does
not currently expose a public third-party skill API for embedding this custom
keyboard UI inside the chat input box itself. If needed, run the launcher
by its absolute installed path (never a path relative to the project directory):
# Pass the ABSOLUTE path to the installed launcher. Claude Code runs from the
# user's project folder, where `scripts/` does not exist, so a relative path is
# the most common reason the UI window never opens. Resolve the install dir:
$launcher = @(
"$env:USERPROFILE\.claude\skills\paper-spine-ui\scripts\launch_paperspine_ui.ps1",
"$env:USERPROFILE\.claude\skills\paper-spine-intake\scripts\launch_paperspine_ui.ps1"
) | Where-Object { Test-Path $_ } | Select-Object -First 1
powershell.exe -NoProfile -ExecutionPolicy Bypass -File $launcher -OutputDir paper_rewriting_output
This opens a separate interactive PowerShell window. For a user-run terminal, this direct command is also supported:
WIZARD="$HOME/.claude/skills/paper-spine-ui/scripts/intake_wizard.py"
python "$WIZARD" --output-dir paper_rewriting_output
The wizard provides arrow-key menus in a real terminal, falls back to numbered menus when needed, shows descriptions for each option, runs a final review screen and edit loop, and writes both JSON and Markdown config.
Use native structured questions only if the host exposes them reliably in the current session. If neither terminal execution nor native questions are available, then and only then ask the user to answer with the fallback template.
Read references/interactive-intake.md for the exact question order and
fallback template.
journal and conference default to en.zh.rewrite_existing.build_from_materials.flash.word_output to none.translation_package: zh as an optional
Chinese reading package for intermediate artifacts and final structure.reference_mode to local_first.reference_paths to ["."] unless the user provides paths.citation_target_count to 20.On first setup, or when the user asks to change PaperSpine interface language, run the wizard in global setup mode:
WIZARD="$HOME/.claude/skills/paper-spine-ui/scripts/intake_wizard.py"
python "$WIZARD" --setup-global --output-dir paper_rewriting_output
Use the wizard's terminal UI for all config fields. Prefer the arrow-key UI in a real terminal; use numbered command-line menus as fallback. Avoid asking the user to manually type JSON/options unless terminal execution is impossible.