One-click install
npx skills add https://github.com/skyllwt/AutoSci --skill poster-skyllwt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /poster
Source: https://github.com/skyllwt/AutoSci/tree/main/.claude/skills/poster
Command: npx skills add https://github.com/skyllwt/AutoSci --skill poster-skyllwt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts a drafted LaTeX paper into a ready-to-present academic poster, saving you from manually restructuring sections and resizing figures for a single-page layout.

Core Features & Use Cases

  • Poster Generation from LaTeX: Reads paper/main.tex, paper/sections/*.tex, and paper/figures/ to produce a single-page HTML poster.
  • Section Distillation: Condenses each selected paper section into a clear 2–5 sentence summary suitable for poster readability.
  • Figure Selection & Layout: Selects representative figures per section (optionally text-only) and renders them using a configurable multi-column layout.
  • PaperX-Style Intermediate: Builds a reusable poster/dag.json intermediate via the wiki-to-DAG bridge for downstream artifacts.

Quick Start

Generate a poster for your current draft by running the poster skill with your paper directory and optional review refinement, for example: use the command paper/ --review so the poster content is improved with critique-revise.

Frequently Asked Questions about /poster

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

FAQPage Schema
How do I convert a LaTeX paper into an academic poster?

To convert a LaTeX paper into an academic poster, this Skill reads your drafted `paper/main.tex`, `sections/*.tex`, and `figures/` directories, distilling text and assembling representative figures into a single-page HTML layout.

What is the process for distilling paper sections for HTML poster generation?

Poster generation condenses each selected paper section into a clear 2–5 sentence summary for readability. It builds a reusable `poster/dag.json` intermediate via a wiki-to-DAG bridge before rendering the final layout.

Can I generate a text-only academic poster without selecting figures?

Yes, you can generate a text-only academic poster by using the optional text-only rendering mode. This skips figure selection and renders a self-contained HTML layout using only the distilled section summaries.

Do I need a specific LaTeX project structure to generate a single-page poster?

Yes, poster generation requires a specific LaTeX project structure containing `paper/main.tex`, `paper/sections/*.tex`, and `paper/figures/` to avoid missing inputs and successfully produce the single-page layout.

How can I export a rendered HTML poster to an image file?

You can export a rendered HTML poster to an image file using the optional PNG output feature. This renders a self-contained HTML file alongside an optional PNG image for publication-ready layouts.

Does the poster generation skill support anonymous or review-refined layouts?

Yes, the poster generation skill supports an optional anonymous mode for blind submissions. Using the `--review` command applies critique-revise logic to improve poster content before rendering the final layout.