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 agentmods add instructions/fmschulz/omics-skills/agents-mdgit clone --depth 1 https://github.com/fmschulz/omics-skillsWrote 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/instructions/fmschulz/omics-skills/agents-md)<a href="https://agentmods.dev/instructions/fmschulz/omics-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/fmschulz/omics-skills/agents-md.svg" alt="Measured on agentmods" 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 | $0.02901 | $0.02901 |
| Opus 5 | $0.01451 | $0.01451 |
| Sonnet 5 | $0.00580 | $0.00580 |
| Haiku 4.5 | $0.00290 | $0.00290 |
Grade A, and why
omics-skills AGENTS.md 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 3d 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 — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidance for AI coding agents (Claude Code, Codex CLI, Cursor, Copilot) working in this repository.
Related docs: docs/CONTRIBUTING.md (contributor workflow), docs/development.md (validation commands), docs/INSTALL.md (installation).
Repository overview
4 agents and 34 skills covering bioinformatics, literature discovery, scientific writing, and data visualization. Runs under Claude Code and the Codex CLI.
Layout:
agents/— 4 agent definitions (markdown)skills/— skill directories; each has aSKILL.mdscripts/— router, catalog builder, hook, installer, benchmarktests/— unit tests + routing benchmarkcatalog/— generated routing artifact (catalog.json)docs/— MkDocs site sources, routing model, benchmark baselineMakefile— install, catalog, hook, benchmark, uninstall targets
Install: make install symlinks agents and skills into ~/.claude/ and ~/.codex/.
Default Workflow Selection
When working in this repository without a specialized agent prompt, do not choose skills ad hoc.
Start with the catalog:
python3 scripts/skill_index.py route "<task>"
Use the returned agent, primary skills, and suggested order as the default workflow. Then open the referenced agent file in agents/ and the referenced SKILL.md files before proceeding. Only deviate from the returned path when the request clearly falls outside the suggested workflow.
For installed environments outside the repository checkout, use:
python3 ~/.agents/omics-skills/skill_index.py route "<task>"
Scientific Workflow Guardrails
For omics or scientific project work, agents must maintain an explicit reasoning loop instead of treating analysis steps as a linear pipeline.
- Hypothesis register: before the first analysis step, create at least 5 distinct working hypotheses or explanations. Include technical artifacts and null explanations alongside biological mechanisms. If fewer than 5 are plausible, state why and add discriminating negative controls or failure modes.
- Intermediate reflection: after each major intermediate result or QC gate, write a short reflection covering what was observed, whether the result passed QC, which hypotheses gained or lost support, what alternative explanations remain, and the next discriminating check.
- Literature context: after the initial hypothesis register and after any unexpected, central, or final finding, run an additional literature search using
polars-dovmedor another appropriate literature-search skill. Use broad synonym-aware queries, summarize the relevant evidence with DOI/PMCID when available, and state whether the literature supports, contradicts, or narrows each leading hypothesis. - Hypothesis revision: revise and rank the hypothesis register as evidence accumulates. Do not silently discard hypotheses; mark them as supported, weakened, ruled out, or unresolved with the evidence that changed the status. Keep at least 5 active hypotheses while the project is exploratory; generate replacements when hypotheses are ruled out.
- Final synthesis: final reports must include hypotheses considered, intermediate reflections, literature context, revised hypothesis ranking, and the next experiments or analyses that would best separate remaining alternatives.
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.
- 3d ago First seen · 178 lines · 2,901 tokens per session scan A f26b995d027e
omics-skills AGENTS.md is an instructions file published in the GitHub repository fmschulz/omics-skills (7 stars, last pushed 9d ago), licensed MIT. It adds 2,901 tokens to every session, about $0.0145 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-08-31.
Other instructions, from other repositories
open-genome-agent AGENTS.md
Instructions for 45ck/open-genome-agent, covering agents.md, core policy, mission, mandatory rules and delegation rules.
open-genome-agent CLAUDE.md
Instructions for 45ck/open-genome-agent, covering claude.md, core policy, mission, mandatory rules and delegation rules.
ChineseResearchLaTeX AGENTS.md
AGENTS.md instructions for huangwb8/ChineseResearchLaTeX, covering 中国科研常用 latex 模板集 - 项目指令, 项目目标, 目录结构, 当前分层模型 and 核心工作流.
CellTypePilot AGENTS.md
Instructions for HERRY423/CellTypePilot, covering celltypepilot — codex agent instructions, when to use, prerequisites, workflow — four stages and stage 1: inspect the data.
genefoundry-router CLAUDE.md
Instructions for berntpopp/genefoundry-router, a project described as: MCP gateway federating 21 biomedical MCP servers — gnomAD, ClinVar, HPO, UniProt, Ensembl VEP, PanelApp and more — behind one Streamable-HTTP endpoint, with collision-free namespaced tools and BM25 tool search.
uniprot-link AGENTS.md
AGENTS.md instructions for berntpopp/uniprot-link, covering agents.md, project, source of truth, working rules and sparql / qlever discipline.