# Metabolomics Ms Generic Router

> Use when a task needs a skill from ASB Metabolomics — mass-spectrometry — search this unit's 804 evidence-grounded skills, then apply and optionally ground the one that fits.

- Skill: `holobiomicslab/metabolomics-ms-generic-router` (Agent Skill)
- Install (CLI): `npx skillmds@latest add holobiomicslab/metabolomics-ms-generic-router`
- Raw SKILL.md: https://api.skillmd.com/api/skills/holobiomicslab/metabolomics-ms-generic-router/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- License: CC-BY-4.0
- Author: HolobiomicsLab (https://skillmd.com/u/holobiomicslab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/holobiomicslab/metabolomics-ms-generic-router

---


# ASB Metabolomics — mass-spectrometry — router

Entry point for **804 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.

