wubing2023/paperspine

PaperSpine is a motivation-driven skill for learning from strong academic papers, building a paper’s central argument, and rewriting manuscripts through...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 13th, 2026
Created on May 17th, 2026
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 203
Total Stargazers: 5,230 (+1)
Total Subscribers: 12 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.8 days
Mean response time: 12.3 days
90th percentile: 30.5 days
Tracked items: 12

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 26% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 42 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PaperSpine is an academic writing system that guides AI agents through structured stages to build and revise research papers with evidence-aware blueprints and LaTeX-safe output.

The tool addresses the challenge of translating academic contributions into well-structured manuscripts. It works by requiring an AI agent to first learn the target format and study exemplary papers, then confirm the paper's core contributions with the user, design the article unit by unit, and only then draft or rebuild the manuscript. The system outputs to LaTeX, PDF, or Word formats. Rather than offering a flat collection of writing skills, the current version organizes twelve stages of paper development through a single orchestrated skill that reads playbooks from a references directory and uses role information from an agents directory.

The tool suits writers working on journal papers, conference submissions, course reports, technical reports, surveys, and competition papers where output format and structure matter significantly. It is designed for workflows where an AI agent can iteratively refine contributions and manuscript architecture before final writing. The system supports four hosts: Claude Code, Codex, OpenClaw, and Hermes CLI, with the same skill installed to each without mixing between them.

Development activity shows a focus on installation robustness and backward compatibility. The project maintains a clear separation between source code in src/ and generated distribution files in dist/, with a synchronization script handling the build process. Installation scripts for Windows PowerShell and macOS/Linux include legacy cleanup options to remove old PaperSpine directories and prevent duplicate discovery. The tool preserves user configuration across updates while never modifying host settings files, addressing a previous issue where the installer would overwrite settings. A release candidate version introduces a five-stage local research workspace while maintaining compatibility with the previous version's update mechanism.