tooluniverse-aging-senescence
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).
What this skill does
# Aging & Cellular Senescence Research
## Aging Research Reasoning
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.
## LOOK UP, DON'T GUESS
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.
## When to Use
- "What genes are associated with longevity?"
- "Find senolytic drug candidates for [disease]"
- "What are the markers of cellular senescence?"
- "How does [gene] relate to aging?"
- "GWAS hits for age-related diseases"
- "Pathways involved in cellular senescence"
- "What drugs target senescent cells?"
**Not this skill**: For rare disease genetics, use `tooluniverse-rare-disease-diagnosis`. For general disease research, use `tooluniverse-disease-research`.
---
## Workflow
```
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
```
---
## Phase 1: Hallmarks Classification
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.
---
## Phase 2: Genetic Evidence
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.
```python
# Best for gene-centric 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")
```
---
## Phase 3: Pathway 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).
```python
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:
```python
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))
```
### Interpreting Senescence Markers
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.
---
## Phase 4: Senolytic and Geroprotector Drug Discovery
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.
```python
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 statuRelated in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.