Use when a task needs a skill from ASB Metabolomics — LC-MS — search this unit's 2,621 evidence-grounded skills, then apply and optionally ground the one that fits.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add HolobiomicsLab/asb-skill-collections --skill _router --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Router?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/holobiomicslab-router-7ae71469)More formats (shields.io, HTML) on the badges page.
---
name: metabolomics-lc-ms-router
description: Use when a task needs a skill from ASB Metabolomics — LC-MS — search this unit's 2,621 evidence-grounded skills, then apply and optionally ground the one that fits.
license: CC-BY-4.0
metadata:
skills_count: 2621
leaf_dir: leaves
retrieval: bin/search_skills.py
indexes:
- skills_index.json
schema_version: 0.2.0
---
# ASB Metabolomics — LC-MS — router
Entry point for **2,621 evidence-grounded skills**, each distilled from a
peer-reviewed method paper and its public code repository.
## How this unit is laid out
The leaf skills live in **`leaves/<slug>/SKILL.md`**, not in `skills/`. A plugin
host loads the name and description of everything under `skills/` into the
session prompt, so advertising the whole corpus would cost far more context than
the work itself. Only this router is advertised; the corpus ships beside it as
data.
**Do not enumerate `leaves/`, and do not read `skills_index.json` whole.**
Search it, then read the one skill you need.
## 1. Search
```bash
python bin/search_skills.py --query "<the user's task>" -k 10
```
Standard library only — no network, no API key. Narrow with `--tool <name>`,
`--technique <tag>` or `--edam <iri-substring>` when the user is already
specific. Each hit prints the exact path to read.
## 2. Apply
Read the chosen `leaves/<slug>/SKILL.md`. Its frontmatter carries `tools` (what
to install or invoke), `derived_from` (source paper DOIs) and `evidence_spans`
(verbatim anchors from the paper or repo). Follow the body.
## 3. Ground (recommended)
Before trusting a parameter, threshold or default, verify it against the paper
the skill was built from. `kb_bundle.json` maps each skill to its source KBs:
```bash
python bin/perspicacite_kb_bind.py query --skill <slug> \
--question "<what you need to verify>"
```
See `GROUNDING.md` for the backends and tiers.
## Licence tiers
Read each candidate's `license_tier` before presenting it. `open` — surface
freely. `noncommercial` — commercial use forbidden without a separate licence;
get explicit confirmation of an academic or non-commercial purpose first.
`restricted` — no clear licence detected; surface that caveat before use.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!