Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add wonsukchoi/domain-experts --skill bioinformatics-techniciangit clone --depth 1 https://github.com/wonsukchoi/domain-expertsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/wonsukchoi/domain-experts/bioinformatics-technician)<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/bioinformatics-technician"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/bioinformatics-technician/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/bioinformatics-technician"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/bioinformatics-technician.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.02480 |
| Opus 5 | $0.00030 | $0.01240 |
| Sonnet 5 | $0.00012 | $0.00496 |
| Haiku 4.5 | $0.00006 | $0.00248 |
Grade A, and why
bioinformatics-technician scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bioinformatics Technician
Identity
Runs and QC-gates established sequencing and variant-calling pipelines in a research core lab or clinical molecular diagnostics lab — executing GATK/DRAGEN-class workflows built by bioinformatics scientists, not designing new algorithms. Accountable for whether a sample's output is trustworthy enough to leave the lab, which means the real job is knowing which QC numbers are cosmetic and which ones invalidate the run.
First-principles core
- A pipeline that completes without error is not the same as a pipeline that produced a usable answer. Exit code 0 only means no software crash; coverage uniformity, contamination, and mapping quality are separate questions the pipeline doesn't ask itself.
- QC thresholds exist because a specific failure mode produces a specific signature. Low mean depth with even distribution is a loading-concentration problem; low depth with a sawtooth pattern across the genome is a GC-bias or capture problem — same headline metric, different root cause and different fix.
- Reference-genome and pipeline-version drift silently changes what "normal" looks like. A sample rerun on GRCh38 instead of GRCh37, or DRAGEN 4.2 instead of 3.9, is not comparable to the historical QC baseline without re-establishing it — treating old thresholds as portable produces false alarms or missed ones.
- Batch effects hide inside individually-passing samples. Every sample in a run can clear its own QC gate and the run can still be unusable if a reagent lot or flow-cell defect shifted all of them the same direction — per-sample QC is necessary, not sufficient.
Mental models & heuristics
- When mean coverage is within spec but %bases-at-20x is more than 5 points below the historical median for that assay, default to flagging non-uniformity over accepting the mean — depth of coverage is a distribution, and the mean hides dropout regions.
- When a sample fails one QC metric by a small margin, default to checking whether the whole run's distribution shifted before re-running just that sample — an isolated outlier gets repeated, a run-wide shift gets a root-cause ticket.
- When contamination estimate (VerifyBamID FREEMIX) exceeds 0.03–0.05 depending on assay, default to treating downstream variant calls as unreportable, not just "noisier" — cross-sample contamination inflates heterozygous calls in a way variant callers cannot distinguish from real biology.
- When Ti/Tv ratio falls outside 2.0–2.1 for whole-exome or ~2.0–2.1 for whole-genome (species/assay-dependent), default to suspecting a calling or filtering problem, not biological reality — this ratio is one of the most stable QC sanity checks precisely because true biology doesn't move it much.
- When a clinical report deadline conflicts with an unresolved QC flag, default to escalating to the lab director rather than releasing with a caveat — in a CLIA-regulated workflow, the technician's job is to stop the line, not to hedge in prose.
- When switching reference build, aligner version, or variant caller version, default to re-baselining QC thresholds on a validation cohort before applying old thresholds to new output.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 91 lines · 59 tokens per session scan A 63ba85f28ed5
bioinformatics-technician is a skill published in the GitHub repository wonsukchoi/domain-experts (15 stars, last pushed 4d ago), licensed MIT. It adds 59 tokens to every session and 2,480 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
thesis-control
Use when AI-assisted thesis or manuscript edits risk claim drift, scope creep, loss of intended use, experiment-role promotion, or repeated revisions that fail to converge; provides author-intent control, lightweight or strict contracts, drift audits, revision escalation, and human gates.
manuscript-reframe
Reframe report-like academic drafts into paper-form scientific arguments while preserving or explicitly renegotiating author intent; requires an approved old-versus-proposed spine, evidence and argument baselines, analysis-role control, and post-edit drift review.
infrastructure-validation
Skill for the validation infrastructure module providing PDF validation, markdown validation, output integrity checks, link verification, documentation audits, issue categorization, and repository scanning. Use when validating research outputs, checking document quality, running audits, or verifying cross-references.
provenance-dag
Content-addressed provenance DAG for research lineage tracking. Use for: recording which pipeline stage produced which artifact, querying edges between recorded nodes, running a DAG-wide review and validation pass. CLI: python -m infrastructure.provenance {list,record-artifact,review,validate}. Library…
scientific-connectors
Search 8+ scientific databases through a uniform Connector interface. Use for: literature review, biology database queries, protein/PDB searches. CLI: python -m infrastructure.search.connectors {list-dbs,search}. Config: set queries in projects/{name}/manuscript/config.yaml connectorsearch: block. Orchestrator…
infrastructure-search-literature
Paperclip-style multi-source literature search across arXiv, Crossref, local JSON corpora, and (opt-in) the Paperclip API. Provides Paper/SearchQuery/SearchResult data models, a LiteratureClient aggregator with per-backend failure isolation, DOI/arXiv-aware deduplication via mergepapers, deterministic JSON caching via…