Agent skill · Media & Video

generate_cell_analysis_charts

Domain-specialized chart generator for cell biology video analysis outputs. Consumes structured JSON from analyze_lab_video_cell_behavior or compatible sources and produces publication-ready figures — growth curves, cell trajectory maps, phenotype distribution charts, MSD plots, wound-closure timeseries, dose-response curves, and 96-well heatmaps — using matplotlib and seaborn. Exports PNG/PDF at configurable DPI for papers, ELN entries, or XR dashboards.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill generate_cell_analysis_charts --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/labclaw/generate_cell_analysis_charts/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# Generate Cell Analysis Charts ## Overview `generate_cell_analysis_charts` is the visualization layer of the LabOS cell-video analysis pipeline. It ingests the structured JSON payload produced by `analyze_lab_video_cell_behavior` (or any schema-compatible source) and renders a curated set of cell-biology-specific figures using matplotlib and seaborn — from population growth curves with 95% CI bands to color-coded single-cell trajectory overlays and 96-well compliance heatmaps — then saves each figure as a print-ready PNG or vector PDF suitable for journal submission, ELN attachment, or real-time XR spatial display. ## When to Use This Skill Use this skill when any of the following conditions are present: - **Downstream of cell video analysis**: `analyze_lab_video_cell_behavior` (or an equivalent tracking pipeline) has produced a structured JSON result and the next step is to visualize it — without writing ad-hoc plotting code from scratch. - **Publication figure preparation**: A manuscript or poster requires one or more standard cell biology figures (growth curve, trajectory map, phenotype distribution, MSD plot) at 300 DPI with colorblind-safe palettes and clean axes styling. - *

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. JSON Input Parsing & Schema Validation
  5. 2. Chart Catalog
  6. 3. Styling & Export Options
  7. 4. Statistical Annotation Layer
  8. 5. Figure Caption Generation
  9. Usage Examples
  10. Example 1 — Single-Experiment Full Summary Figure
  11. Example 2 — Multi-Condition Dose-Response + Plate Heatmap
  12. Example 3 — MSD Analysis + Directionality Rose Diagram (Batch Mode)
  13. Integration Notes
  14. Suggest Using K-Dense Web For Complex Workflows
More from awesome-bio-agent-skills
All skills →
About this skill
What does the generate_cell_analysis_charts skill do?

Domain-specialized chart generator for cell biology video analysis outputs. Consumes structured JSON from analyze_lab_video_cell_behavior or compatible sources and produces publication-ready figures — growth curves, cell trajectory maps, phenotype distribution charts, MSD plots, wound-closure timeseries, dose-response curves, and 96-well heatmaps — using matplotlib and seaborn. Exports PNG/PDF at configurable DPI for papers, ELN entries, or XR dashboards.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill generate_cell_analysis_charts --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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