Skip to main content

Biomedical Skills

SKILL.md files for cancer bioinformatics. Drop one into your project and your AI coding agent handles TCGA data, normalization, and statistics correctly.

GitHub Stars License Last Commit

Skills PyPI Downloads Python R Bioconductor TCGA

Works with Claude Code · Cursor · Codex CLI · Gemini CLI

Browse skills, copy SKILL.md to your project, the agent reads domain protocols, you get correct code with tested parameters

Skills

Skill Description Tests
cancer-multiomics Multi-omics analysis for TCGA/GEO — expression (DESeq2), mutation (maftools), CNV (GISTIC2), methylation (minfi, DMRcate) TCGA-LUAD
immune-deconvolution Tumor microenvironment estimation via immunedeconvquanTIseq, EPIC, CIBERSORT, xCell, MCP-counter, TIMER, ESTIMATE, tumor purity correction TCGA-BRCA
survival-analysis Time-to-event analysis — Kaplan-Meier (ggsurvfit), Cox PH (survival), competing risks (tidycmprsk), RMST (survRM2), optimal cutpoints, forest plots TCGA-GBM
single-cell-atlas Full scRNA-seq pipeline — QC, doublet detection, normalization, batch integration (Harmony, scVI), Leiden clustering, annotation (CellTypist), pseudobulk DE, trajectory (scVelo, Monocle3), cell communication (CellChat, LIANA), TF activity (decoupleR). Seurat v5 + scanpy PBMC 3k
spatial-transcriptomics Visium, Visium HD, Xenium, MERSCOPE, CosMx — loading (spatialdata, VisiumIO), spatially local QC (SpotSweeper), spatially variable genes (squidpy, nnSVG), deconvolution (RCTD, cell2location), domains (BANKSY, CellCharter), communication (LIANA+) Visium mouse brain
foundation-models scGPT, Geneformer, UCE, TranscriptFormer, Nicheformer, Tahoe-x1 — zero-shot embeddings, fine-tuning for annotation, in-silico perturbation, and the benchmark evidence for when a linear baseline wins instead PBMC 3k
variant-annotation VCF normalization and filtering (bcftools), functional annotation (VEP, SnpEff, ANNOVAR), germline classification (ACMG/AMP with ClinGen refinements), somatic oncogenicity (ClinGen/CGC/VICC) and clinical tiers (AMP/ASCO/CAP, OncoKB, CIViC), TMB, MSI (msisensor-pro), neoantigen prediction (pVACtools) TCGA-LAML
drug-response Dose-response modeling and drug sensitivity prediction — IC50/AUC curve fitting (drc, nplr, gdscIC50), GDSC/CTRP/PRISM retrieval and cross-dataset harmonization (PharmacoGx, DepMap), sensitivity prediction with regularized regression, tissue-corrected pharmacogenomic biomarkers simulated
clinical-nlp Information extraction from clinical free text — note sectioning and biomedical NER (scispaCy, cTAKES), assertion and negation via ConText (medspaCy), concept normalization to UMLS and ICD-10 (MedCAT), temporal relations, adverse events, de-identification (Presidio)
meta-analysis Systematic review from protocol to synthesis — PROSPERO pre-specification, PICO search construction (MeSH, Emtree, Cochrane CHSSS), deduplication (synthesisr), two-reviewer screening with kappa, PRISMA 2020 flow diagrams, data extraction, risk of bias (RoB 2, ROBINS-I, ROBINS-E, robvis), pooling with metafor (REML, Knapp-Hartung, prediction intervals), subgroup analysis, meta-regression, small-study effects, network meta-analysis (netmeta, transitivity, inconsistency, rankings) and GRADE/CINeMA certainty BCG

Quick start

pip install biomedical-ai-skills

From your project directory:

biomedical-skills list                                    # what's available
biomedical-skills install spatial-transcriptomics         # -> .claude/skills/
biomedical-skills install --all                           # everything
biomedical-skills install cancer-multiomics --target .cursor/skills

No dependencies, so it installs in a couple of seconds.

Or skip the package and copy the files directly:

git clone https://github.com/zamushwani/biomedical-ai-skills.git

mkdir -p your-project/.claude/skills/cancer-multiomics
cp skills/cancer-multiomics/SKILL.md your-project/.claude/skills/cancer-multiomics/

What's a SKILL.md?

A file that gives AI coding agents domain knowledge for a specific field. The agent reads it before generating code and follows tested protocols instead of guessing at parameters.

Without a skill: agent runs DESeq2 without pre-filtering, skips lfcShrink(), uses wrong contrast syntax. With a skill: agent pre-filters low-count genes, applies apeglm shrinkage, handles TCGA barcodes correctly.

Contributing

See CONTRIBUTING.md and SECURITY.md.

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

biomedical_ai_skills-0.5.0.tar.gz (185.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

biomedical_ai_skills-0.5.0-py3-none-any.whl (121.6 kB view details)

Uploaded Python 3

File details

Details for the file biomedical_ai_skills-0.5.0.tar.gz.

File metadata

  • Download URL: biomedical_ai_skills-0.5.0.tar.gz
  • Upload date:
  • Size: 185.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for biomedical_ai_skills-0.5.0.tar.gz
Algorithm Hash digest
SHA256 26a13ee5d8a1038541f89ecab10c37149a521756c4374ff87ad8e473c95ef5a9
MD5 0351442354eb83b77086a6a0e34f19f2
BLAKE2b-256 d57f0b8364361b5cfb8c8da9c0c7054b6331468e66dff49dc3c8eb10056a9a35

See more details on using hashes here.

Provenance

The following attestation bundles were made for biomedical_ai_skills-0.5.0.tar.gz:

Publisher: publish.yml on zamushwani/biomedical-ai-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file biomedical_ai_skills-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for biomedical_ai_skills-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a4eafaaddbb7f054cbdd06633498af045ce3f95d0ca3168d00ee7a6460ae7869
MD5 e8b9c58718fa402df7a1ec30bb01184e
BLAKE2b-256 a4cfbf5be52370970d4a94a53545065854bf9122ba5479dd2839dadafbe18181

See more details on using hashes here.

Provenance

The following attestation bundles were made for biomedical_ai_skills-0.5.0-py3-none-any.whl:

Publisher: publish.yml on zamushwani/biomedical-ai-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.6.1

2 files

0.6.0

2 files

0.5.1

2 files

This release

0.5.0 This release

2 files

0.4.0

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.6

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page