What problem does it solve?
This Skill turns manuscript figure requests into submission-grade, journal-style plots by enforcing a figure contract (core conclusion, evidence hierarchy, panel map, and review-risk checks) before any plotting or styling decisions.
Core Features & Use Cases
- Figure contract first: builds a defensible one-sentence claim, assigns panels to unique evidence, and selects a figure archetype so the result reads like a scientific argument.
- Backend-exclusive, publication-safe rendering: generates previews and exports using either Python or R exclusively, with hard guardrails against cross-backend fallback when runtimes or packages are missing.
- Nature-family style constraints: enforces editable SVG/PDF text rules (e.g.,
svg.fonttype = 'none'), consistent typography, spine/legend policies, and export bundles for paper/presentation workflows.
- Multi-panel anti-redundancy design: ensures each subplot answers a distinct question, preventing common redundancy traps in composite figures.
- Chart-family breadth: supports common journal chart types (bars, trends, heatmaps, scatter/bubble, radar/polar) and multi-panel layout patterns.
Quick Start
Prepare a Nature-style figure plan by asking the Skill to build a panel-by-panel figure contract for your figure request and then generate editable SVG outputs in Python or R after you confirm which backend to use.