prs

prs is a skill for Claude Code, Codex from exon-research/genomi. It costs 25 tokens per session (2,098 once invoked), scanned A, original, Apache-2.0.

A tool that applies published polygenic scores to approved local DNA. A polygenic score combines the effects of many genetic variants to provide common-disease or trait context.

In plain words
What is it for?
It helps find scores in the PGS Catalog, apply them to a compatible genome build, and report the weighted score with variant-overlap quality checks.
Why use it?
It gives a reproducible score from an existing published scoring file without training a new model or uploading private genotypes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps find scores in the PGS Catalog, apply them to a compatible genome build, and report the weighted score with variant-overlap quality checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/exon-research/genomi/prs
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.

Any agent
npx skills add exon-research/genomi --skill prs
Clone the repo
git clone --depth 1 https://github.com/exon-research/genomi

Made for: Claude Code, Codex.

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 prs

README.md
[![agentmods](https://agentmods.dev/badge/skills/exon-research/genomi/prs.svg)](https://agentmods.dev/skills/exon-research/genomi/prs)
Your own site
<a href="https://agentmods.dev/skills/exon-research/genomi/prs"><img src="https://agentmods.dev/badge/skills/exon-research/genomi/prs.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,098 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00025 $0.02098
Opus 5 $0.00013 $0.01049
Sonnet 5 $0.00005 $0.00420
Haiku 4.5 $0.00003 $0.00210

Measured 8d ago against content hash 3c6deb77ead7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

prs 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 8d 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.

skills/prs/SKILL.md · 201 lines

How it starts

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

Polygenic Scores

Use this skill when the user asks about polygenic risk scores, PRS, PGS Catalog scores, common disease or trait risk from many variants, or applying a published scoring file to their genome.

Boundaries

  • PRS/PGS here means applying published variant weights from a scoring file. Genomi does not train new PRS models from GWAS summary statistics.
  • Default genome build is GRCh38 when omitted; use GRCh37 only when the Active Genome Index is GRCh37/hg19.
  • Active Genome Index artifacts stay local. Public score metadata may use PGS Catalog, but private genotypes are not uploaded to external services.
  • A raw PRS is common-risk or trait context, not a diagnosis, absolute disease risk, treatment recommendation, or clinical category.
  • Only state standardized score context when valid score_mean and score_sd are supplied for the same score, build, cohort/reference distribution, and scoring convention.
  • Do not use PRS output for ethnicity, identity, monogenic diagnosis, medication response, or rare-disease causality.

Workflow

  1. Use prs.search_scores for public trait or score discovery. If the user already supplies a PGS ID, use that ID directly.
  2. Use prs.fetch_score_metadata when the source publication, build, variant count, scoring-file URLs, licensing, or cohort/evaluation context matters.
  3. Use prs.calculate_score with the chosen pgs_id and the user's genome source to get the raw weighted score plus overlap QC.
  4. Use prs.check_score_overlap when you only need readiness and QC without a calculated score.
  5. Use prs.list_imported_scores when the user asks what scores are already available locally.
  6. Use prs.build_source_context when the user asks what PRS can or cannot tell them.

When published calibration is missing

PGS Catalog rarely publishes a reference cohort mean/SD, so a raw weighted score has units on an arbitrary scale. Deliver a defensible directional or quantitative answer for this specific question by combining capabilities that contribute orthogonal evidence — population allele frequencies feeding a closed-form z, direct effect-allele dosages at well-replicated lead loci, additional published scores derived by different methods, treatment-response context when the outcome is treatable, mechanism context from functional or pathway evidence, or whatever else Genomi currently exposes that fits. Disclose the assumptions of any closed-form estimate (HWE, variant independence, ancestry of the allele-frequency source).

Read the full file on GitHub · 201 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. 8d ago First seen · 201 lines · 25 tokens per session scan A 3c6deb77ead7

Subscribe to this mod's changes

prs is a skill published in the GitHub repository exon-research/genomi (481 stars, last pushed 7d ago), licensed Apache-2.0. It adds 25 tokens to every session and 2,098 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

release-doi

A release procedure for research repositories that publish versions with a DOI, a permanent identifier for scholarly work, through Zenodo.

shimo4228/claude-harness · 126 tokens

autoresearch

Canonical around-the-clock research loop. Defines the agent's outer loop — read taste corpus + queue, pick the next experiment, mutate the explicitly-declared mutation surface, run the experiment under a hard time budget against a frozen metric, score, codify, repeat. Augmented with Karpathy's sharp primitives (frozen…

Rockielab/rockie-claude · 106 tokens

experiment

Run a materials-science / ML compute job on Rockie GPU capacity. Trigger words "run experiment", "submit job", "/experiment", or requests to quote/approve GPU spend before an experiment. Picks the right GPU type and count from a natural-language description (DFT for QE/VASP/ABINIT, MD for GROMACS/LAMMPS/OpenMM…

Rockielab/rockie-claude · 141 tokens

physics

Route physics simulation, modeling, validation, and research-compute requests across force fields, molecular dynamics, electronic structure, particle transport/collision, continuum multiphysics, plasma/PIC, nuclear/radiation, and astro/cosmology. Use open-source-first engines, refuse local heavyweight execution on the…

Rockielab/rockie-claude · 75 tokens

sota-delta

Track 3 quickstart wrapper that reproduces a paper or repository baseline on Rockie GPU, then extends it with a user-specified delta and compares baseline versus delta.

Rockielab/rockie-claude · 39 tokens

post-run-review

After an experiment finishes, structured review emits {isbug, failureclass, summary, metric, lowerisbetter}, auto-closes the journal node, emits a [LEARN] block when isbug=true, and files a [DEAD-END] when the failureclass is "bad-hypothesis". Use immediately after any training/eval run — the agent invokes this…

Rockielab/rockie-claude · 91 tokens