Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mims-harvard avatar

Tooluniverse Stem Cell Organoid

  • 174 installs
  • 1.6k repo stars
  • Updated August 4, 2026
  • mims-harvard/tooluniverse

Query stem-cell and organoid models, protocols, and related biological context when designing developmental studies, disease models, or regenerative medicine experiments.

About

ToolUniverse stem-cell and organoid skill helps agents retrieve model-system knowledge for developmental and disease modeling studies. It supports research planning around differentiation protocols, organoid relevance, and experimental context so teams can choose appropriate in vitro systems before committing resources.

  • Stem-cell model guidance
  • Organoid experimental context
  • Developmental biology grounding
  • Disease modeling references
  • Agent-friendly translational research

Tooluniverse Stem Cell Organoid by the numbers

  • 174 all-time installs (skills.sh)
  • +5 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #704 of 2,064 Data Science & ML skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-stem-cell-organoid

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs174
repo stars1.6k
Last updatedAugust 4, 2026
Repositorymims-harvard/tooluniverse

What it does

Query stem-cell and organoid models, protocols, and related biological context when designing developmental studies, disease models, or regenerative medicine experiments.

Files

SKILL.mdMarkdownGitHub ↗

Stem Cell & Organoid Research

Pipeline for investigating stem cell biology, iPSC characterization, organoid models, and cell differentiation using ToolUniverse tools.

Reasoning Strategy

Stem cell differentiation follows developmental biology — to make any target cell type from iPSCs, the protocol must mimic the embryonic signaling pathway that generates that cell type in vivo. For neural induction: inhibit BMP and TGF-beta (dual SMAD inhibition). For cardiomyocytes: activate WNT then inhibit WNT. For pancreatic beta cells: activate Activin/Nodal → FGF → Notch inhibition → BMP in sequence. The order and timing of growth factors matters critically — adding BMP4 during neural induction will redirect cells toward mesoderm. Mouse and human stem cells differ in their signaling requirements (LIF/STAT3 for mouse naive pluripotency; FGF/ERK for human primed pluripotency), so protocols are not interchangeable. Organoids recapitulate some but not all organ features — always assess maturation state (fetal vs. adult gene expression) before drawing disease-relevance conclusions.

LOOK UP DON'T GUESS: Do not assume which markers define a target cell type or which signaling pathway drives differentiation — query CellMarker_search_by_cell_type for markers and kegg_search_pathway for the relevant pathway. Do not assume organoid fidelity; look up published CellxGene or HCA atlas data for comparison.

Key principles: 1. Marker-based identity — stem cell identity is defined by marker expression profiles (OCT4, SOX2, NANOG for pluripotency) 2. Differentiation is a trajectory — not a binary state; analyze intermediate progenitor stages 3. Organoid ≠ organ — organoids recapitulate some but not all organ features; always note limitations 4. Species matters — mouse and human stem cells differ in signaling requirements 5. Evidence grading — T1: validated in clinical iPSC study, T2: functional assay (teratoma, engraftment), T3: marker expression only, T4: computational prediction

---

Core Tools

ToolUse For
CELLxGENE_get_census_versionsDiscover CELLxGENE Census release versions; then use CELLxGENE_get_cell_metadata / CELLxGENE_get_expression_data for specific cells / genes. Requires `cellxgene-census` package (`pip install cellxgene-census`). May not be installed by default.
CellMarker_search_by_cell_typeCell type marker genes. Requires `operation="search_by_cell_type"`, `cell_name=` (NOT `cell_type=`)
CellMarker_search_by_geneWhich cell types express a gene. Requires `operation="search_by_gene"`, `gene_symbol=`
hca_search_projectsHuman Cell Atlas organoid/development projects
GEO_search_rnaseq_datasetsFind stem cell RNA-seq datasets
kegg_search_pathwayDifferentiation signaling pathways (WNT, Notch, Hedgehog)
ReactomeAnalysis_pathway_enrichmentPathway analysis of stem cell gene sets
STRING_get_networkPluripotency/differentiation gene networks
OpenTargets_get_associated_targets_by_disease_efoIdDisease genes for organoid disease modeling
PubMed_search_articlesStem cell and organoid literature
search_clinical_trialsiPSC-based clinical trials

---

Workflow

Phase 0: Define the Question
  Pluripotency? Differentiation? Disease modeling? Drug screening?
    |
Phase 1: Cell Identity & Markers
  CellMarker → pluripotency/lineage markers → verify identity
    |
