PaperSpine banner
WUBING2023 WUBING2023

PaperSpine

Development community

Description

PaperSpine is a motivation-driven skill for learning from strong academic papers, building a paper’s central argument, and rewriting manuscripts through evidence-aware blueprints, revision matrices, and LaTeX-safe audits.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

PaperSpine 山脊印章标志

PaperSpine

[English](README.en.md) | [中文](README.md)

[**PaperSpine 使用讲解视频(Bilibili)**](https://www.bilibili.com/video/BV1rjVa6ZEYu)

配音贡献:[https://github.com/YiShanZheng](https://github.com/YiShanZheng)

[**🌍 社区 Stargazer 星图 · 公开 GitHub 社区信号**](https://wubing2023.github.io/PaperSpine/)

PaperSpine5 发布候选版

PaperSpine5 `0.3.0-rc.1` 在保留本仓库 V4 安装与更新身份的基础上,增加五阶段本地科研生产工作区。请从[中文发布页](https://wubing2023.github.io/PaperSpine/v5/)开始:先把完整的零起点安装指令交给 AI,也可以按宿主选择 Codex、Claude Code 或 DSH 插件包。[GitHub prerelease](https://github.com/WUBING2023/PaperSpine/releases/tag/v0.3.0-rc.1)提供四个原样 ZIP、SHA-256、manifest 与验证证据。

V5 当前是显式选择的 RC,不会替换 V4 的 `dist/paperspine_version.json` 更新源。更新检查默认关闭;发布软件也不代表授权任何论文外部投稿。精确范围、限制与回滚方式见 [`RELEASE-NOTES-v0.3.0-rc.1.md`](RELEASE-NOTES-v0.3.0-rc.1.md) 和 [`ROLLBACK.md`](ROLLBACK.md)。

PaperSpine 是一个以「贡献为先、面向审稿人」为核心的学术写作系统,支持 Claude Code、Codex、OpenClaw 和 Hermes CLI 四个宿主。

它适合目标格式很重要的写作任务:期刊论文、会议论文、课程或技术报告、综述、竞赛论文。PaperSpine 要求 agent 先学习目标场景和优秀样例,先和用户确认论文的「贡献」,再逐单元设计文章,最后才写作或重建稿件,并输出 LaTeX / PDF / Word。

V4 不再是 12 个扁平 worker skill 的套件,而是 **一个** 名为 `paper-spine` 的编排 skill:12 个阶段的路由都在 `SKILL.md` 内完成,每个阶段读取 `references/` 下对应的 playbook,角色信息放在 `agents/` 中。

仓库结构

PaperSpine/
  src/                          # 唯一真源
    skill/
      SKILL.md                  # 单一 paper-spine 编排 skill(含 12 阶段路由)
      references/               # 各阶段 playbook(40+ 篇)
      agents/                   # 角色卡(研究、审稿人等)
    scripts/                    # 确定性辅助与关卡脚本
    adapters/                   # 各宿主适配(claude / codex / hermes)
  dist/                         # 由 sync 从 src/ 生成(不要手改)
    claude/skills/paper-spine/  # Claude Code 单 skill
    claude/commands/paperspine.md
    codex/skills/paper-spine/   # Codex 单 skill
    codex/prompts/paperspine.md
    openclaw/skills/paper-spine/ # OpenClaw 单 skill
    hermes/skills/academic-writing/paper-spine/  # Hermes CLI 单