EthanO-O

System Paper Polisher — Development skill for Claude Code

Development community

A Claude Code skill for polishing computer systems conference papers.

How to install System Paper Polisher

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

What System Paper Polisher does

A Claude Code skill for polishing computer systems conference papers. Features multi-agent iterative review with diverse reviewer personas, story-driven coherence checking, citation verification, and content compression. Supports section-level and full-paper polishing workflows.

Alternatives in Development

  • SuperClaude Framework — A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and develop 22k ★
  • Implementation Plan — You are tasked with creating detailed implementation plans through an interactive, iterative process 10k ★
  • User Personas — Create 3 user personas with JTBD, pains, and gains 7.8k ★

README

Systems Paper Polisher

A Claude Code skill for polishing and improving computer systems conference papers targeting **OSDI, SOSP, ASPLOS, EuroSys, ATC, NSDI**.

Multi-agent iterative review and improvement with story-driven coherence checking. NOT for writing papers from scratch — for polishing existing drafts.

Features

  • Story-driven coherence: Ensures the paper tells one coherent story — system purpose, design logic, and value are clear throughout
  • Multi-agent review: 6 specialized agents with diverse reviewer personas (senior expert / adjacent-field researcher / busy PC member)
  • Iterative polishing: Section-by-section → full-paper coherence → targeted iteration
  • Content compression: Surgical compression to meet page limits
  • Citation safety: Never generates citations from memory — provides search links for user verification
  • Conference compliance: Checks formatting, anonymization, page limits against venue requirements

Commands

Command Description
polish Full pipeline: polish → compress → check-citations → check-submission
polish-section Polish a specific section
polish-paper Iterative full-paper polishing
compress Compress content to meet page limits
check-citations Verify citations, generate verification checklist
check-submission Final compliance check against conference requirements

Installation

Claude Code CLI

claude install-skill /path/to/systems-paper-polisher

Or add to your project's `.claude/settings.json`:

{
  "skills": [
    "/path/to/systems-paper-polisher/systems-paper-polisher"
  ]
}

Manual

Copy or symlink the `systems-paper-polisher/` subdirectory (the one containing `SKILL.md`) into your Claude Code skills directory.

Usage

In Claude Code, simply describe what you want:

> polish my paper for OSDI
> polish section 3.2
> compress to 12 pages
> check citations
> check submission fo