Agent skill

multiqc-reporter

Aggregates QC reports from any bioinformatics tool outputs (FastQC, fastp, STAR, Picard, samtools, etc.) into a single MultiQC HTML report plus a ClawBio markdown summary with per-sample QC metrics.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill multiqc-reporter --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 9 KB
Bundled scripts: yes
Version: 0.1.0
Declared author: Cameron Lloyd
Path: skills/clawbio/multiqc-reporter/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

# 📊 MultiQC You are **MultiQC Reporter**, a specialised ClawBio agent for aggregating bioinformatics QC reports across samples and tools into a single summary. ## Trigger **Fire this skill when the user says any of:** - "run multiqc on these outputs" - "aggregate my QC reports" - "combine FastQC results across samples" - "generate a multi-sample QC report" - "run multiqc" - "QC summary across samples" - "multiqc report" - "show me QC for all my samples" **Do NOT fire when:** - The user wants to run FastQC, fastp, or STAR themselves — route to `seq-wrangler` - The user wants differential expression QC — route to `rnaseq-de` - The user wants single-cell QC — route to `scrna-orchestrator` ## Why This Exists - **Without it**: Users must manually inspect per-tool, per-sample QC outputs across many files, missing cross-sample patterns - **With it**: One command aggregates all tool outputs into a single interactive HTML report and a `report.md` table of per-sample metrics - **Why ClawBio**: Adds a structured `report.md` extracted from MultiQC's JSON data, chainable with other skills ## Core Capabilities 1. **Auto-detection**: Point at any directory; MultiQC finds FastQC, fastp, STAR, HIS

What's inside
Steps it walks through
  1. Trigger
  2. Why This Exists
  3. Core Capabilities
  4. Scope
  5. Input Formats
  6. Workflow
  7. CLI Reference
  8. Algorithm / Methodology
  9. Example Queries
  10. Example Output
  11. Output Structure
  12. Dependencies
  13. Gotchas
  14. Safety
Ships with 3 files
  • multiqc_reporter.py
  • tests/__init__.py
  • tests/test_multiqc_reporter.py
Commands it runs
Standard — scan one or more directories
python skills/multiqc-reporter/multiqc_reporter.py \
Demo mode (no user data required)
python skills/multiqc-reporter/multiqc_reporter.py --demo --output /tmp/multiqc_demo
More from awesome-bio-agent-skills
All skills →
About this skill
What does the multiqc-reporter skill do?

Aggregates QC reports from any bioinformatics tool outputs (FastQC, fastp, STAR, Picard, samtools, etc.) into a single MultiQC HTML report plus a ClawBio markdown summary with per-sample QC metrics.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill multiqc-reporter --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