prism

prism is a skill for Claude Code, Codex from dbcls/togomcp. It costs 209 tokens per session (2,960 once invoked), scanned A, original, MIT.

A method for finding genes, proteins, or compounds that meet two or more conditions at the same time in linked biology databases.

In plain words
What is it for?
It is for questions such as finding genes linked to both a disease and a pathway, or targets connected to both a trait and existing drugs.
Why use it?
It replaces guessed candidate lists with reproducible database queries, making it easier to verify that each result belongs to the requested overlap.

Skill for Claude CodeCodex

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 skills/dbcls/togomcp/prism
Any agent
npx skills add dbcls/togomcp --skill prism
Clone the repo
git clone --depth 1 https://github.com/dbcls/togomcp

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 prism

README.md
[![agentmods](https://agentmods.dev/badge/skills/dbcls/togomcp/prism.svg)](https://agentmods.dev/skills/dbcls/togomcp/prism)
Your own site
<a href="https://agentmods.dev/skills/dbcls/togomcp/prism"><img src="https://agentmods.dev/badge/skills/dbcls/togomcp/prism.svg" alt="Measured on agentmods" height="20"></a>
Per session 209 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,960 The whole file, excluding the scripts and references it only reads on demand.
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.00209 $0.02960
Opus 5 $0.00105 $0.01480
Sonnet 5 $0.00042 $0.00592
Haiku 4.5 $0.00021 $0.00296

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

Security

Grade A, and why

prism 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 5d 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.

.claude/skills/prism/SKILL.md · 158 lines

How it starts

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

PRISM — Predicate-defined, Reproducible, Identifier-bridged, Set-intersection Mining

PRISM answers "what entities are common to property set A and property set B?" on linked open data without relying on recall. A remembered list of candidates is a hypothesis, not a set. PRISM replaces hand-seeded lists with reproducible predicate chains, then triangulates weak axes across multiple evidence sources so the intersection does not silently collapse.

Before you begin

  • Call TogoMCP_Usage_Guide (or TogoMCP-Test:TogoMCP_Usage_Guide) first, and run its GATE 0 classification.
  • Read references/sparql-templates.md — parameterized queries for every phase (hierarchy expansion, GO→UniProt, PubTator co-occurrence, ClinVar gene-anchored significance, ChEMBL targets, Reactome membership, TogoID bridging).
  • Read references/worked-example.md for a full end-to-end run with a filled-in provenance ledger.

When to use vs. not

Use PRISM when the question is an intersection of properties ("both A and B", "common to", "druggable target for disease", "shared genes", "overlap between"). Do not invoke the full machinery for a single-fact lookup ("what is the UniProt ID of CETP?") or a single-axis enumeration ("list genes in pathway X") — those are ordinary TogoMCP queries. The tell for PRISM is two or more constraints of different kinds that must be satisfied simultaneously.


The PRISM mnemonic → five phases

P — Pose as sets & Predicate-define each axis   (kill recall)
R — Reach the full hierarchy                     (transitive closure)
I — Integrate multi-source evidence              (triangulate weak axes)
S — Stitch by stable ID & intersect              (set algebra)
M — Measure actionability & audit provenance     (stratify + ledger)

Do the phases in order. The two most-skipped, most-damaging-to-skip steps are R (hierarchy expansion) and I (triangulation). Skipping R silently under-covers a set; skipping I lets a single biased source collapse the intersection.

Read the full file on GitHub · 158 lines

Files

What ships with it

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

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. 5d ago First seen · 158 lines · 209 tokens per session scan A 3260baaed519

Subscribe to this mod's changes

prism is a skill published in the GitHub repository dbcls/togomcp (13 stars, last pushed 2d ago), licensed MIT. It adds 209 tokens to every session and 2,960 once invoked, about $0.0010 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

open-ontologies

AI-native ontology engineering using 50+ MCP tools backed by an in-memory Oxigraph triple store. Build, validate, query, and govern RDF/OWL ontologies with a generate-validate-iterate loop. Use when building ontologies, knowledge graphs, RDF data, SPARQL queries, BORO/4D modeling, SHACL validation, clinical…

fabio-rovai/open-ontologies · 110 tokens

start-experiment

Start the autoresearch optimization loop for a specific model + lane. Resolves the hierarchical program.md (root → model → lane), asks the user for hardware (local TPU VM or GKE cluster of a specified TPU type + topology), discovers available clusters from .env/, checks occupancy with USERPREFIX-aware attribution…

vlasenkoalexey/tpu_performance_autoresearch_wiki · 103 tokens

stop-experiment

Stop the autoresearch optimization loop cleanly. Disarms the launch-armed process watcher, cancels pending wakeups, reaps orphan workloads on the project's cluster pool, files any missing experiment pages, runs lint, and appends a clean-shutdown marker to wiki/log.md. Invoke at the end of an autoresearch session.

vlasenkoalexey/tpu_performance_autoresearch_wiki · 70 tokens

create-experiment

Bootstrap a new model family for the autoresearch loop. Creates the folder structure under wiki/experiments/, scaffolds the model-level program.md from a template (asking the user about lanes, sizes, hardware targets, sequence length, and architecture invariants), optionally creates lane-level program.md stubs, and…

vlasenkoalexey/tpu_performance_autoresearch_wiki · 90 tokens

edit-model-code

Coding-discipline guidelines for surgically modifying model code inside a per-experiment fork in the autoresearch loop. Adapts Andrej Karpathy's LLM-coding guidelines (think before coding, simplicity first, surgical changes, goal-driven execution) to this project's invariants — no semantics drift, one mechanism per…

vlasenkoalexey/tpu_performance_autoresearch_wiki · 146 tokens

author-kernel

Authoring discipline for kernel-family candidates (the author role of kernelexperiments/program.md step K4). Load BEFORE writing any kernel candidate — whether you are a solo agent running the whole K0–K9 loop (production: Gemini / Claude / Codex from a bare prompt) or a dispatched author process in the trial…

vlasenkoalexey/tpu_performance_autoresearch_wiki · 0 tokens