tooluniverse-stem-cell-organoid
Research stem cells, iPSCs, organoids, and cell differentiation using ToolUniverse tools. Covers pluripotency marker identification, differentiation pathway analysis, organoid model characterization, cell type annotation, and disease modeling. Integrates CellxGene/HCA for single-cell atlas data, CellMarker for cell type markers, GEO for stem cell datasets, and pathway tools for differentiation signaling. Use when asked about stem cells, iPSCs, organoids, cell reprogramming, pluripotency, differentiation protocols, or 3D culture models.
Best use case
tooluniverse-stem-cell-organoid is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Research stem cells, iPSCs, organoids, and cell differentiation using ToolUniverse tools. Covers pluripotency marker identification, differentiation pathway analysis, organoid model characterization, cell type annotation, and disease modeling. Integrates CellxGene/HCA for single-cell atlas data, CellMarker for cell type markers, GEO for stem cell datasets, and pathway tools for differentiation signaling. Use when asked about stem cells, iPSCs, organoids, cell reprogramming, pluripotency, differentiation protocols, or 3D culture models.
Teams using tooluniverse-stem-cell-organoid should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/tooluniverse-stem-cell-organoid/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How tooluniverse-stem-cell-organoid Compares
| Feature / Agent | tooluniverse-stem-cell-organoid | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Research stem cells, iPSCs, organoids, and cell differentiation using ToolUniverse tools. Covers pluripotency marker identification, differentiation pathway analysis, organoid model characterization, cell type annotation, and disease modeling. Integrates CellxGene/HCA for single-cell atlas data, CellMarker for cell type markers, GEO for stem cell datasets, and pathway tools for differentiation signaling. Use when asked about stem cells, iPSCs, organoids, cell reprogramming, pluripotency, differentiation protocols, or 3D culture models.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
SKILL.md Source
# 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
| Tool | Use For |
|------|---------|
| `CellxGene_search_datasets` | Find single-cell atlas data. **Requires `cellxgene-census` package (`pip install cellxgene-census`). May not be installed by default.** |
| `CellMarker_search_by_cell_type` | Cell type marker genes. **Requires `operation="search_by_cell_type"`, `cell_name=` (NOT `cell_type=`)** |
| `CellMarker_search_by_gene` | Which cell types express a gene. **Requires `operation="search_by_gene"`, `gene_symbol=`** |
| `HCA_search_projects` | Human Cell Atlas organoid/development projects |
| `GEO_search_rnaseq_datasets` | Find stem cell RNA-seq datasets |
| `kegg_search_pathway` | Differentiation signaling pathways (WNT, Notch, Hedgehog) |
| `ReactomeAnalysis_pathway_enrichment` | Pathway analysis of stem cell gene sets |
| `STRING_get_network` | Pluripotency/differentiation gene networks |
| `OpenTargets_get_associated_targets_by_disease_efoId` | Disease genes for organoid disease modeling |
| `PubMed_search_articles` | Stem cell and organoid literature |
| `search_clinical_trials` | iPSC-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:
| Pathway | KEGG ID | Role in Stem Cells | Common Modulators |
|---------|---------|-------------------|-------------------|
| WNT signaling | hsa04310 | Pluripotency maintenance (canonical) vs differentiation (non-canonical) | CHIR99021 (activator), IWP-2 (inhibitor) |
| Notch signaling | hsa04330 | Lateral inhibition, fate decisions | DAPT (gamma-secretase inhibitor) |
| BMP/TGF-beta | hsa04350 | Mesoderm/trophectoderm induction | BMP4 (activator), Noggin (inhibitor) |
| FGF signaling | hsa04010 | Self-renewal, neural induction | bFGF (activator), SU5402 (inhibitor) |
| Hedgehog | hsa04340 | Patterning, organoid maturation | SAG (activator), cyclopamine (inhibitor) |
| Hippo/YAP | hsa04390 | Mechanotransduction, organoid size | Verteporfin (YAP inhibitor) |
### Phase 3: Atlas & Dataset Discovery
```python
# Find stem cell single-cell datasets
CellxGene_search_datasets(query="iPSC organoid", organism="Homo sapiens")
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?
| Feature | High Fidelity (3) | Moderate (2) | Low (1) |
|---------|------------------|-------------|---------|
| Cell type diversity | All major cell types present | Most cell types, missing rare ones | Only 1-2 cell types |
| Architecture | Self-organized, correct spatial arrangement | Partial organization | Disorganized aggregate |
| Function | Measurable organ function (secretion, contraction, electrophysiology) | Some functional markers | Marker expression only |
| Maturation | Adult-like gene expression profile | Fetal-like | ESC-like (failed differentiation) |
| Disease relevance | Recapitulates patient phenotype | Some disease features | No disease phenotype |
---
## Evidence Grading
| Grade | Criteria | Example |
|-------|---------|---------|
| **T1** | Clinical iPSC study or approved therapy | iPSC-derived RPE for macular degeneration (Mandai 2017) |
| **T2** | Functional validation (teratoma, engraftment, drug response) | Organoid drug screening with patient-specific response |
| **T3** | Marker expression + morphology | iPSC colony expressing OCT4/SOX2/NANOG |
| **T4** | Computational prediction or single-marker evidence | Predicted 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 protocolsRelated Skills
tooluniverse
Router skill for ToolUniverse tasks. First checks if specialized tooluniverse skills (105+ skills covering disease/drug/target research, gene-disease associations, clinical decision support, genomics, epigenomics, proteomics, comparative genomics, chemical safety, toxicology, systems biology, and more) can solve the problem, then falls back to general strategies for using 2300+ scientific tools. Covers tool discovery, multi-hop queries, comprehensive research workflows, disambiguation, evidence grading, and report generation. Use when users need to research any scientific topic, find biological data, or explore drug/target/disease relationships. ALSO USE for any biology, medicine, chemistry, pharmacology, or life science question — even simple factoid questions like "how many X in protein Y", "what drug interacts with Z", "what gene causes disease W", or "translate this sequence". These questions benefit from database lookups (UniProt, PubMed, ChEMBL, ClinVar, GWAS Catalog, etc.) rather than answering from memory alone. When in doubt about a scientific fact, USE THIS SKILL to verify against real databases.
tooluniverse-variant-to-mechanism
End-to-end variant-to-mechanism analysis: given a genetic variant (rsID or coordinates), trace its functional impact from regulatory context (GWAS, eQTL, RegulomeDB, ENCODE) through target gene identification (GTEx, OpenTargets L2G) to downstream pathway and disease biology (STRING, Reactome, GO enrichment, disease associations). Produces an evidence-graded mechanistic narrative linking genotype to phenotype. Use when asked "how does this variant cause disease?", "what is the mechanism of rs7903146?", "trace variant to pathway", or "connect this GWAS hit to biology".
tooluniverse-variant-interpretation
Systematic clinical variant interpretation from raw variant calls to ACMG-classified recommendations with structural impact analysis. Aggregates evidence from ClinVar, gnomAD, CIViC, UniProt, and PDB across ACMG criteria. Produces pathogenicity scores (0-100), clinical recommendations, and treatment implications. Use when interpreting genetic variants, classifying variants of uncertain significance (VUS), performing ACMG variant classification, or translating variant calls to clinical actionability.
tooluniverse-variant-functional-annotation
Comprehensive functional annotation of protein variants — pathogenicity, population frequency, structural context, and clinical significance. Integrates ProtVar (map_variant, get_function, get_population) for protein-level mapping and structural context, ClinVar for clinical classifications, gnomAD for population frequency with ancestry data, CADD for deleteriousness scores, and ClinGen for gene-disease validity. Produces a structured variant annotation report with evidence grading. Use when asked about protein variant impact, missense variant pathogenicity, ProtVar annotation, variant functional context, or combining population and structural evidence for a variant.
tooluniverse-variant-analysis
Production-ready VCF processing, variant annotation, mutation analysis, and structural variant (SV/CNV) interpretation for bioinformatics questions. Parses VCF files (streaming, large files), classifies mutation types (missense, nonsense, synonymous, frameshift, splice, intronic, intergenic) and structural variants (deletions, duplications, inversions, translocations), applies VAF/depth/quality/consequence filters, annotates with ClinVar/dbSNP/gnomAD/CADD via ToolUniverse, interprets SV/CNV clinical significance using ClinGen dosage sensitivity scores, computes variant statistics, and generates reports. Solves questions like "What fraction of variants with VAF < 0.3 are missense?", "How many non-reference variants remain after filtering intronic/intergenic?", "What is the pathogenicity of this deletion affecting BRCA1?", or "Which dosage-sensitive genes overlap this CNV?". Use when processing VCF files, annotating variants, filtering by VAF/depth/consequence, classifying mutations, interpreting structural variants, assessing CNV pathogenicity, comparing cohorts, or answering variant analysis questions.
tooluniverse-vaccine-design
Design and evaluate vaccine candidates using computational immunology tools. Covers epitope prediction (MHC-I/II binding via IEDB), population coverage analysis, antigen selection, adjuvant matching, and immunogenicity assessment. Integrates IEDB for epitope prediction, UniProt for antigen sequences, PDB/AlphaFold for structural epitopes, BVBRC for pathogen proteomes, and literature for clinical precedent. Use when asked about vaccine design, epitope prediction, immunogenicity, MHC binding, T-cell epitopes, B-cell epitopes, or population coverage for vaccine candidates.
tooluniverse-toxicology
Assess chemical and drug toxicity via adverse outcome pathways, real-world adverse event signals, and toxicogenomic evidence. Integrates AOPWiki (AOPWiki_list_aops, AOPWiki_get_aop) for mechanism- level pathway tracing, FAERS for post-market adverse event quantification, OpenFDA for label mining, and CTD for chemical-gene-disease evidence. Produces structured toxicity reports with evidence grading (T1-T4). Use when asked about toxicity mechanisms, adverse outcome pathways, AOP mapping, FAERS signal detection, or chemical-disease relationships for drugs or environmental chemicals.
tooluniverse-target-research
Gather comprehensive biological target intelligence from 9 parallel research paths covering protein info, structure, interactions, pathways, expression, variants, drug interactions, and literature. Features collision-aware searches, evidence grading (T1-T4), explicit Open Targets coverage, and mandatory completeness auditing. Use when users ask about drug targets, proteins, genes, or need target validation, druggability assessment, or comprehensive target profiling.
tooluniverse-systems-biology
Comprehensive systems biology and pathway analysis using multiple pathway databases (Reactome, KEGG, WikiPathways, Pathway Commons, BioModels). Performs pathway enrichment, protein-pathway mapping, keyword searches, and systems-level analysis. Use when analyzing gene sets, exploring biological pathways, or investigating systems-level biology.
tooluniverse-structural-variant-analysis
Comprehensive structural variant (SV) analysis skill for clinical genomics. Classifies SVs (deletions, duplications, inversions, translocations), assesses pathogenicity using ACMG-adapted criteria, evaluates gene disruption and dosage sensitivity, and provides clinical interpretation with evidence grading. Use when analyzing CNVs, large deletions/duplications, chromosomal rearrangements, or any structural variants requiring clinical interpretation.
tooluniverse-structural-proteomics
Integrate structural biology data with proteomics for drug target validation. Retrieves protein structures from PDB (RCSB, PDBe), AlphaFold predictions, antibody structures (SAbDab), GPCR data (GPCRdb), binding pocket analysis (ProteinsPlus), and ligand interactions (BindingDB). Use when asked to find structures for a drug target, identify binding site ligands, cross-validate drug binding with structural data, assess structural druggability, or compare experimental vs predicted structures.
tooluniverse-statistical-modeling
Perform statistical modeling and regression analysis on biomedical datasets. Supports linear regression, logistic regression (binary/ordinal/multinomial), mixed-effects models, Cox proportional hazards survival analysis, Kaplan-Meier estimation, and comprehensive model diagnostics. Extracts odds ratios, hazard ratios, confidence intervals, p-values, and effect sizes. Designed to solve BixBench statistical reasoning questions involving clinical/experimental data. Use when asked to fit regression models, compute odds ratios, perform survival analysis, run statistical tests, or interpret model coefficients from provided data.