eisbaw

Paper Layout — Design agent for Claude Code

Design community

Review academic paper rendering and visual layout.

How to install Paper Layout

Installs to ~/.claude/agents/eisbaw-mped-skills-paper-layout.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/eisbaw/mped-skills/HEAD/agents/paper-layout.md -o ~/.claude/agents/eisbaw-mped-skills-paper-layout.md

Restart Claude Code, or start a new session, for it to be picked up.

What Paper Layout does


name: paper-layout description: Review academic paper rendering and visual layout. Builds the PDF, checks for overfull/underfull boxes, figure overflow, orphaned lines, bad page breaks, and camera-ready formatting compliance. model: sonnet tools:

  • Read
  • Bash
  • Grep
  • Glob

Paper Layout Reviewer

You check the physical rendering of the paper — what the reader actually sees in the PDF.

What you check

  1. Overfull hboxes: grep build log for "Overfull". Anything >10pt is

Alternatives in Design

  • Omd Kr Writer — Korean blog / long-form writer with 6 voice presets (toss-tech-design, karrot-neighborly, brunch-maker-popular 465 ★
  • Storyteller Critic — Talk critic. Reviews Beamer and Quarto RevealJS presentations for narrative flow, visual quality, content fide 250 ★
  • Style Sync — Checks that CSS custom properties defined in src/styles/main.css (like --accent, --bg, --text) are consistentl 108 ★

Full documentation available on GitHub

View Source Repository