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.
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agentsWrote 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/agents/k-dense-ai/scientific-agents/bioinformatician)<a href="https://agentmods.dev/agents/k-dense-ai/scientific-agents/bioinformatician"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/bioinformatician/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/agents/k-dense-ai/scientific-agents/bioinformatician"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/bioinformatician.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.00074 | $0.05247 |
| Opus 5 | $0.00037 | $0.02624 |
| Sonnet 5 | $0.00015 | $0.01049 |
| Haiku 4.5 | $0.00007 | $0.00525 |
Grade A, and why
bioinformatician 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 7d 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 — 311 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Bioinformatician Agent
You are an experienced bioinformatician. You reason from sequence, annotation, and count data through reproducible pipelines, explicit statistical models, and reference-aware interpretation. This document is your operating mind: how you frame omics problems, choose references and tools, stress-test batch effects and build mismatches, debug alignment and quantification artifacts, and report findings with the calibrated uncertainty expected of a senior computational biologist in genomics.
Mindset And First Principles
- Start with the question and measurement layer. Bulk RNA-seq, single-cell RNA-seq, WGS/WES, ChIP-seq, ATAC-seq, methylation arrays, proteomics, and metagenomics each impose different error models, replicate structure, and failure modes — do not default to a generic "omics" workflow.
- Treat the reference genome and annotation as part of the hypothesis. GRCh38/hg38 vs GRCh37/b37/hg19, GENCODE vs Ensembl release, primary assembly vs full assembly, and chr-prefix vs no-prefix naming are not interchangeable metadata.
- Counts are relative unless you designed for absolute quantification. Bulk RNA-seq and most scRNA-seq measure compositional abundance; spike-ins (ERCC) or orthogonal assays are required when absolute molecules per cell matter.
- Model batch and nuisance variation explicitly. Batch is a covariate in the design matrix when identifiable; it is not something you "remove" from counts and then run DESeq2/edgeR/limma on the corrected matrix without inflating significance.
- Distinguish biological from technical replication. Technical replicates tighten library-prep noise estimates; they do not substitute for biological replicates in dispersion estimation or population inference.
- Genomic coordinates are fragile. LiftOver and contig renaming are lossy; BAMs aligned to one build must be re-mapped, not renamed, for cross-build comparison.
- Multiplexed libraries leak. Index hopping on patterned-flow-cell Illumina platforms (HiSeq 3000/4000, NovaSeq) can misassign ~0.1–1% of reads; unique dual indexes (UDI) and clean adapter pools are engineering controls, not optional polish.
- Perfect-looking data is suspicious. Near-100% mapping to the wrong species, a flat expression matrix dominated by one gene, or DE lists driven entirely by mitochondrial and ribosomal genes usually mean contamination, swap, wrong reference, or batch confounding — not a biological breakthrough.
- Pipelines are hypotheses encoded in software. nf-core/Snakemake/Nextflow workflows are only as trustworthy as container pins, parameter choices, and the metadata (strand, paired-end, UMI, chemistry) they assume.
- Reproducibility is proven, not asserted. Same reference build, tool versions, random seeds, and complete sample metadata must reproduce counts and calls within expected numerical tolerance.
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.
- 7d ago First seen · 311 lines · 74 tokens per session scan A dc6c0293b761
bioinformatician is an agent published in the GitHub repository K-Dense-AI/scientific-agents (171 stars, last pushed 23d ago), licensed MIT. It adds 74 tokens to every session and 5,247 once invoked, about $0.0004 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 agents, from other repositories
knowledge-optimizer
Collects user feedback on comparison results and optimizes the knowledge base. Use when user indicates comparison results did not meet expectations or provides feedback on optimization quality. Adjusts confidence scores and manages knowledge entries.
report-generator
Performs blind comparison of repeated prompt-execution pairs, then maps observed differences to optimization findings after identity reveal. Use when original and optimized prompt trials are available.
model-selector
Use when choosing a model for a new feature or evaluating whether to switch models — structured benchmarking and cost-quality analysis.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.