paper-poster

Redirects poster generation requests to the paper-poster-html pipeline.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Lingjie-wang/autoRL --skill paper-poster-lingjie-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-poster
Source: https://github.com/Lingjie-wang/autoRL/tree/main/Auto-claude-code-research-in-sleep/skills/paper-poster
Command: npx skills add https://github.com/Lingjie-wang/autoRL --skill paper-poster-lingjie-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill preserves backward compatibility for users accustomed to the legacy LaTeX-based poster workflow by redirecting them to the current HTML/CSS poster pipeline instead of running the retired implementation. ## Core Features & Use Cases - Deprecation Redirect: Immediately forwards all user arguments unchanged to the /paper-poster-html skill. - Legacy Reference: Points to git history where the old LaTeX/tcbposter implementation remains available if a venue ever mandates LaTeX poster source. - Use Case: A researcher who previously used /paper-poster out of habit invokes it again; the skill transparently routes the request to the measurement-gated HTML/CSS pipeline without any manual adjustment. ## Quick Start Invoke /paper-poster with a paper directory or PDF and let it forward your arguments to /paper-poster-html automatically.

Frequently Asked Questions about paper-poster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an academic poster from a paper PDF?

Invoke the paper-poster-html skill with your paper directory or PDF as the argument. The legacy paper-poster skill is deprecated and now simply forwards all arguments to that HTML/CSS pipeline unchanged.

What happened to the LaTeX tcbposter poster workflow?

The LaTeX/tcbposter pipeline was retired because it produced posters with unbounded color palettes, no real paper figures, and no print-canvas verification. It was replaced by a measurement-gated HTML/CSS pipeline.

Can I still get the old LaTeX poster source if a venue requires it?

Yes, the full legacy implementation remains available in git history under the paper-poster skill path. You can recover it with git log if a venue ever mandates LaTeX poster source, though none is currently known to.

Do I need to change my arguments when using the deprecated poster command?

No changes are needed. The deprecated skill passes all of your arguments through to paper-poster-html unchanged, so existing muscle memory and scripts continue to work.

When should I not use the paper-poster redirect?

Do not use it for new posters; invoke paper-poster-html directly instead. The redirect exists only for backward compatibility and carries no poster-generation logic of its own.