paper-poster

Featured

DEPRECATED — superseded by /paper-poster-html. Kept only as a redirect for muscle memory; do not use for new posters.

AI & Automation 16,018 stars 1375 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
30
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Paper Poster (DEPRECATED → /paper-poster-html) This skill is retired. The LaTeX/tcbposter pipeline it described produced posters with unbounded color palettes, no real paper figures, and no print-canvas verification, and has been replaced by the measurement-gated HTML/CSS pipeline. **Immediately proceed with `/paper-poster-html`**, passing through all of the user's arguments unchanged. Do not attempt the legacy LaTeX flow. The full legacy implementation remains available in git history (`git log -- skills/paper-poster/SKILL.md`) if a venue ever mandates LaTeX poster source — none is known to.

Details

Author
wanshuiyin
Repository
wanshuiyin/Auto-claude-code-research-in-sleep
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

paper-poster-html

DEFAULT poster pipeline — build an academic conference poster (ICML/NeurIPS/ICLR/CVPR/...) as a single HTML/CSS file with measurement-driven hard gates, real paper figures, a two-hue design-token system, and print-ready PDF via headless Chromium. Use when the user says "做海报", "poster", "conference poster", "paper poster", or asks to design/redo a research poster. Supersedes the retired LaTeX /paper-poster.

16,018 Updated today
wanshuiyin
Web & Frontend Listed

paper-poster-html

Build a one-off HTML single-page academic poster with measurement-driven hard gates, real paper figures, a two-hue design-token system, and print-ready PDF via headless Chromium. Use only for "HTML 单页海报" or "one-off HTML poster" requests. Do not use for general poster requests (use paper2poster).

2 Updated 1 months ago
wookat
Data & Documents Listed

paper2poster

Render a pre-extracted paper's structured 9-section spec (`paper_spec.md`) into a single-page HTML academic poster, fit the layout to the page via an iterative measured-fill loop, and export it to print-ready PDF + PNG thumbnail. Requires the upstream `paper2assets` skill to have produced the input `<outdir>/` package (`manifest.json` at the root + an `assets/` folder holding `meta/paper_spec.md`, `meta/text.txt`, `meta/figures.json`, `meta/metadata.json`, `figures/*.png`, `logos/`, `qr/`) first. Use when the user wants an HTML poster, PDF/PNG export, or PPTX from a paper they already have extracted assets for — e.g., "render the poster", "make the poster from this spec", "export poster to PDF", "paper2poster". The three skills paper2assets → paper2poster → html2pptx run in sequence, each invokable on its own.

2 Updated 1 months ago
wookat