Академический постер конференции в HTML
★ 7.1 · design
paper-poster-html is a Claude Code skill that builds an academic conference poster (ICML, NeurIPS, ICLR, CVPR, and others) as a single HTML/CSS file and renders it to a print-ready PDF via Playwright and headless Chromium. The pipeline enforces hard gates — preflight, style, asset, and measure — that must all pass before any visual review begins, preventing the patch-loop failure mode where successive rounds add colors and bespoke decorations rather than fix structure. A two-hue design-token system (slate-blue #2D5F8B + gold #C9A24A) and a closed fix vocabulary structurally ban new inline styles and arbitrary hex values. Real paper figures are tracked in FIGURE_MANIFEST.json with sha256 provenance; a final cross-model review runs in a fresh codex thread. The skill suits researchers who need a correctly sized, venue-compliant poster without manual layout iteration.
- #conference-poster
- #html-css
- #print-ready
- #poster-design
- #academic-visualization