clinical-decision-support

A research-only framework for documenting and evaluating clinical decision-support systems—software that may assist healthcare decisions—using aggregate or synthetic data.

In plain words
What is it for?
Use it for evidence profiles, cohort and survival-analysis plans, aggregate model or biomarker evaluation, privacy documentation, governance materials, and traceable research reports.
Why use it?
It supports transparent evaluation while preventing research artifacts from being mistaken for tools that diagnose people, recommend treatment, or operate at the bedside.

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/k-dense-ai/scientific-agent-skills/clinical-decision-support
Any agent
npx skills add K-Dense-AI/scientific-agent-skills --skill clinical-decision-support
Clone the repo
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agent-skills

Made for: Claude Code, Codex.

Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,482 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.00050 $0.02482
Opus 5 $0.00025 $0.01241
Sonnet 5 $0.00010 $0.00496
Haiku 4.5 $0.00005 $0.00248

Measured yesterday against content hash b3c89edd706b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

clinical-decision-support 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 yesterday.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/_common.py, scripts/cohort_table_generator.py, scripts/decision_logic_traceability.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/clinical-decision-support/SKILL.md · 239 lines

How it starts

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

Clinical Decision-Support Research and Evaluation

Hard Safety Boundary

This skill produces research, evaluation, documentation, and governance artifacts only.

Never use it to:

  • diagnose or classify a person;
  • recommend, select, sequence, start, stop, or modify treatment;
  • calculate or communicate a patient-specific dose;
  • triage, prioritize, alarm, alert, or determine urgency;
  • make or automate a patient-specific clinical decision;
  • support bedside, point-of-care, or live clinical operation;
  • replace professional judgment or a validated, authorized clinical system;
  • claim FDA authorization, regulatory conformity, HIPAA compliance, or legal compliance.

If a request could affect care for a person, stop the workflow and route the matter to a licensed healthcare professional using locally validated and appropriately authorized systems. Do not redirect to another skill for patient-specific care.

In Scope

  • Intended-use and limitation statements for research artifacts
  • Aggregate cohort table shells with disclosure controls
  • Statistical analysis plans and survival-analysis plan review
  • Aggregate model or biomarker performance evaluation
  • Transparent GRADE evidence-profile checklists
  • Evidence-source and decision-logic traceability
  • De-identification process checklists
  • Fairness, subgroup, calibration, uncertainty, external-validation, monitoring, change-control, audit, and human-factors documentation

Outputs remain drafts until qualified humans approve them. Reporting guidance improves transparency; it does not establish study quality, clinical utility, safety, effectiveness, authorization, or compliance.

Data Gate

Before any script:

  1. Confirm input is synthetic or aggregate.
  2. Reject patient rows, records, narratives, identifiers, free text, dates tied to people, images, waveforms, or genomic sequences.
  3. Keep source files local. Do not fetch URLs, call APIs, read environment variables, or send data to a model.
  4. Set disclosure thresholds before producing tables.
  5. Record provenance, data cut date, population, exclusions, missingness, and transformations.

Read the full file on GitHub · 239 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. yesterday First seen · 239 lines · 50 tokens per session scan A b3c89edd706b

Subscribe to this mod's changes

clinical-decision-support is a skill published in the GitHub repository K-Dense-AI/scientific-agent-skills (40,390 stars, last pushed yesterday), licensed MIT. It adds 50 tokens to every session and 2,482 once invoked, about $0.0003 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

discovery-toolbox

A routed repertoire of 90 scientific thinking operators for biological research agents - visual reasoning, detectability and information budgets, search reframing, causal identification, competing explanations, observation and selection processes, pipeline artifact diagnosis, effort allocation, and confirmation…

dekan-aleksandr/biodiscovery-skills · 122 tokens

alphafold-pocket-evaluator

Parses AlphaFold2 PDB files, computes per-residue pLDDT confidence scores, and evaluates Solvent Accessible Surface Area (SASA) of active site pockets.

YuliaNuzhnenko/bioinformatics-agent-skills · 43 tokens

pydeseq2-bulk-rna

Automated negative binomial differential gene expression analysis, log2 fold-change calculation, p-value adjustment (FDR), and Volcano plot generation.

YuliaNuzhnenko/bioinformatics-agent-skills · 38 tokens

scanpy-sc-analyzer

Autonomous single-cell RNA-seq quality control filtering, Harmony batch-effect correction, Leiden clustering, UMAP visualization, and marker gene annotation.

YuliaNuzhnenko/bioinformatics-agent-skills · 34 tokens

card-amr-profiler

Scans bacterial genome assemblies against CARD (Comprehensive Antibiotic Resistance Database) and ResFinder to map drug-class resistance heatmaps.

YuliaNuzhnenko/bioinformatics-agent-skills · 32 tokens

diffdock-virtual-screener

Runs DiffDock generative diffusion models for blind protein-ligand docking against AlphaFold structures and ranks candidates by confidence scores.

YuliaNuzhnenko/bioinformatics-agent-skills · 33 tokens