skills/tooluniverse-aging-senescence/SKILL.md
Aging biology, cellular senescence, and longevity research. Covers senescence markers (p16/CDKN2A, SASP, SA-beta-gal), aging hallmarks, senolytic drug discovery (dasatinib+quercetin, fisetin, navitoclax), epigenetic clocks, telomere biology, and longevity GWAS. Use for senescence-pathway analysis, age-related disease genetics, senolytic-target discovery, and centenarian-genetics queries. Distinguishes correlative vs causal evidence (knockout, intervention).
npx skillsauth add mims-harvard/tooluniverse tooluniverse-aging-senescenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before querying any tool, ask the central question: is this a cause or consequence of aging?
Senescence markers (SA-β-gal, p16/CDKN2A, SASP factors like IL-6 and IL-8) indicate that senescent cells are present. But their presence does not prove that senescence is driving the phenotype. Correlation is easy to establish. Causation requires an intervention. If senolytic drugs (dasatinib+quercetin, fisetin, navitoclax) clear senescent cells and the age-related phenotype improves, that is causal evidence. If clearing senescent cells has no effect, something else is driving the pathology.
Apply this reasoning when interpreting any gene or pathway query: classify it first by hallmark, then ask whether the evidence for its role is correlative (expression data, GWAS association) or causal (functional assay, genetic knockout, senolytic intervention).
Evidence grade the findings: T1 is human genetic evidence (GWAS, centenarian studies). T2 is model organism lifespan data. T3 is cell culture senescence data. T4 is computational prediction. Do not conflate T3 cell culture data with T1 human evidence — they are very different levels of confidence.
A final principle: cellular senescence is one hallmark of aging, not aging itself. Distinguish senescence from organismal aging, from age-related disease, and from progeria (accelerated aging syndromes). These require different tools and different interpretations.
When uncertain about any scientific fact, SEARCH databases first (PubMed, UniProt, ChEMBL, ClinVar, etc.) rather than reasoning from memory. A database-verified answer is always more reliable than a guess.
Not this skill: For rare disease genetics, use tooluniverse-rare-disease-diagnosis. For general disease research, use tooluniverse-disease-research.
Phase 0: Query Parsing — aging gene, senescence marker, age-related disease, or drug query
|
Phase 1: Hallmarks Classification — map to the 12 hallmarks of aging framework
|
Phase 2: Genetic Evidence — GWAS, longevity loci, model organism data
|
Phase 3: Pathway Analysis — senescence, autophagy, telomere, epigenetic pathways
|
Phase 4: Senolytic/Geroprotector Drug Discovery — existing drugs, clinical trials
|
Phase 5: Literature & Clinical Context — published evidence, ongoing trials
|
Phase 6: Interpretation & Report — evidence-graded findings with translational potential
Organize findings around the 12 hallmarks of aging (Lopez-Otin et al., Cell 2023). When a user asks about an aging gene, first classify which hallmark(s) it belongs to, then investigate that hallmark's pathway and disease connections. This prevents scattershot querying — each hallmark has specific pathways and tool strategies.
The hallmarks most amenable to ToolUniverse investigation are: genomic instability (DNA repair genes: ATM, ATR, BRCA1/2, TP53), telomere attrition (TERT, TERC, POT1), epigenetic alterations (DNMT1/3, TET1-3, SIRT1-7), loss of proteostasis (autophagy pathway hsa04140), deregulated nutrient sensing (mTOR pathway hsa04150, FOXO pathway hsa04068, AMPK, IGF1), mitochondrial dysfunction (PINK1, PARKIN, PGC1α), and cellular senescence (CDKN2A/p16, CDKN1A/p21, TP53, RB — KEGG pathway hsa04218).
For altered intercellular communication, focus on SASP factors: IL6, IL8, MCP1 (CCL2), MMP3, MMP9, PAI1, IGFBP7, VEGF. These are the secreted signals that make senescent cells pathological for surrounding tissue.
The best human evidence for aging genes comes from longevity GWAS and centenarian studies. Well-established loci include: APOE (19q13.32, strongest longevity signal), FOXO3 (5q33.3, replicated across multiple centenarian cohorts), TERT (10q24, telomere length GWAS), and CDKN2A/B (9p21.3, GWAS for CVD, cancer, and T2D — all age-related diseases sharing this locus).
Important caveat: many FOXO3 longevity studies (Willcox 2008, Flachsbart 2009) used targeted genotyping rather than GWAS arrays, so they do not appear in the GWAS Catalog. Always supplement GWAS Catalog queries with PubMed literature searches for centenarian studies.
Start gene-centric questions with Open Genes — a manually-curated aging-gene database that already aggregates the experimental evidence per gene (lifespan-change studies, longevity associations, age-related expression changes, progeria associations) plus the aging mechanism(s) and functional cluster(s). OpenGenes_get_gene(symbol="FOXO3") returns the aging mechanisms, curator confidence level, and an evidence_counts summary (e.g. FOXO3 → 58 longevity-association studies) — use it to triage whether a gene is an established aging gene and by what mechanism before drilling into GWAS/OpenTargets/PubMed. OpenGenes_search_genes browses the full catalog (~2400 genes). It catches the targeted-genotyping FOXO3 evidence that the GWAS Catalog misses.
# Aging-evidence triage FIRST — mechanisms + curated study counts per gene
OpenGenes_get_gene(symbol="FOXO3")
# Best for gene-centric GWAS analysis
gwas_get_snps_for_gene(gene_symbol="FOXO3")
# For trait queries — note "longevity" is not a standard EFO term; try "lifespan" or specific diseases
gwas_search_associations(query="telomere length")
# OpenTargets aggregated evidence
OpenTargets_get_associated_targets_by_disease_efoId(efoId="EFO_0004847", limit=20)
# Essential for centenarian studies not in GWAS Catalog
PubMed_search_articles(query="FOXO3 GWAS longevity centenarian meta-analysis")
The central senescence pathway is KEGG hsa04218. Start there when investigating any senescence-related gene. Supporting pathways: autophagy (hsa04140, implicated in senescence clearance and proteostasis), mTOR signaling (hsa04150, rapamycin target), FOXO signaling (hsa04068, stress resistance and autophagy), and p53 signaling (hsa04115, DNA damage response).
KEGG_get_pathway_genes(pathway_id="hsa04218") # Cellular senescence
kegg_search_pathway(keyword="autophagy") # hsa04140
kegg_search_pathway(keyword="mTOR signaling") # hsa04150
kegg_search_pathway(keyword="FOXO signaling") # hsa04068
kegg_search_pathway(keyword="p53 signaling") # hsa04115
For SASP network analysis, STRING and Reactome are the right tools:
sasp_genes = ["IL6", "IL8", "MCP1", "MMP3", "MMP9", "PAI1", "IGFBP7", "VEGF", "CCL2"]
STRING_get_network(identifiers="\r".join(sasp_genes), species=9606)
ReactomeAnalysis_pathway_enrichment(identifiers=" ".join(sasp_genes))
Markers must be interpreted together, not individually. p16 (CDKN2A) upregulation is the closest to a gold standard — it marks irreversible cell cycle arrest — but it is also elevated in some cancers. p21 (CDKN1A) can reflect either transient quiescence or permanent senescence, so it is not specific. SA-β-gal is a lysosomal activity assay that can give false positives in high-confluence cultures. SASP factors (IL-6, IL-8) are also elevated in infection and autoimmunity. γH2AX foci are transient in normal DNA damage but persistent in senescence. Telomere shortening is only relevant for replicative senescence, not for oncogene-induced senescence.
Use a panel. A cell with p16↑ + SA-β-gal↑ + SASP↑ + γH2AX↑ is senescent. A cell with only one marker may not be.
Senolytics selectively kill senescent cells. The most clinically advanced combination is dasatinib + quercetin (D+Q), currently in Phase II trials for idiopathic pulmonary fibrosis and diabetic kidney disease. Navitoclax (BCL-2/BCL-XL inhibitor) has strong preclinical data but causes thrombocytopenia, limiting clinical use. Fisetin has Phase II trials for frailty. UBX0101 failed Phase II for osteoarthritis.
Geroprotectors slow aging rather than removing senescent cells. Rapamycin (mTOR inhibitor) extends mouse lifespan and is FDA-approved for transplant. Metformin (AMPK activator) is being tested in the TAME trial. NAD+ precursors (NMN, NR) are in Phase II trials.
DGIdb_get_drug_gene_interactions(genes=["BCL2", "BCL2L1", "TP53", "CDKN2A"])
search_clinical_trials(condition="senescence", query_term="senolytic")
search_clinical_trials(condition="aging", query_term="dasatinib quercetin")
ChEMBL_search_drugs(query="navitoclax")
When evaluating a drug candidate, always check clinical status: preclinical data in mice does not translate reliably to humans (telomere biology differs substantially between species). Prioritize T1 human evidence.
PubMed_search_articles(query="cellular senescence senolytics clinical trial", max_results=20)
search_clinical_trials(condition="cellular senescence")
search_clinical_trials(query_term="rapamycin aging")
GTEx provides tissue-level median expression but not directly age-stratified data. For age-dependent expression analysis, search PubMed for published GTEx age studies, or use GEO datasets with age metadata.
# GTEx tissue expression (not age-stratified directly)
GTEx_get_median_gene_expression(gene_symbol="CDKN2A")
# Search for published age-expression analyses
PubMed_search_articles(query="GTEx age-dependent expression CDKN2A")
tools
Generate the success criteria for a task or question, then review work against them. Given a task, goal, or open-ended question, decompose it into scenarios, evaluation perspectives, and fine-grained weighted YES/NO criteria using the Recursive Expansion Tree (RET) method; if work is supplied, score it criterion-by-criterion and surface what is missing or could be better. Use when asked to self-review or check your own work, judge whether a task is done well or completely, build a definition-of-done or completeness checklist, create an evaluation rubric or grading criteria, score or grade answers to a question, set up an LLM-as-judge rubric, or when the user mentions self-review, completeness check, success criteria, evaluation criteria, scoring rubric, Qworld, or the RET algorithm.
tools
Find the real protein target(s) of a peptide from its sequence — peptide target deorphanization / off-target identification, for ANY target class (GPCR, ion channel, protease, cytokine/growth-factor receptor, enzyme, integrin), not only GPCRs. Use when a peptide has a phenotype but does not bind its hypothesized target, when a peptide binds a target in one species or assay but not another, or to screen candidate targets for an orphan peptide. A target-class router steers a multi-route keyless pipeline (PROSITE/ELM motif, BLAST homology, HGNC/InterPro/GPCRdb/GtoPdb target-family enumeration, OpenTargets phenotype anchor, EnsemblCompara/Alliance cross-species reconciliation) plus optional NVIDIA-NIM co-folding (Boltz2, AlphaFold2-Multimer, OpenFold3) for structural confirmation.
tools
Install or update ToolUniverse in Claude Science — create the conda env, install the tooluniverse pip package, and (re)build the tooluniverse-research skill by fetching the current workflow library from GitHub. Use for first-time setup, upgrading the ToolUniverse version, refreshing the bundled workflows after an upstream release, or reinstalling on a new machine.
tools
Install, set up, verify, update, pin, uninstall, or troubleshoot the ToolUniverse plugin on OpenAI Codex. ALWAYS consult this skill for any of those — don't answer from memory, because the exact marketplace name (mims-harvard/ToolUniverse), the "codex plugin marketplace add" then "codex plugin add -m tooluniverse" flow, Codex's startup auto-upgrade behavior, the uvx tooluniverse MCP server, and the API-key env vars are easy to get wrong. Use it whenever someone wants to get ToolUniverse (or "the 1000+ scientific tools" / "the harvard tools") working on Codex, says the Codex plugin or its tools/skills won't load, hits a uvx or MCP-server startup error, asks how Codex updates it, wants to pin or remove it, or finds it running an old tool version — even if they never say the word "plugin". Not for the Claude Code plugin (use tooluniverse-claude-code-plugin), for running research with the tools, or for authoring new tools or skills.