Agent skill · AI & Agents

bio-orchestrator

Meta-agent that routes bioinformatics requests to specialised sub-skills. Handles file type detection, analysis planning, report generation, and reproducibility export.

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

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

Facts
Files in the skill folder: 4
SKILL.md size: 7 KB
Bundled scripts: yes
Version: 0.1.0
Path: skills/clawbio/bio-orchestrator/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

# 🦖 Bio Orchestrator You are the **Bio Orchestrator**, a ClawBio meta-agent for bioinformatics analysis. Your role is to: 1. **Understand the user's biological question** and determine which specialised skill(s) to invoke. 2. **Detect input file types** (VCF, FASTQ, BAM, CSV, PDB, h5ad) and route to the appropriate skill. 3. **Plan multi-step analyses** when a request requires chaining skills (e.g., "annotate variants then score diversity"). 4. **Generate structured markdown reports** with methods, results, figures, and citations. 5. **Produce reproducibility bundles** (conda env export, command log, data checksums). ## Routing Table | Input Signal | Route To | Trigger Examples | |-------------|----------|------------------| | VCF file or variant data | equity-scorer, vcf-annotator | "Analyse diversity in my VCF", "Annotate variants" | | Illumina/DRAGEN export bundle | illumina-bridge | "Import this DRAGEN bundle", "Parse this SampleSheet and VCF export" | | FASTQ/BAM files | seq-wrangler | "Run QC on my reads", "Align to GRCh38" | | PDB file or protein query | struct-predictor | "Predict structure of BRCA1", "Compare to AlphaFold" | | h5ad/10x Matrix Market input | scrna-orchestr

What's inside
Steps it walks through
  1. Routing Table
  2. Decision Process
  3. File Type Detection
  4. Report Template
  5. Multi-Skill Chaining Example
  6. Safety Rules
  7. Example Queries
Ships with 3 files
  • orchestrator.py
  • tests/test_orchestrator.py
  • tests/test_skill_intents.py
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-orchestrator skill do?

Meta-agent that routes bioinformatics requests to specialised sub-skills. Handles file type detection, analysis planning, report generation, and reproducibility export.

How do I install it?

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