Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication.
npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill latex-posters
Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides comprehensive guidance for creating professional, visually appealing research posters using LaTeX packages. Generate publication-quality posters with proper layout, typography, color schemes, and visual hierarchy.
This skill should be used when:
STANDARD WORKFLOW: Generate ALL major visual elements using AI before creating the LaTeX poster.
This is the recommended approach for creating visually compelling posters:
Target: 60-70% of poster area should be AI-generated visuals, 30-40% text.
These are limits, not guidelines. Violating them is the single most common cause of a
failed poster. Full reasoning, per-graphic-type tables, and worked examples are in
references/ai_graphics_for_posters.md.
| Constraint | Limit |
| --- | --- |
| Elements per AI-generated graphic | 3-4 maximum (3 ideal) |
| Words per graphic | 10 maximum |
| White space per graphic | 50% minimum (60% better) |
| Key numbers / metrics | 120pt+ |
| Labels | 80pt+ |
| Body text on the poster | 24pt+ |
| Content sections (A0) | 5-6 maximum |
| Total words on the poster | 300-800 |
| Figure width | 0.85\linewidth, never 1.0 |
Every graphic prompt must include: POSTER FORMAT for A0, an explicit element or word
count (ONLY 3 icons, 3 words total), a font size (GIANT (120pt+)), 60% white space,
and a viewing distance (readable from 10-12 feet).
Two mandatory review gates. Skipping either is how unreadable posters happen:
under 10 words, and not a 5+ stage workflow. If not, split it into several graphics.
4 or fewer elements, 50%+ white space, understandable in 2 seconds. Any failure means
regenerate or split. Do not assemble a poster from figures that failed.
Patterns that always fail: 7-stage workflow, timeline with annual milestones,
3 case studies in one graphic, comparison of 5+ methods, architecture with all layers.
Collapse each to 3 high-level items, or make several separate graphics.
Overflow is an error, not a warning. After compiling, run grep -i overfull poster.log
and inspect all four edges at 100% zoom. See
references/compilation_and_quality_control.md.
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
Key capabilities:
Three poster packages are supported — beamerposter (Beamer syntax, institutional
themes), tikzposter (modern, colorful, flexible), and baposter (structured
multi-column). Package comparison, layout and grid systems, design principles, standard
sizes, per-package templates, figure and image integration, color schemes, typography,
and QR codes are all documented in
references/latex_poster_reference.md.
Reusable per-section content patterns, accessibility requirements, and presentation-day
guidance are in
references/poster_patterns_and_presentation.md.
CRITICAL: Generate SIMPLE figures with MINIMAL content. Each graphic = ONE message.
Content limits:
mkdir -p figures
# Introduction - ONLY 3 icons/elements
python scripts/generate_schematic.py "POSTER FORMAT for A0. SIMPLE visual with ONLY 3 elements: [icon1] [icon2] [icon3]. ONE word labels (80pt+). 50% white space. Readable from 8 feet." -o figures/intro.png
# Methods - ONLY 4 steps maximum
python scripts/generate_schematic.py "POSTER FORMAT for A0. SIMPLE flowchart with ONLY 4 boxes: STEP1 → STEP2 → STEP3 → STEP4. GIANT labels (100pt+). 50% white space. NO sub-steps." -o figures/methods.png
# Results - ONLY 3 bars/comparisons
python scripts/generate_schematic.py "POSTER FORMAT for A0. SIMPLE chart with ONLY 3 bars. GIANT percentages ON bars (120pt+). NO axis, NO legend. 50% white space." -o figures/results.png
# Conclusions - EXACTLY 3 items with GIANT numbers
python scripts/generate_schematic.py "POSTER FORMAT for A0. EXACTLY 3 key findings: '[NUMBER]' (150pt) '[LABEL]' (60pt) for each. 50% white space. NO other text." -o figures/conclusions.png
assets/\includegraphics with proper sizing pdflatex poster.tex
# Or for better font support:
lualatex poster.tex
This skill works effectively with:
Recommended workflow: Always use scientific-schematics and generate-image skills BEFORE creating the LaTeX poster to generate all visual elements.
AI-Generated Graphics Mistakes (MOST COMMON):
Fixing Overflow in AI Graphics:
If your AI-generated graphics are overflowing or have small text:
Design Mistakes:
Content Mistakes:
Technical Mistakes:
Best Practices:
Ensure required LaTeX packages are installed:
# For TeX Live (Linux/Mac)
tlmgr install beamerposter tikzposter baposter
# For MiKTeX (Windows)
# Packages typically auto-install on first use
# Additional recommended packages
tlmgr install qrcode graphics xcolor tcolorbox subcaption
Helper scripts available in scripts/ directory:
review_poster.sh: Poster review and validationgenerate_schematic.py: Generate scientific diagrams and schematicsgraphic rules, per-type limits, worked prompt examples, and the review gates.
layout, design, sizes, templates, figures, color, typography, QR codes.
compilation engines and the complete pre-print QC procedure.
content patterns, accessibility, presentation tips.
comparison of beamerposter, tikzposter, and baposter with examples.
principles, grid systems, and visual flow.
typography, color theory, visual hierarchy, and accessibility.
organization, writing style, and section-specific guidance.
Ready-to-use poster templates in assets/ directory:
Load these templates and customize for your specific research and conference requirements.
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.
Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.
Take k-dense-ai/latex-posters from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.