paper-poster

Converts a compiled IMRAD paper into a print-ready conference poster with LaTeX and PNG outputs.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/jkfee/Auto-Research --skill paper-poster-jkfee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-poster
Source: https://github.com/jkfee/Auto-Research/tree/main/skills/paper-poster
Command: npx skills add https://github.com/jkfee/Auto-Research --skill paper-poster-jkfee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a compiled academic paper into a concise, print-ready conference poster to enable rapid communication of research ideas.

Core Features & Use Cases

  • Generates a 1-page, multi-column IMRAD-style poster from a compiled paper
  • Supports common venues (NeurIPS, ICML, ICLR, CVPR, ACL, EMNLP, GENERIC) and provides a clear content strategy (title, bullets, figures, and key results)
  • Outputs LaTeX source and assets (poster) plus figure PNGs for PowerPoint/Slides, enabling quick handoff to print or slides

Quick Start

Simply provide the compiled paper in a paper/ directory and run the paper-poster workflow to generate a conference poster in the desired venue and size.

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 print-ready conference poster?

To convert a research paper into a print-ready conference poster, this Skill transforms a compiled IMRAD-style paper directory into a 1-page multi-column LaTeX poster. It manages layout, figures, and density to output a print-ready conference poster in your desired venue format.

What is the best way to generate a NeurIPS or ICML conference poster from LaTeX?

Generating a NeurIPS or ICML conference poster from LaTeX is handled by transforming your compiled paper using tcbposter layout techniques. The workflow supports NeurIPS, ICML, ICLR, CVPR, ACL, EMNLP, and GENERIC venue formats to produce appropriately sized posters.

Do I need a compiled paper directory to create a conference poster?

Yes, you need a compiled paper directory containing main.tex, main.pdf, and a figures folder to create a conference poster. The workflow reads this input to extract title, bullets, figures, and key results for the poster layout.

Can I export the generated conference poster figures to PowerPoint?

Yes, you can export generated conference poster figures to PowerPoint because the workflow generates figure PNGs specifically for PPTX embedding. It outputs LaTeX source and assets to a poster directory alongside these PNGs for quick slide handoff.

How does the paper-poster workflow handle IMRAD-style research communication?

The paper-poster workflow handles IMRAD-style research communication by extracting Introduction, Methods, Results, and Discussion sections from your compiled paper. It condenses these sections into a concise multi-column layout with bullets and figures for effective research communication.

What limitations exist when turning a compiled paper into a poster layout?

A limitation when turning a compiled paper into a poster layout is that the workflow specifically targets IMRAD-style research papers. Papers lacking a standard paper directory structure with main.tex, main.pdf, and figures may not generate proper poster assets.