gencc-link AGENTS.md

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

A repository instruction file for GenCC-Link, a Python server that answers gene–disease validity questions using Gene Curation Coalition data stored locally.

In plain words
What is it for?
Use it when working on the server, its data ingestion, SQLite search database, MCP interface, Docker setup, documentation, or tests.
Why use it?
It gives coding agents the project background, source-of-truth guidance, working rules, and commands needed to make consistent changes.

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

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

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

Security

Grade A, and why

gencc-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 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 · 99 lines

How it starts

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

AGENTS.md

Shared repository instructions for agentic coding tools working in GenCC-Link.

Project

GenCC-Link is a Python FastAPI + MCP server that grounds gene-disease validity questions in the Gene Curation Coalition (GenCC) dataset. GenCC harmonizes curated gene-disease assertions (Definitive ... Refuted) from member organizations (ClinGen, Genomics England PanelApp, Orphanet, Ambry, Invitae, Illumina, and others). GenCC has no live API yet, so the server downloads the bulk submissions export and serves it from a local SQLite + FTS5 database; the analytical value-add is per-pair consensus and conflict detection across submitters.

Primary areas:

  • gencc_link/ - Python package: config, models, data store, services, MCP code
    • ingest/ - download + parse + build the SQLite database
    • data/ - schema.sql, read-only repository, repository Protocol (base.py)
    • services/ - consensus aggregation, response shaping, orchestration
    • mcp/ - facade, tools, capabilities, envelope, next_commands, resources
  • tests/ - unit and integration tests; fixtures under tests/fixtures/
  • docker/ - Dockerfile and Compose deployment files
  • docs/ - architecture, usage, and design specs (docs/superpowers/)
  • .claude/skills/ - repo-local Claude Code workflows for recurring tasks

Source Of Truth

  • Use this file for shared repo-wide agent guidance.
  • Keep CLAUDE.md lean and Claude-specific; it should reference this file.
  • Prefer Makefile targets over ad hoc commands.
  • Use uv.lock as the dependency lock source of truth.
  • The GenCC export schema and classification ranks live in gencc_link/constants.py; the SQLite schema in gencc_link/data/schema.sql.

Working Rules

  • Do not revert or overwrite changes you did not make unless explicitly asked.
  • Keep edits scoped to the task and avoid unrelated refactors.
  • Prefer existing code patterns over new abstractions.
  • Put tests under tests/; do not create alternate test roots.
  • Use ASCII unless a file already requires non-ASCII content.
  • Keep public hosted MCP tools read-only and research-use scoped.
  • Respect the GenCC download quota (20/IP/day): use HEAD + conditional requests (ETag / Last-Modified); never poll the full export in a loop.

Read the full file on GitHub · 99 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 · 99 lines · 1,120 tokens per session scan A 58657341f78f

Subscribe to this mod's changes

gencc-link AGENTS.md is an instructions file published in the GitHub repository berntpopp/gencc-link (0 stars, last pushed today), licensed MIT. It adds 1,120 tokens to every session, about $0.0056 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