Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/fmschulz/omics-skillsnpx agentmods add skills/fmschulz/omics-skills/bioinformatics-projectWrote 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/fmschulz/omics-skills/bioinformatics-project)<a href="https://agentmods.dev/skills/fmschulz/omics-skills/bioinformatics-project"><img src="https://agentmods.dev/badge/skills/fmschulz/omics-skills/bioinformatics-project.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.1 | $0.00045 | $0.04179 |
| Opus 5 | $0.00023 | $0.02090 |
| Sonnet 5 | $0.00009 | $0.00836 |
| Haiku 4.5 | $0.00005 | $0.00418 |
Grade B, and why
bioinformatics-project scanned grade B with 1 finding 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
│ ├── raw/ # immutable original data (chmod 444); never edit in place How it starts
The opening of the file, as written. The whole thing — 283 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bioinformatics Project Organization
Set up a computational-biology project so a stranger can understand what was done and why, and so every analysis can be rerun end-to-end from a script. Apply this when creating, restructuring, or reproducibility-hardening any genomics, metagenomics, sequencing, or computational-biology project — and when running any single analysis command that should be reproducible.
Two assumptions drive every rule below (Noble 2009): a stranger must be able to reconstruct the analysis from the files alone, and everything will be rerun — with new data, new parameters, or a fixed bug — so build each experiment to re-execute from a script, never from memory.
Instructions
New project startup workflow
Before creating directories or running the first command, turn the project into a small written contract:
- Name the project with a durable, specific directory name.
- Write the objective, analysis tracks, expected deliverables, input data
types, compute environment, and known reference databases in
README.md. - Create
tasks/METHODS.mdimmediately and record every setup command, software version, database path, option, seed, and SLURM job ID as work proceeds. - Create
SUMMARY.mdfor current status and high-level counts. - Create
tasks/todo.mdfor active work andtasks/lessons.mdfor corrections and prevention rules. When memd is available, initialize its project scope and letmemd memory-mdmaintain the rootmemory.md; do not hand-edit that file. - Initialize dependency management before analysis: use
pixi.tomlfor bioinformatics stacks,uvonly for Python-only projects, and never rely on system Python or ad hoc conda environments. - Check existing shared database locations before downloading references; if a new reference is needed, put it in a named database directory and document source URL, version, date, checksum, and command.
- Put raw inputs and metadata in read-only data directories; never write cleaned, mapped, filtered, or derived outputs back into raw data.
- Before exploratory analysis, create a hypothesis register with at least five biological, technical, null, sampling, and database explanations. Keep ruled-out hypotheses visible with the evidence that changed their status.
- For each analysis stage, create a restartable driver script plus a README before launching compute, then update methods and summaries after the run.
- Keep root-level directories intuitive from day one; do not let raw data, generated batch outputs, publication figures, logs, and scratch files become peers at the project root.
What ships with it
11 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.
- examples/environment.pixi.toml 1.4 KB
- examples/gitignore.example 1.7 KB
- examples/lab-notebook-entry.md 3.4 KB
- examples/project-tree.txt 5.2 KB
- examples/runall.sh 8.8 KB runs code
- examples/samples.tsv 437 B
- references/environments.md 4.4 KB
- references/good-enough-practices.md 7.6 KB
- references/project-layout.md 8.7 KB
- references/reproducibility-checklist.md 6.7 KB
- scripts/scaffold_project.py 16 KB runs code
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 · 283 lines · 45 tokens per session scan B 47a87acab78b
bioinformatics-project is a skill published in the GitHub repository fmschulz/omics-skills (7 stars, last pushed 2d ago), licensed MIT. It adds 45 tokens to every session and 4,179 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
imaging-data-commons
Query and download public cancer imaging data from NCI Imaging Data Commons. Invoke for any question about IDC collections, cancer imaging datasets, DICOM data access, radiology (CT, MR, PET) or pathology AI training sets, metadata queries, visualization, or license checks — even when the user doesn't explicitly…
tamarind
Access a collection of open-source molecular design and structural biology tools on the Tamarind Bio platform, via its REST API or MCP server — no local GPUs required. Tamarind bundles popular open-source models for structure prediction (AlphaFold, Boltz, Chai, ESMFold), protein, binder, and de novo design…
lab-hardware-cad
Design custom laboratory hardware as parametric build123d models and export fabrication-ready STEP, STL, and DXF files - microfluidic chips and molds, optomechanical mounts and breadboard adapters, cuvette and microplate holders, tube racks, animal-behavior rigs, and 3D-printed instrument fixtures. Use when a research…
onekgpd
Query the 1000 Genomes Project dataset (3,202 whole-genome-sequenced individuals, GRCh38) at the level of individual participants. Use when a question is about individuals or variants in the 1000 Genomes Project cohort: which individuals carry variants matching specific criteria in a gene or region, which individuals…
pkpd-modeling
Pharmacokinetic and pharmacodynamic modelling and simulation - non-compartmental analysis, compartmental and population PK, PK/PD and exposure-response, TMDD, PBPK orientation, bioequivalence, allometric scaling and first-in-human dose, drug interaction prediction, and Bayesian therapeutic drug monitoring. Use when…
relsa-severity-assessment
Multivariate severity assessment and humane endpoint prediction for laboratory animal studies using the RELSA (RELative Severity Assessment) score and ARIMA-based foRcast forecasting. Use when combining welfare readouts — body weight or weight loss, body temperature, clinical or nesting scores, biomarkers, activity…