Phase 2: Differentiation Pathways
  KEGG/Reactome → WNT, Notch, BMP, FGF signaling
    |
Phase 3: Atlas & Dataset Discovery
  CellxGene/HCA → reference datasets for target cell type
    |
Phase 4: Disease Modeling (if applicable)
  OpenTargets → disease genes → organoid recapitulation assessment
    |
Phase 5: Report
  Evidence-graded findings with clinical translation potential

Phase 1: Cell Identity & Markers

Pluripotency markers (must be co-expressed): OCT4 (POU5F1), SOX2, NANOG (essential); SSEA-4, TRA-1-60 (human surface markers). KLF4 and MYC are Yamanaka factors but also expressed in somatic cells — do not rely on them alone. Use CellMarker_search_by_cell_type to retrieve the full validated marker set for any target cell type.

Lineage markers: Ectoderm → PAX6/SOX1 (early), MAP2/TUBB3 (neurons); Mesoderm → TBXT/MIXL1 (early), CD34 (blood); Endoderm → SOX17/FOXA2 (early), PDX1/NKX6.1 (pancreas). Retrieve current marker lists from CellMarker rather than relying on memory.

Phase 2: Differentiation Pathways

Key signaling pathways for directed differentiation:

PathwayKEGG IDRole in Stem CellsCommon Modulators
WNT signalinghsa04310Pluripotency maintenance (canonical) vs differentiation (non-canonical)CHIR99021 (activator), IWP-2 (inhibitor)
Notch signalinghsa04330Lateral inhibition, fate decisionsDAPT (gamma-secretase inhibitor)
BMP/TGF-betahsa04350Mesoderm/trophectoderm inductionBMP4 (activator), Noggin (inhibitor)
FGF signalinghsa04010Self-renewal, neural inductionbFGF (activator), SU5402 (inhibitor)
Hedgehoghsa04340Patterning, organoid maturationSAG (activator), cyclopamine (inhibitor)
Hippo/YAPhsa04390Mechanotransduction, organoid sizeVerteporfin (YAP inhibitor)

Phase 3: Atlas & Dataset Discovery

# Find stem cell single-cell datasets
CELLxGENE_get_census_versions()  # discover available Census releases, then use CELLxGENE_get_cell_metadata / CELLxGENE_get_expression_data
hca_search_projects(query="organoid")
GEO_search_rnaseq_datasets(query="iPSC differentiation neural", organism="Homo sapiens")

Phase 4: Organoid Model Assessment

Organoid fidelity scoring — how well does the organoid recapitulate the organ?

FeatureHigh Fidelity (3)Moderate (2)Low (1)
Cell type diversityAll major cell types presentMost cell types, missing rare onesOnly 1-2 cell types
ArchitectureSelf-organized, correct spatial arrangementPartial organizationDisorganized aggregate
FunctionMeasurable organ function (secretion, contraction, electrophysiology)Some functional markersMarker expression only
MaturationAdult-like gene expression profileFetal-likeESC-like (failed differentiation)
Disease relevanceRecapitulates patient phenotypeSome disease featuresNo disease phenotype

---

Evidence Grading

GradeCriteriaExample
T1Clinical iPSC study or approved therapyiPSC-derived RPE for macular degeneration (Mandai 2017)
T2Functional validation (teratoma, engraftment, drug response)Organoid drug screening with patient-specific response
T3Marker expression + morphologyiPSC colony expressing OCT4/SOX2/NANOG
T4Computational prediction or single-marker evidencePredicted pluripotent by gene expression classifier

Synthesis Questions

1. Is the cell identity verified? (co-expression of 3+ pluripotency markers, or lineage-appropriate markers) 2. Is the differentiation protocol reproducible? (published, peer-reviewed, with quantified efficiency) 3. Does the organoid model the disease? (patient-derived iPSC shows disease phenotype in organoid) 4. What are the translational barriers? (scalability, maturation, immune compatibility, tumorigenicity) 5. What's the best reference dataset? (CellxGene atlas for comparison)

---

Limitations

  • No organoid protocol database — protocols are scattered across publications; use PubMed search
  • Maturation gap — most organoids resemble fetal, not adult tissue; always note maturation state
  • Batch variability — iPSC-derived cells vary between passages and donor lines
  • No direct culture tools — this skill analyzes published data and designs experiments; it does not control bioreactors
  • Species differences — mouse ESCs require LIF; human ESCs require bFGF. Don't mix protocols

Related skills

Data Science & MLagentsresearchautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.