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.
npx agentmods add skills/dbcls/togomcp/prismnpx skills add dbcls/togomcp --skill prismgit clone --depth 1 https://github.com/dbcls/togomcpWrote 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/dbcls/togomcp/prism)<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>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 | $0.00209 | $0.02960 |
| Opus 5 | $0.00105 | $0.01480 |
| Sonnet 5 | $0.00042 | $0.00592 |
| Haiku 4.5 | $0.00021 | $0.00296 |
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.
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(orTogoMCP-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.mdfor 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.
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.
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.
- 5d ago First seen · 158 lines · 209 tokens per session scan A 3260baaed519
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.
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…
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…
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.
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…
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…
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…