bio-agent-skills-hublisted
Install: claude install-skill BioTender-max/awesome-bio-agent-skills
# Bio Agent Skills Hub
A **router/index skill** over **1,676 deduplicated biomedical AI agent skills**, aggregated and
deduplicated from **20 open-source repositories** into **15 categories**. Each skill is a
self-contained `SKILL.md` folder compatible with Claude-based agent frameworks.
- Repository: **https://github.com/BioTender-max/awesome-bio-agent-skills**
- Machine-readable index (authoritative): **`https://raw.githubusercontent.com/BioTender-max/awesome-bio-agent-skills/main/bioskill_index_v3.csv`** (1,676 rows)
> This skill does **not** duplicate the 1,676 skills. It tells the agent how to (1) **search** the
> index, (2) **locate** the single best-matching skill, (3) **fetch** that skill's `SKILL.md` on
> demand, and (4) **follow** it. Skill bodies are fetched from GitHub on demand; a `git clone`
> fallback (incl. a China mirror) is provided for offline / bulk / private use.
---
## How to use this skill (router workflow)
When a user asks for any bioinformatics task, workflow, or analysis:
### Step 1 — Search the index to find candidate skills
The index has columns: `skill_name, folder_name, source_repo, category, description, file_count, archive_path`.
`archive_path` = `<source_repo>/<folder_name>` and is the path under `skills/`.
Search **`skill_name` + `description` + `category` + `source_repo`** together (descriptions contain
rich "Use when..." text), and present ranked candidates with their **category** and **`archive_path`**
so the right one can be chos