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 skills add lynnlangit/precision-medicine-mcp --skill patient-data-opsgit clone --depth 1 https://github.com/lynnlangit/precision-medicine-mcpWrote 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/lynnlangit/precision-medicine-mcp/patient-data-ops)<a href="https://agentmods.dev/skills/lynnlangit/precision-medicine-mcp/patient-data-ops"><img src="https://agentmods.dev/badge/skills/lynnlangit/precision-medicine-mcp/patient-data-ops/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.
<a href="https://agentmods.dev/skills/lynnlangit/precision-medicine-mcp/patient-data-ops"><img src="https://agentmods.dev/badge/skills/lynnlangit/precision-medicine-mcp/patient-data-ops.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00032 | $0.00459 |
| Opus 5 | $0.00016 | $0.00230 |
| Sonnet 5 | $0.00006 | $0.00092 |
| Haiku 4.5 | $0.00003 | $0.00046 |
Grade A, and why
patient-data-ops 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 11d 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.
What it actually says
Patient Data Operations
This skill ensures consistent handling of synthetic patient data and bioinformatics datasets.
Data Hierarchy
Always use these standard paths:
data/patient-data/: Individual patient.h5ador.csvfiles (e.g.,PAT001-OVC-2025/)data/reports/: Generated analysis reports (PDF/Markdown)data/images/: Visualizations (UMAP, Heatmaps, PCA)
Handling scRNA-seq Data (.h5ad)
The perturbation server (mcp-perturbation) works with AnnData objects for GEARS predictions. When working in that context:
- Normalization: Ensure
scanpy.pp.normalize_totalandscanpy.pp.log1pare applied - HVG Selection: Standardize on 7,000 Highly Variable Genes (HVG) for GEARS compatibility
- Metadata: Preserve
cell_typeandconditionkeys in.obs
Data Preprocessing Tools
Use these standard scripts where possible:
generate_synthetic_data.py: For creating test-safe patient mocksdata_loader.py: Use the loaders insrc/mcp_[name]to ensure consistent I/O
Data Privacy & Security
- Anonymization: Never store PII (Patient Identifiable Information) in the repo
- Mocking: Always use synthetic data for unit tests
- Synthetic only: This repo contains only synthetic patient data (HIPAA safe)
Data Quality Checklist
Before running simulations:
- Check for
NaNvalues in expression matrices - Verify cell-type labels match the project ontology
- Ensure the file size fits within the 4Gi Cloud Run limit
Use this skill when:
- Loading new patient datasets
- Preprocessing scRNA-seq files for GEARS (perturbation server context)
- Creating test data for bioinformatics tools
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.
- 11d ago First seen · 51 lines · 32 tokens per session scan A f2330155aed4
patient-data-ops is a skill published in the GitHub repository lynnlangit/precision-medicine-mcp (24 stars, last pushed 16d ago), licensed Apache-2.0. It adds 32 tokens to every session and 459 once invoked, about $0.0002 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
cellxgene-census-query
Query CZ CELLxGENE Census (61M+ cells). Filter by cell type/tissue/disease, retrieve expression data, and integrate with scanpy/PyTorch for population-scale single-cell analysis. Use this skill when: (1) Querying single-cell expression data by cell type, tissue, or disease, (2) Exploring available single-cell datasets…
torch-geometric
PyTorch Geometric (PyG) for graph neural networks — node/link/graph classification, message passing (GCN, GAT, GraphSAGE, GIN), heterogeneous graphs, neighbor sampling, and custom datasets. Use when working with torchgeometric, not for general NetworkX analytics or non-graph PyTorch models.
bids
Use this skill when working with Brain Imaging Data Structure (BIDS) datasets: organizing neuroscience and biomedical data (MRI, EEG, MEG, iEEG, PET, microscopy, NIRS, motion capture, EMG, MR spectroscopy, behavioral), querying BIDS layouts, validating compliance, converting DICOM to BIDS, writing metadata sidecars…
bulk-rnaseq
End-to-end bulk RNA-seq orchestrator — takes raw FASTQ reads through QC and trimming (FastQC, fastp/Trim Galore), alignment and quantification (STAR, Salmon, featureCounts), assembles a gene-level counts matrix, then hands off to differential expression (pydeseq2), pathway/GSEA enrichment (pathway-enrichment), and…
esm
Use when working directly with the esm Python SDK, ESM3 or ESMC model IDs, Forge/Biohub inference clients, or ESMFold2 folding workflows.
geniml
Use Geniml for audited local genomic-interval workflows: validate BED and universe contracts, plan Region2Vec or scEmbed runs, inspect model/tokenizer compatibility, and assess consensus universes.