omics-skills AGENTS.md

omics-skills AGENTS.md is an instructions file for Codex, OpenCode from fmschulz/omics-skills. It costs 2,901 tokens per session, scanned A, original, MIT.

Project instructions for omics-skills, a collection of tools for bioinformatics, literature discovery, scientific writing, and data visualization. Bioinformatics uses software to study biological data such as DNA or protein sequences.

In plain words
What is it for?
Use them when developing, installing, testing, routing, or documenting the repository's agents and skills.
Why use it?
They help coding agents choose the repository's intended workflow and follow its scientific and literature-research safeguards.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/fmschulz/omics-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/fmschulz/omics-skills

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for omics-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/fmschulz/omics-skills/agents-md.svg)](https://agentmods.dev/instructions/fmschulz/omics-skills/agents-md)
Your own site
<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>
Per session 2,901 This file is loaded in full into every session.
When invoked 2,901 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash f26b995d027e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 178 lines

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 a SKILL.md
  • scripts/ — router, catalog builder, hook, installer, benchmark
  • tests/ — unit tests + routing benchmark
  • catalog/ — generated routing artifact (catalog.json)
  • docs/ — MkDocs site sources, routing model, benchmark baseline
  • Makefile — 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.

  1. 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.
  2. 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.
  3. Literature context: after the initial hypothesis register and after any unexpected, central, or final finding, run an additional literature search using polars-dovmed or 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.
  4. 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.
  5. 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.

Read the full file on GitHub · 178 lines

Changes

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.

  1. 3d ago First seen · 178 lines · 2,901 tokens per session scan A f26b995d027e

Subscribe to this mod's changes

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.