BeClaude

PaperSpine

New
GitHub TrendingGeneralby WUBING2023

PaperSpine is a motivation-driven Codex 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.

First seen 5/22/2026

Summary

PaperSpine helps developers and researchers extract core arguments from academic papers, build evidence-aware blueprints for rewriting, and audit manuscripts for logical consistency and LaTeX compliance.

  • It is useful for anyone who needs to learn from dense papers or improve their own academic writing with structured, motivation-driven analysis.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/paperspine.md https://raw.githubusercontent.com/WUBING2023/PaperSpine/main/SKILL.md
3
Invoke in Claude Code
/paperspine

Use Cases

Extract the central argument and evidence chain from a PDF of a machine learning paper.
Generate a revision matrix that maps weaknesses in a manuscript to specific improvements.
Audit a LaTeX document for structural issues like missing citations or weak transitions.
Rewrite a paper's abstract to better reflect its contributions and evidence.
Create a study blueprint from a set of papers to prepare for a literature review.
Identify and fix logical gaps in a draft by comparing claims to supporting evidence.

Usage Examples

1

/paperspine extract-argument from paper.pdf

2

/paperspine audit-manuscript draft.tex --check-evidence

3

/paperspine rewrite-abstract my_abstract.txt --style concise

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is PaperSpine?

PaperSpine helps developers and researchers extract core arguments from academic papers, build evidence-aware blueprints for rewriting, and audit manuscripts for logical consistency and LaTeX compliance. It is useful for anyone who needs to learn from dense papers or improve their own academic writing with structured, motivation-driven analysis.

How to install PaperSpine?

To install PaperSpine: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/paperspine.md https://raw.githubusercontent.com/WUBING2023/PaperSpine/main/SKILL.md. Finally, /paperspine in Claude Code.

What is PaperSpine best for?

PaperSpine is a skill categorized under General. Created by WUBING2023.

What can I use PaperSpine for?

PaperSpine is useful for: Extract the central argument and evidence chain from a PDF of a machine learning paper.; Generate a revision matrix that maps weaknesses in a manuscript to specific improvements.; Audit a LaTeX document for structural issues like missing citations or weak transitions.; Rewrite a paper's abstract to better reflect its contributions and evidence.; Create a study blueprint from a set of papers to prepare for a literature review.; Identify and fix logical gaps in a draft by comparing claims to supporting evidence..