Loading...
Loading...
Creates and checks conference research posters and short poster-session pitches. Use when the user asks to make a poster, prepare a research poster, adapt a paper into a poster, fit a poster to A0/A1/36x48in, check a beamerposter or tikzposter file, reuse paper figures, or write a 2-minute or 5-minute poster pitch. Bundled scripts resolve poster dimensions, inventory reusable figures, lint print-day problems, and time spoken pitches.
npx skill4agent add shaishavmaisuria/research-paper-lifecycle-skills make-postermake-slides.texpython3 scripts/poster_size.py --size 36x48in
python3 scripts/poster_size.py --size a0 --orientation portraitpython3 scripts/poster_size.py --size 36x48in --board 48x96inpython3 scripts/poster_figures.py paper/main.tex --copy-to poster/assetspython3 scripts/poster_lint.py poster/poster.tex --expect-size 36x48inRISK--strictpython3 scripts/pitch_check.py poster/pitch-2min.md --minutes 2
python3 scripts/pitch_check.py poster/pitch-5min.md --minutes 5