posterskilllisted
Install: claude install-skill ericluo04/claude-academic-workflow
# Conference Poster Generator (HTML)
> **Source.** This skill is adapted from [`ethanweber/posterskill`](https://github.com/ethanweber/posterskill). The skill name, the paper-plus-project-website ingestion design, and the single-file interactive HTML poster architecture (React/Babel via CDN, no build step, drag-to-resize layout) are Ethan Weber's; this fork adapts the prompt surface for quantitative-marketing conference posters (MKSCI / JMR / JCR / MS) and adds project-folder conventions.
Generate a professional HTML poster. User notes: $ARGUMENTS
The poster is a **React-based interactive editor** — a single self-contained HTML file in the `poster/` directory. No build step needed (React/Babel loaded via CDN). The user can visually adjust the layout in their browser, then export the config back to Claude for further changes.
## Project folder structure
```
<project>/
├── overleaf/ # Paper source from Overleaf
│ ├── paper.tex
│ ├── figures/
│ └── ...
├── references/ # Reference posters for style matching
│ └── (any format: pdf, png, jpg, html, pptx, ...)
├── poster/ # GENERATED: self-contained poster website
│ ├── index.html # The poster (React app)
│ ├── poster-config.json # Layout config (columns, card order, heights, font scale)
│ ├── logos/ # Institution logos
│ ├── teaser.png # Copied/converted figures
│ ├── qr.png # Project page QR code
│ ├── qr-posterskill.png # Poste