biotender-max/reporting-and-figure-export
Workflow for packaging analysis outputs into reproducible reports, clean tables, and publication-ready figure exports.
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill reporting-and-figure-export
Reference examples assume recent stable releases of the preferred tools, especially matplotlib and the other tools listed below.
Before using code or command patterns, verify installed versions match the environment:
python -c "import <module>; print(<module>.__version__)"<tool> --versionWorkflow for packaging analysis outputs into reproducible reports, clean tables, and publication-ready figure exports.
references/technical_reference.md when you need deeper tool-selection rules, environment adaptation notes, or extra validation guidance.SKILL.md as the main execution path and load the reference file only when the task or failure mode needs the extra detail.Preferred starting point: matplotlib
Inputs: analysis tables, plots, metadata, interpretation notes
Outputs: QC or analysis reports, exported figures, deliverable-ready tables
Keep the analysis artifacts intact and build curated exports on top.
Use consistent fonts, labels, color legends, and vector output when possible.
Summarize key methods, QC, main findings, and file provenance.
Write machine-readable and human-readable result tables with stable column names.
Record how the report and figures were generated.
results/ for final tables and serialized objectsfigures/ for plots and static visual exportsqc/ for checks that justify downstream interpretationQC or analysis reportsexported figuresdeliverable-ready tablesSequence And Format IOAlignment And MappingRead QCDatabase AccessseabornplotlyTake biotender-max/reporting-and-figure-export from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.