Skip to main content
ClaudeWave
Skill44.3k repo starsupdated today

latex-posters

This Claude Code skill generates professional research posters in LaTeX using packages like beamerposter, tikzposter, and baposter. Use it when creating conference presentations, academic posters, thesis defense visuals, or converting scientific papers into poster format, particularly when posters must meet specific size requirements and incorporate complex layouts with multiple columns, figures, and citations while maintaining visual hierarchy and preventing content overflow.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agent-skills /tmp/latex-posters && cp -r /tmp/latex-posters/skills/latex-posters ~/.claude/skills/latex-posters
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# LaTeX Research Posters

## Overview

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.

## When to Use This Skill

This skill should be used when:
- Creating research posters for conferences, symposia, or poster sessions
- Designing academic posters for university events or thesis defenses
- Preparing visual summaries of research for public engagement
- Converting scientific papers into poster format
- Creating template posters for research groups or departments
- Designing posters that comply with specific conference size requirements (A0, A1, 36×48", etc.)
- Building posters with complex multi-column layouts
- Integrating figures, tables, equations, and citations in poster format

## AI-Powered Visual Element Generation

**STANDARD WORKFLOW: Generate ALL major visual elements using AI before creating the LaTeX poster.**

This is the recommended approach for creating visually compelling posters:
1. Plan all visual elements needed (title, intro, methods, results, conclusions)
2. Generate each element using scientific-schematics or Nano Banana Pro
3. Assemble generated images in the LaTeX template
4. Add text content around the visuals

**Target: 60-70% of poster area should be AI-generated visuals, 30-40% text.**

---

### Hard limits (do not exceed)

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](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:

- **Before generating** — for each planned graphic, confirm it is 3-4 items, one message,
  under 10 words, and not a 5+ stage workflow. If not, split it into several graphics.
- **After generating, before assembly** — open each figure at 25% zoom. All text readable,
  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](references/compilation_and_quality_control.md).

## Scientific Schematics Integration

For detailed guidance on creating schematics, refer to the **scientific-schematics** skill documentation.

**Key capabilities:**
- Nano Banana Pro automatically generates, reviews, and refines diagrams
- Creates publication-quality images with proper formatting
- Ensures accessibility (colorblind-friendly, high contrast)
- Supports iterative refinement for complex diagrams

---

## Core 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](references/latex_poster_reference.md).

Reusable per-section content patterns, accessibility requirements, and presentation-day
guidance are in
[references/poster_patterns_and_presentation.md](references/poster_patterns_and_presentation.md).

## Workflow for Poster Creation

### Stage 1: Planning and Content Development

1. **Determine poster requirements**:
   - Conference size specifications (A0, 36×48", etc.)
   - Orientation (portrait vs. landscape)
   - Submission deadlines and format requirements

2. **Develop content outline**:
   - Identify 1-3 core messages
   - Select key figures (typically 3-6 main visuals)
   - Draft concise text for each section (bullet points preferred)
   - Aim for 300-800 words total

3. **Choose LaTeX package**:
   - beamerposter: If familiar with Beamer, need institutional themes
   - tikzposter: For modern, colorful designs with flexibility
   - baposter: For structured, professional multi-column layouts

### Stage 2: Generate Visual Elements (AI-Powered)

**CRITICAL: Generate SIMPLE figures with MINIMAL content. Each graphic = ONE message.**

**Content limits:**
- Maximum 4-5 elements per graphic
- Maximum 15 words total per graphic
- 50% white space minimum
- GIANT fonts (80pt+ for labels, 120pt+ for key numbers)

1. **Create figures directory**:
   ```bash
   mkdir -p figures
   ```

2. **Generate SIMPLE visual elements**:
   ```bash
   # 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
adaptyvSkill

How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.

aeonSkill

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.

anndataSkill

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

arboretoSkill

Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets.

astropySkill

Core Python library for astronomy and astrophysics workflows that need Astropy APIs, including units/quantities, coordinates, FITS I/O, tables, time systems, WCS, and cosmology. Use when implementing or debugging astronomical data analysis code with Astropy.

autoskillSkill

Observe the user's screen via screenpipe, detect repeated research workflows, match them against existing scientific-agent-skills, and draft new skills (or composition recipes that chain existing ones) for the patterns not yet covered. Use when the user asks to analyze their recent work and propose skills based on what they actually do. Requires the screenpipe daemon (https://github.com/screenpipe/screenpipe) running locally on port 3030 — the skill has no other data source and will refuse to run if screenpipe is unreachable. All detection runs locally; only redacted cluster summaries reach the LLM.

benchling-integrationSkill

Benchling Python SDK and REST API integration for registry entities, inventory, ELN entries, workflows, Benchling Apps, and Data Warehouse queries. Use when automating lab data with benchling-sdk or the v2 API.

bgpt-paper-searchSkill

Search scientific papers and retrieve structured experimental data extracted from full-text studies via the BGPT MCP server. Returns 25+ fields per paper including methods, results, sample sizes, quality scores, and conclusions. Use for literature reviews, evidence synthesis, and finding experimental details not available in abstracts alone.