dismech: Skill for Claude Code

.claude/skills/cancer-curator/SKILL.md

cancer-curator is a skill for Claude Code from monarch-initiative/dismech. It costs 83 tokens per session (3,745 once invoked), scanned A, original, BSD-3-Clause.

A curation guide for adding cancer and other tumour-related diseases to the dismech medical knowledge base. It covers genetic causes, disease mechanisms, tissue findings, treatments, and linked medical terms.

In plain words
What is it for?
Use it when creating or improving cancer entries, linking genes to disease processes and treatments, recording histopathology, or adding standard terms for drugs and biomarkers.
Why use it?
It gives contributors a consistent way to structure complex cancer information and check whether an entry already exists before creating one.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is monarch-initiative/dismech's own configuration. It tells Claude Code how to work on dismech itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything dismech configures →

Reuse

Borrowing it

Nothing to install: this file belongs to monarch-initiative/dismech. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/monarch-initiative/dismech/main/.claude/skills/cancer-curator/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/monarch-initiative/dismech

Made for: Claude Code.

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 cancer-curator

README.md
[![agentmods](https://agentmods.dev/badge/skills/monarch-initiative/dismech/cancer-curator/github.svg)](https://agentmods.dev/skills/monarch-initiative/dismech/cancer-curator)
Your own site
<a href="https://agentmods.dev/skills/monarch-initiative/dismech/cancer-curator"><img src="https://agentmods.dev/badge/skills/monarch-initiative/dismech/cancer-curator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cancer-curator

Your own site · 80×15
<a href="https://agentmods.dev/skills/monarch-initiative/dismech/cancer-curator"><img src="https://agentmods.dev/badge/skills/monarch-initiative/dismech/cancer-curator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,745 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.00083 $0.03745
Opus 5 $0.00042 $0.01872
Sonnet 5 $0.00017 $0.00749
Haiku 4.5 $0.00008 $0.00375

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

Security

Grade A, and why

cancer-curator 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.

.claude/skills/cancer-curator/SKILL.md · 422 lines

How it starts

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

Cancer Curation Skill

Overview

Curate cancer and neoplastic disease entries in the dismech knowledge base with a focus on:

  • Genetic drivers (oncogenes, tumor suppressors, fusion genes)
  • Pathophysiology with causal chains
  • Histopathology findings
  • Targeted therapies and their molecular targets
  • NCIT terms for biomarkers, gene products, and histologic findings

When to Use

  • Creating new cancer/neoplasm entries
  • Adding genetic driver information (BCR-ABL, KIT, RET, RB1, etc.)
  • Structuring pathophysiology as atomic processes with causal links
  • Adding histopathology findings (grades, patterns, rosettes)
  • Linking treatments to their molecular targets
  • Adding CHEBI terms for chemotherapy drugs
  • Adding NCIT terms for biomarkers and fusion proteins

When creating a new cancer or neoplasm entry, first run the duplicate preflight from initiate-new-disorder-creation: check the latest origin/main knowledgebase, all PRs, and all issues by MONDO ID, preferred label, and major synonyms. Do not create a separate cancer entry if an existing KB file, PR, or issue already covers the same disease concept.

Granularity: which level gets its own entry?

Follow the cancer granularity ladder in design decisions §3a (docs/explanation/design-decisions.md) — it is the ratified policy and supersedes the older "molecular subtypes as discrete entities" framing in projects/CANCER.md:

  1. Default entry level = histologic entity (WHO blue-book / ICD-O level: PDAC, SCLC, DLBCL) or WHO/ICC molecularly defined entity (IDH-wildtype GBM, APL with PML::RARA, NPM1-mutant AML).
  2. Biomarker/therapy strata (EGFR-mutant NSCLC, MSI-H CRC, TNBC): default has_subtypes; a separate entry requires ≥2 stratum-specific pathophysiology nodes AND a distinct first-line therapy/diagnostic pathway. When promoted: skos:narrowMatch mondo_mapping if no exact MONDO term exists (file an NTR), record overlap with non-disjoint sibling strata, add the entry to a covering grouping, and leave a pointer subtype in the parent.
  3. Variant tiers stay has_subtypes inside the stratum entry unless therapy is variant-specific (KRAS G12C).
  4. Stage/metastasis is never an entry — use stages: + conforms_to: "invasion_and_metastasis#...". Do not create Metastatic_X files.
  5. Pathways/hallmarks are never entries — modules + groupings.
  6. Germline predisposition syndromes follow the Mendelian rules and stay separate from the somatic cancers they predispose to.

Read the full file on GitHub · 422 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 Changed · +40 lines 29f53231c9d4
  2. 12d ago First seen · 382 lines · 83 tokens per session scan A 02bb638a4d60

Subscribe to this mod's changes

cancer-curator is a skill published in the GitHub repository monarch-initiative/dismech (61 stars, last pushed today), licensed BSD-3-Clause. It adds 83 tokens to every session and 3,745 once invoked, about $0.0004 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

robot-obo-tool

Skills for using ROBOT, the OBO ontology command-line toolkit for reasoning, template-based term creation, quality control, format conversion, and ontology manipulation. Use this when working with OWL/OBO ontologies that need automated processing.

ai4curation/curation-skills · 52 tokens

dosdp-design-patterns

Skills for understanding and applying DOSDP (Dead Simple Ontology Design Patterns) to ensure consistent ontology term creation and maintenance. This skill is about recognizing patterns and ensuring consistency, not using dosdp-tools directly.

ai4curation/curation-skills · 47 tokens

editing-obo-ontologies

Skills and tools for editing OBO format ontologies, including querying terms, checking out/checking in individual terms, and following OBO format conventions. Do not use this if the source for the ontology you are editing is not in obo format (e.g. ofn).

ai4curation/curation-skills · 63 tokens

ontology-access-kit

Skills for querying ontologies using the Ontology Access Kit (OAK). This should only be used for complex ontology operations, for basic external ontology searching use the OLS MCP.

ai4curation/curation-skills · 39 tokens

cuopt-numerical-optimization-formulation

LP, MILP, QP — concepts, problem-text parsing, and formulation patterns (parameters, constraints, decisions, objective). Concepts only; no API.

NVIDIA/skills · 42 tokens

nemo-mbridge-perf-expert-parallel-overlap

Validate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overlapmoeexpertparallelcomm, delaywgradcompute, and flex dispatcher backends such as DeepEP and HybridEP.

NVIDIA/skills · 56 tokens