explaingit

yunyiliu/cvpr-2026-poster-skill

Analysis updated 2026-05-18

14PythonAudience · researcherComplexity · 2/5LicenseSetup · easy

TLDR

A skill for AI coding agents that turns a CVPR 2026 paper into a print ready poster by reading your LaTeX and chatting with you.

Mindmap

mindmap
  root((poster skill))
    What it does
      LaTeX to poster
      Chat driven edits
      PDF export
    Tech stack
      Python
      HTML
      Headless Chrome
    Use cases
      Conference posters
      Logo fetching
      Layout tweaks
    Audience
      Researchers
      Grad students
      Lab groups

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Convert an Overleaf LaTeX paper into a ready to edit conference poster.

USE CASE 2

Auto-fetch your institution's logo and the official conference logo for the poster.

USE CASE 3

Edit poster layout by chatting with an AI agent instead of using design software.

USE CASE 4

Export a print-ready PDF sized exactly for the main or workshop poster track.

What is it built with?

PythonHTMLJavaScriptHeadless ChromeLaTeX

How does it compare?

yunyiliu/cvpr-2026-poster-skill0c33/agentic-aiadennng/stock_strategy_lab
Stars141414
LanguagePythonPythonPython
Setup difficultyeasyhardhard
Complexity2/54/54/5
Audienceresearcherdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Needs Google Chrome installed for the headless PDF export step.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

This project is a skill you install into an AI coding agent like Claude Code or Codex, and it helps you turn a CVPR 2026 conference paper into a print ready poster. Instead of using PowerPoint or fighting with templates, you talk to the agent in plain language and it builds the poster for you. Once installed, you point the agent at your paper's Overleaf folder. It reads the LaTeX source to pull out the title, authors, affiliations, abstract, and figures, then uses that information to fill in an editable poster made of HTML. It also tries to automatically find and download your institution's logo from your school's website, and it adds the official CVPR 2026 conference logo. After the first draft is built, you keep refining it just by describing changes in chat, things like moving a section to a different column, shrinking a logo, or trimming a card's text down to a shorter summary. You can also edit the poster directly in your browser: dragging dividers to resize columns and rows, dragging cards to swap their positions, and scaling all the fonts up or down at once. When you are happy with the layout, you save it, which downloads a configuration file with your changes. The final step converts that layout into a PDF sized exactly for either the main poster track at 84 by 42 inches, or the smaller workshop track at 42 by 21 inches, using a headless version of Chrome to do the rendering. That PDF can be sent straight to a print shop. To use this, you need Google Chrome installed for the export step, and Python 3, which comes preinstalled on macOS and most Linux systems. Everything else the tool needs, like the LaTeX reader and logo fetcher, ships inside the project itself. There is also a manual path for people who would rather run the individual Python scripts themselves instead of going through an agent conversation, useful if you want more direct control over each step. The project is released under the MIT license, so it can be freely reused, including for commercial purposes.

Copy-paste prompts

Prompt 1
Use $cvpr-2026-poster to create a poster workspace from my Overleaf folder at /path/to/my-paper/.
Prompt 2
Make the Results card use a side-by-side figure and text layout, and shrink the conference logo.
Prompt 3
The Contributions card is too long, keep it to one lead sentence and three bullets.
Prompt 4
Move the Conclusion card to the bottom of the rightmost column.
Prompt 5
Export the current poster layout to a print-ready PDF at the workshop track size.

Frequently asked questions

What is cvpr-2026-poster-skill?

A skill for AI coding agents that turns a CVPR 2026 paper into a print ready poster by reading your LaTeX and chatting with you.

What language is cvpr-2026-poster-skill written in?

Mainly Python. The stack also includes Python, HTML, JavaScript.

What license does cvpr-2026-poster-skill use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is cvpr-2026-poster-skill to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is cvpr-2026-poster-skill for?

Mainly researcher.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.