orphanet-link AGENTS.md

orphanet-link AGENTS.md is an instructions file for Codex, OpenCode from berntpopp/orphanet-link. It costs 6,011 tokens per session, scanned A, original, MIT.

Repository guidance for an AI coding agent working on orphanet-link, a server that searches Orphanet’s rare-disease research data.

In plain words
What is it for?
Use it when adding or changing disease searches, gene or symptom links, epidemiology, disease classifications, or data-import code.
Why use it?
It explains the project structure and boundaries so changes keep data handling separate from the MCP interface and follow the repository’s conventions.

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/berntpopp/orphanet-link/agents-md
Clone the repo
git clone --depth 1 https://github.com/berntpopp/orphanet-link

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 orphanet-link AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/berntpopp/orphanet-link/agents-md.svg)](https://agentmods.dev/instructions/berntpopp/orphanet-link/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/berntpopp/orphanet-link/agents-md"><img src="https://agentmods.dev/badge/instructions/berntpopp/orphanet-link/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 6,011 This file is loaded in full into every session.
When invoked 6,011 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.1 $0.06011 $0.06011
Opus 5 $0.03005 $0.03005
Sonnet 5 $0.01202 $0.01202
Haiku 4.5 $0.00601 $0.00601

Measured yesterday against content hash 2866acc19f69, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

orphanet-link 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 yesterday.

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 · 443 lines

How it starts

The opening of the file, as written. The whole thing — 443 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Guidance for agents and contributors working in this repository.

What this is

orphanet-link is an MCP + REST server that grounds rare-disease queries in Orphanet's scientific knowledge files (Orphadata). It builds a local SQLite/FTS5 index from the eight English Orphadata XML products and serves 19 read-only tools for disease lookup, gene and HPO associations, epidemiology, natural history, functional consequences, classification hierarchy, and cross-ontology mapping. It mirrors the sibling mondo-link stack/architecture and slots into genefoundry-router under the orphanet namespace.


Two planes (non-negotiable boundary)

  • Data planeconfig.py, constants.py, identifiers.py, exceptions.py, logging_config.py, buildinfo.py, ingest/, data/, services/. Downloads the Orphadata XML files (conditional GET with ETag/Last-Modified), atomically builds the SQLite index, and returns plain Python dicts. It raises typed exceptions from orphanet_link.exceptions; it never builds error envelopes and never imports from orphanet_link.mcp.

  • MCP planemcp/. Domain-agnostic scaffolding copied and adapted from mondo-link. run_mcp_tool (in mcp/envelope.py) owns success / _meta and converts exceptions into returned structured errors (never raised to the client). Tool modules under mcp/tools/ call service methods and attach _meta.next_commands; they do not touch SQLite or raise domain exceptions.

The boundary is enforced structurally: the data plane has no knowledge of MCP types; the MCP plane has no knowledge of SQL or XML.


The eight Orphadata products and where each is parsed

Product Orphadata file Parser module Tables populated
1 en_product1.xml ingest/parsers/product1.py disorder, disorder_synonym, disorder_lookup, disorder_fts, xref
3 en_product3_<id>.xml (~33) ingest/parsers/product3.py classification_edge, classification_closure, specialty
4 en_product4.xml ingest/parsers/product4.py phenotype
6 en_product6.xml ingest/parsers/product6.py gene, disorder_gene
7 en_product7.xml ingest/parsers/product7.py linearisation
8 (funct) en_funct_consequences.xml ingest/parsers/funct.py disability
9 prev en_product9_prev.xml ingest/parsers/product9_prev.py prevalence
9 ages en_product9_ages.xml ingest/parsers/product9_ages.py age_of_onset, inheritance

Read the full file on GitHub · 443 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. yesterday Changed · +103 lines · +1,616 tokens per session 2866acc19f69
  2. 4d ago First seen · 340 lines · 4,395 tokens per session scan A 55be9e246544

Subscribe to this mod's changes

orphanet-link AGENTS.md is an instructions file published in the GitHub repository berntpopp/orphanet-link (0 stars, last pushed 3d ago), licensed MIT. It adds 6,011 tokens to every session, about $0.0301 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.

Related

Other instructions, from other repositories