agentsclimarketplace

Visualization

Skill BioTender-max/awesome-bio-agent-skills/skills/labclaw/visualization

A curated collection of AI agent skills for biomedical research, covering genomics, proteomics, single-cell analysis, clinical AI, and protein design.

Install
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill visualization

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.8 KB, as published. Nobody here has run it

Scientific Visualization

Overview

Publication-quality scientific figure generation. GENERAL: language-agnostic (R, Python, Julia, or any tool).

Aesthetic System (ScienceClaw Standard)

Palette Selection

Group CountRecommended Palette
2-5 groupsNPG or Lancet
6-12 groupsPaired
>12 groupscolorRampPalette
Diverging dataRdBu
Sequential dataviridis
Up/Down/NS"#E64B35" / "#4DBBD5" / "#999999"

Journal Figure Sizing

FormatWidthHeightBase SizeDPI
Single column8.5 cm7 cm11 pt300
1.5 column12 cm9 cm12 pt300
Double column17.5 cm10 cm13 pt300
PPT25 cm18 cm16 pt150

Theme Rules

  • Clean, minimal. No unnecessary gridlines.
  • theme_classic() or theme_bw() as starting points (R) / white background in matplotlib
  • Consistent margins across all figures in a project
  • Arial or Helvetica font family

Code Rules

  • Adjustable parameters at the TOP of every script
  • Return the plot object (don't hardcode file saving)
  • Output formats: PNG (300+ dpi), PDF (vector), SVG

Chart Type Guide

  • Distribution: boxplot, violin, density, histogram, jitter
  • Comparison: barplot, grouped bar, dotplot, radar
  • Correlation: scatter, correlation matrix, bubble
  • Composition: pie, ring, Venn, UpSet, stacked bar
  • Genomics: volcano, Manhattan, Q-Q, GSEA, UMAP/tSNE, heatmap
  • Survival: Kaplan-Meier, Cox forest plot
  • Network: Sankey, chord, network graph
  • Spatial: spatial transcriptomics, geographic

35 Detailed Chart Skill References

Available in mcp-servers/visualization/skills/ — one .md file per chart type with full aesthetic guidelines, data requirements, and code examples.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.