/poster

Generate a one-page HTML poster from LaTeX paper sections and figures.

Updated May 23, 2026
One-click install
npx skills add https://github.com/duany049/multi-skill-orchestration --skill poster-duany049
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /poster
Source: https://github.com/duany049/multi-skill-orchestration/tree/main/.claude/skills/poster
Command: npx skills add https://github.com/duany049/multi-skill-orchestration --skill poster-duany049

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, playwright, chromium, pdftoppm, pdflatex, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Generating a polished academic poster from a drafted paper is time-consuming because it requires distilling sections, selecting figures, and assembling everything into a printable, shareable layout.

Core Features & Use Cases

  • Poster generation from LaTeX: Reads paper/main.tex, section files, and figures to produce a single-page HTML poster.
  • Automated section distillation: Condenses each selected section into a 2–5 sentence, poster-friendly summary.
  • Figure selection and layout control: Chooses representative figures per section and renders them inline (including side-by-side or stacked layouts), with options to skip figures or logos.
  • PaperX-compatible intermediate: Builds poster/dag.json to reuse as an outline backbone for later artifacts.

Quick Start

Ask Claude to generate a poster for the LaTeX project in the paper/ directory by running the poster skill.

Frequently Asked Questions about /poster

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

FAQPage Schema
How do I generate an academic poster from a LaTeX paper?

You can convert LaTeX to HTML poster by providing your `paper/main.tex` and section files. The Skill distills sections into summaries, selects representative figures, and renders a single-page printable HTML poster via an orchestrated pipeline.

Can I select specific figures from my paper sections to include in the HTML poster?

Yes, the Skill selects representative figure assets per section and renders them inline. It provides figure selection and layout control options, allowing you to skip figures or logos, and arrange them side-by-side or stacked within the HTML poster.

What dependencies do I need to render a LaTeX paper to an HTML poster?

Rendering a LaTeX paper to an HTML poster requires Python3, Playwright, Chromium, pdftoppm, and pdflatex. These dependencies enable the automated section distillation, figure processing, and final HTML poster rendering pipeline.

Does this academic poster generator support paper anonymization for peer review?

Yes, the academic poster generator includes optional review and anonymization settings. These are applied across structured section selection workflows when distilling your LaTeX paper into the printable HTML poster layout.

What is the best way to distill research paper sections into a one-page poster layout?

Distilling research paper sections into a one-page poster layout is done by condensing each section into a 2–5 sentence summary. The Skill reads your LaTeX sections, selects figures, and assembles them into a structured, printable HTML format.