Paper2Poster Poster
Use this skill when the goal is to turn a paper into a readable, credible, poster-ready package instead of a long prose summary.
Core behavior
Work from the source paper first. Prefer grounded extraction over creative rewriting.
Do not invent:
- metrics that do not appear in the paper
- figure content you have not seen
- ablation claims that are not supported
- author affiliations, funding, or venue details unless supplied
If key information is missing, say so explicitly and continue with labeled assumptions.
Default workflow
- Gather inputs.
Collect the paper source plus any constraints that are already available:
paper.pdf, arXiv link, markdown draft, or pasted paper text
- venue, audience, poster dimensions, branding, deadline
- whether the user wants poster copy only or also Paper2Poster execution assets
If the user gave no dimensions, use the defaults in references/poster-defaults.md.
- Choose the output mode.
- Draft mode: produce poster copy, layout guidance, figure recommendations, and a concise runbook.
- Execution mode: additionally prepare a
poster.yaml draft, a Paper2Poster folder layout, and the exact command the user can run.
- Extract poster-worthy content from the paper.
Capture:
- title and subtitle candidate
- one-sentence paper claim
- problem and motivation
- method overview
- core figures, tables, and diagrams worth featuring
- strongest quantitative results
- limitations, deployment notes, or future work if they matter
- Compress for poster reading.
Rewrite for scanability:
- short headers
- bullets over paragraphs
- one idea per bullet
- clear result statements with units and baselines when available
- captions that can stand alone
- Build the poster package.
Unless the user asks for a different structure, produce:
poster_brief.md: audience, poster goal, assumptions, content priorities
poster_copy.md: final section copy ready for layout
poster_layout.md: panel plan, figure placement, hierarchy, and visual notes
poster_runbook.md: exact next steps for Paper2Poster or manual assembly
If execution mode is requested, also produce poster.yaml.
- Finish with a quality pass.
Check that:
- the poster has a visible narrative from problem to result
- text is shorter than the source summary would naturally be
- the main figure is obvious
- every number can be traced back to the source material
- there is a clear takeaway and contact/QR placeholder if relevant
Paper2Poster execution guidance
When the user wants a repo-ready Paper2Poster setup, follow the upstream folder and command pattern:
- place the paper at
{dataset_dir}/{paper_name}/paper.pdf
- place a per-poster
poster.yaml next to paper.pdf if custom styling is needed
- use
python -m PosterAgent.new_pipeline with poster path, text model, vision model, and poster dimensions
Common options to surface when relevant:
--poster_width_inches
--poster_height_inches
--conference_venue
--institution_logo_path
--conference_logo_path
--use_google_search
--max_workers
If the environment is not ready to run Paper2Poster, still provide the exact command and clearly mark it as unexecuted.
Output style
Prefer confident but compact deliverables.
- Keep section headers short.
- Prefer bullets to paragraphs.
- Preserve technical meaning.
- Surface assumptions at the top, not buried at the end.
- If the paper is dense, move secondary details into a small "Backup / Appendix" section suggestion rather than bloating the main poster.
When to read references
- Read
references/inputs-and-deliverables.md when you need a checklist for missing materials or expected outputs.
- Read
references/poster-defaults.md when dimensions, panel count, copy density, or layout choices are unspecified.
- Read
references/example-prompts.md when the user wants a ready-to-paste invocation for Codex or Claude.
Source: Paper2Poster/Paper2Poster — distributed by TomeVault.
1---2name: paper2poster-poster3description: Use when the user wants to turn an academic paper into a conference poster, poster outline, poster copy deck, poster layout brief, poster.yaml style draft, or Paper2Poster-ready generation package. Trigger for paper-to-poster requests involving PDF papers, arXiv links, manuscripts, PPTX posters, conference submissions, research summaries, or the Paper2Poster workflow.4---56# Paper2Poster Poster78Use this skill when the goal is to turn a paper into a readable, credible, poster-ready package instead of a long prose summary.910## Core behavior1112Work from the source paper first. Prefer grounded extraction over creative rewriting.1314Do not invent:1516- metrics that do not appear in the paper17- figure content you have not seen18- ablation claims that are not supported19- author affiliations, funding, or venue details unless supplied2021If key information is missing, say so explicitly and continue with labeled assumptions.2223## Default workflow24251. Gather inputs.2627Collect the paper source plus any constraints that are already available:2829- `paper.pdf`, arXiv link, markdown draft, or pasted paper text30- venue, audience, poster dimensions, branding, deadline31- whether the user wants poster copy only or also Paper2Poster execution assets3233If the user gave no dimensions, use the defaults in `references/poster-defaults.md`.34352. Choose the output mode.3637- Draft mode: produce poster copy, layout guidance, figure recommendations, and a concise runbook.38- Execution mode: additionally prepare a `poster.yaml` draft, a Paper2Poster folder layout, and the exact command the user can run.39403. Extract poster-worthy content from the paper.4142Capture:4344- title and subtitle candidate45- one-sentence paper claim46- problem and motivation47- method overview48- core figures, tables, and diagrams worth featuring49- strongest quantitative results50- limitations, deployment notes, or future work if they matter51524. Compress for poster reading.5354Rewrite for scanability:5556- short headers57- bullets over paragraphs58- one idea per bullet59- clear result statements with units and baselines when available60- captions that can stand alone61625. Build the poster package.6364Unless the user asks for a different structure, produce:6566- `poster_brief.md`: audience, poster goal, assumptions, content priorities67- `poster_copy.md`: final section copy ready for layout68- `poster_layout.md`: panel plan, figure placement, hierarchy, and visual notes69- `poster_runbook.md`: exact next steps for Paper2Poster or manual assembly7071If execution mode is requested, also produce `poster.yaml`.72736. Finish with a quality pass.7475Check that:7677- the poster has a visible narrative from problem to result78- text is shorter than the source summary would naturally be79- the main figure is obvious80- every number can be traced back to the source material81- there is a clear takeaway and contact/QR placeholder if relevant8283## Paper2Poster execution guidance8485When the user wants a repo-ready Paper2Poster setup, follow the upstream folder and command pattern:8687- place the paper at `{dataset_dir}/{paper_name}/paper.pdf`88- place a per-poster `poster.yaml` next to `paper.pdf` if custom styling is needed89- use `python -m PosterAgent.new_pipeline` with poster path, text model, vision model, and poster dimensions9091Common options to surface when relevant:9293- `--poster_width_inches`94- `--poster_height_inches`95- `--conference_venue`96- `--institution_logo_path`97- `--conference_logo_path`98- `--use_google_search`99- `--max_workers`100101If the environment is not ready to run Paper2Poster, still provide the exact command and clearly mark it as unexecuted.102103## Output style104105Prefer confident but compact deliverables.106107- Keep section headers short.108- Prefer bullets to paragraphs.109- Preserve technical meaning.110- Surface assumptions at the top, not buried at the end.111- If the paper is dense, move secondary details into a small "Backup / Appendix" section suggestion rather than bloating the main poster.112113## When to read references114115- Read `references/inputs-and-deliverables.md` when you need a checklist for missing materials or expected outputs.116- Read `references/poster-defaults.md` when dimensions, panel count, copy density, or layout choices are unspecified.117- Read `references/example-prompts.md` when the user wants a ready-to-paste invocation for Codex or Claude.118119---120> Source: [Paper2Poster/Paper2Poster](https://github.com/Paper2Poster/Paper2Poster) — distributed by [TomeVault](https://tomevault.io).121<!-- tomevault:4.0:skill_md:2026-07-01 -->