paper-poster

Generate print-ready LaTeX conference posters from compiled paper sources.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/Shallow-W/llm-wiki --skill paper-poster-shallow-w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-poster
Source: https://github.com/Shallow-W/llm-wiki/tree/main/.claude/skills/paper-poster
Command: npx skills add https://github.com/Shallow-W/llm-wiki --skill paper-poster-shallow-w

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a compiled research paper into a conference-ready poster layout so you can present your work visually without manually rewriting and redesigning content.

Core Features & Use Cases

  • Poster generation from compiled papers: Builds an A0/A1, landscape/portrait conference poster from paper/ outputs (main tex + figures).
  • Visual-first content extraction: Selects poster-appropriate excerpts (no full paper dump), skipping sections like Related Work and replacing the abstract with stat callouts.
  • Print-ready LaTeX workflow: Produces tcbposter-based LaTeX output and guides compilation, with resume support via poster/POSTER_STATE.json.
  • Optional style guidance: Uses an opt-in — style-ref hook to refine structural density toward a reference source without copying content verbatim.

Quick Start

Use the paper-poster skill to generate an A0 NeurIPS poster from your compiled paper directory.

Frequently Asked Questions about paper-poster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a research paper into a conference poster?

You generate a conference poster by extracting poster-appropriate content and selected figures from compiled paper sources, then rendering print-ready LaTeX output with venue-specific styling and layouts.

Can I create an A0 landscape poster from my LaTeX paper?

Yes, the skill builds A0 or A1 conference posters in landscape or portrait orientations from compiled paper directories, applying venue-specific styling and optional size overrides.

How does paper-to-poster conversion handle sections like Related Work?

The conversion skips sections like Related Work and replaces the abstract with stat callouts, selecting only visual-first, poster-appropriate excerpts instead of dumping the full paper text.

Does the LaTeX poster generation workflow support resuming interrupted sessions?

Yes, the workflow supports resumable state management via a POSTER_STATE.json file in the poster directory, allowing you to resume interrupted conference poster generation sessions.

What LaTeX packages should I avoid when building conference posters with tcbposter?

You should avoid using beamer and adjustbox. The article-class tcbposter grid enforces strict rules against them to ensure figure overflow safety and proper print-ready layout rendering.