Agent skill · Security

scientific-visualization

Create and audit truthful, accessible, publication-ready scientific figures with Matplotlib, Seaborn, or Plotly. Use for figure design, multi-panel layouts, uncertainty and missing-data displays, color/contrast review, image metadata validation, and journal export planning.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add K-Dense-AI/scientific-agent-skills --skill scientific-visualization --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 18
SKILL.md size: 12 KB
Bundled scripts: yes
Version: 1.1
Allowed tools: ReadWriteEditBashGlobGrep
Requires: Requires Python 3.11+ and uv for pinned examples. Bundled CLIs are network-free and load Matplotlib, Pillow, or pypdf…
Path: skills/scientific-visualization/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 32,619
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Scientific Visualization Build figures that preserve scientific meaning before optimizing appearance. Separate universal principles from dated publisher rules, preserve raw data and transformations, use color redundantly, and inspect delivered files rather than trusting plotting defaults. ## Non-negotiable guardrails - Never alter, hide, invent, or selectively enhance data to improve a figure. - Preserve raw tables/images, exclusions, missing-value codes, analysis code, normalization, binning, image adjustments, and random seeds. - Do not infer journal requirements. Identify the exact journal, article type, figure type, and submission phase; verify its live official guidance. - Do not claim that a palette, DPI value, format, or automated report makes a figure accessible or journal-compliant. - Do not silently connect missing observations, suppress inconvenient points, upsample images as if detail increased, or tune axes/dual axes to exaggerate a conclusion. - Keep interactive and static outputs as distinct deliverables. Interactive hover is not a substitute for labels, alt text, keyboard access, an accessible data table, or a static fallback. Read `references/publication_guidelin

What's inside
Steps it walks through
  1. Non-negotiable guardrails
  2. Workflow
  3. 1. Define the evidence and destination
  4. 2. Choose an honest encoding
  5. 3. Design accessibility in, not after
  6. 4. Implement with scoped styles
  7. 5. Export explicitly and record provenance
  8. 6. Inspect, compare, and review
  9. Pinned snapshot
  10. Bundled CLIs
  11. Inspect raster/vector metadata
  12. Audit palette contrast and grayscale
  13. Plan/screen publisher export
  14. Preview styles
Ships with 17 files
  • assets/color_palettes.py
  • assets/nature.mplstyle
  • assets/presentation.mplstyle
  • assets/publication.mplstyle
  • assets/publisher_profiles.json
  • references/color_palettes.md
  • references/journal_requirements.md
  • references/matplotlib_examples.md
  • references/publication_guidelines.md
  • references/sources.md
  • scripts/_common.py
  • scripts/export_plan.py
  • scripts/figure_export.py
  • scripts/image_metadata.py
  • scripts/palette_audit.py
  • scripts/style_presets.py
  • scripts/style_preview.py
Commands it runs
uv run --isolated --no-project --python 3.13 \
python your_figure.py
python scripts/image_metadata.py figure.tiff \
python scripts/palette_audit.py \
python scripts/export_plan.py \
python scripts/style_preview.py \
python scripts/style_presets.py --list
python scripts/style_presets.py --show nature
python scripts/figure_export.py --demo outputs/export-smoke --manifest
More from scientific-agent-skills
All skills →
About this skill
What does the scientific-visualization skill do?

Create and audit truthful, accessible, publication-ready scientific figures with Matplotlib, Seaborn, or Plotly. Use for figure design, multi-panel layouts, uncertainty and missing-data displays, color/contrast review, image metadata validation, and journal export planning.

How do I install it?

Run `npx skills add K-Dense-AI/scientific-agent-skills --skill scientific-visualization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/scientific-agent-skills, a repository with 32,619 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going