name: 'tcell-exhaustion-analysis-agent'
description: 'AI-powered analysis of T-cell exhaustion states, epigenetic scarring, stem-like T-cell populations, and checkpoint blockade response prediction in cancer immunotherapy.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
- read_file
- run_shell_command
T-Cell Exhaustion Analysis Agent
The T-Cell Exhaustion Analysis Agent provides comprehensive profiling of T-cell dysfunction states in cancer and chronic infection. It analyzes exhaustion signatures, identifies stem-like progenitor populations, characterizes epigenetic scarring, and predicts checkpoint immunotherapy response.
When to Use This Skill
- When profiling tumor-infiltrating lymphocyte (TIL) exhaustion states from scRNA-seq data.
- To identify stem-like exhausted T-cells (Tex-prog) that predict checkpoint blockade response.
- For analyzing epigenetic exhaustion programs via ATAC-seq or CUT&Tag.
- To assess exhaustion reversal potential and re-exhaustion risk.
- When designing combination immunotherapy strategies.
Core Capabilities
Exhaustion State Classification: Distinguishes progenitor exhausted (Tex-prog), intermediate, and terminally exhausted (Tex-term) populations using transcriptional signatures.
Stem-like T-Cell Detection: Identifies TCF1+ stem-like exhausted cells that sustain anti-tumor immunity and respond to PD-1 blockade.
Epigenetic Scarring Analysis: Characterizes chromatin accessibility patterns that maintain exhaustion programs despite checkpoint blockade.
Checkpoint Expression Profiling: Quantifies inhibitory receptors (PD-1, TIM-3, LAG-3, TIGIT, CTLA-4) at single-cell resolution.
Response Prediction: Machine learning models predict checkpoint blockade response based on exhaustion profiles.
TME Interaction Analysis: Maps suppressive cell interactions (Tregs, MDSCs, TAMs) promoting exhaustion.
Exhaustion Signatures
Progenitor Exhausted (Tex-prog):
- TCF1+, SLAMF6+, PD-1+
- Self-renewal capacity
- Proliferative burst upon checkpoint blockade
- Good prognosis marker
Terminal Exhausted (Tex-term):
- TCF1-, TIM-3+, CD39+
- Effector-like but dysfunctional
- Limited proliferative potential
- Epigenetically fixed exhaustion
Workflow
Input: scRNA-seq, CITE-seq, or scATAC-seq data from TILs or PBMCs.
Preprocessing: Quality control, normalization, batch correction.
Clustering: Identify T-cell subsets and exhaustion states.
Signature Scoring: Apply exhaustion gene signatures (TOX, NR4A, NFAT targets).
Epigenetic Analysis: Assess chromatin accessibility at exhaustion loci.
Prediction: Model checkpoint response from exhaustion profiles.
Output: Exhaustion state proportions, stem-like cell fractions, response predictions.
Example Usage
User: "Analyze T-cell exhaustion states in this TIL scRNA-seq dataset and predict anti-PD-1 response."
Agent Action:
python3 Skills/Immunology_Vaccines/TCell_Exhaustion_Analysis_Agent/exhaustion_analyzer.py \
--input til_scrnaseq.h5ad \
--tcells CD8A+CD3E+ \
--signatures exhaustion_signatures.gmt \
--epigenetic til_scatacseq.h5ad \
--predict_response true \
--output exhaustion_report/
Key Markers and Genes
| Category |
Markers |
Role |
| Exhaustion TFs |
TOX, TOX2, NR4A1-3 |
Exhaustion program drivers |
| Stem-like |
TCF7 (TCF1), LEF1, SLAMF6 |
Progenitor maintenance |
| Terminal |
HAVCR2 (TIM-3), ENTPD1 (CD39), LAYN |
Terminal exhaustion |
| Checkpoints |
PDCD1, CTLA4, LAG3, TIGIT |
Inhibitory receptors |
| Effector |
GZMB, PRF1, IFNG |
Cytotoxic function |
Epigenetic Exhaustion Program
The exhaustion epigenetic landscape is largely resistant to checkpoint blockade:
- Stable open chromatin at exhaustion-associated genes (TOX, NR4A, checkpoint loci)
- Epigenetic scars maintained even after PD-1 therapy
- Re-exhaustion occurs upon cessation of checkpoint blockade
- Therapeutic implications: Epigenetic modifiers may enhance durability
Prerequisites
- Python 3.10+
- Scanpy/Seurat for scRNA-seq
- ArchR/Signac for scATAC-seq
- CellTypist or custom classifiers
Related Skills
- CAR_T_Design - For engineering exhaustion-resistant CAR-T cells
- Immune_Repertoire_Analysis - For TCR clonotype tracking
- Tumor_Microenvironment - For TIL context analysis
Clinical Implications
- Patient Selection: High stem-like Tex predicts checkpoint response
- Combination Therapy: TIGIT + PD-1 for resistant tumors
- Epigenetic Therapy: DNMT/HDAC inhibitors to reprogram exhausted cells
- CAR-T Engineering: TOX knockout to prevent CAR-T exhaustion
Author
AI Group - Biomedical AI Platform
1---2name: tcell-exhaustion-analysis-agent3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: 'tcell-exhaustion-analysis-agent'20description: 'AI-powered analysis of T-cell exhaustion states, epigenetic scarring, stem-like T-cell populations, and checkpoint blockade response prediction in cancer immunotherapy.'21measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.22allowed-tools:23 - read_file24 - run_shell_command25---262728# T-Cell Exhaustion Analysis Agent2930The **T-Cell Exhaustion Analysis Agent** provides comprehensive profiling of T-cell dysfunction states in cancer and chronic infection. It analyzes exhaustion signatures, identifies stem-like progenitor populations, characterizes epigenetic scarring, and predicts checkpoint immunotherapy response.3132## When to Use This Skill3334* When profiling tumor-infiltrating lymphocyte (TIL) exhaustion states from scRNA-seq data.35* To identify stem-like exhausted T-cells (Tex-prog) that predict checkpoint blockade response.36* For analyzing epigenetic exhaustion programs via ATAC-seq or CUT&Tag.37* To assess exhaustion reversal potential and re-exhaustion risk.38* When designing combination immunotherapy strategies.3940## Core Capabilities41421. **Exhaustion State Classification**: Distinguishes progenitor exhausted (Tex-prog), intermediate, and terminally exhausted (Tex-term) populations using transcriptional signatures.43442. **Stem-like T-Cell Detection**: Identifies TCF1+ stem-like exhausted cells that sustain anti-tumor immunity and respond to PD-1 blockade.45463. **Epigenetic Scarring Analysis**: Characterizes chromatin accessibility patterns that maintain exhaustion programs despite checkpoint blockade.47484. **Checkpoint Expression Profiling**: Quantifies inhibitory receptors (PD-1, TIM-3, LAG-3, TIGIT, CTLA-4) at single-cell resolution.49505. **Response Prediction**: Machine learning models predict checkpoint blockade response based on exhaustion profiles.51526. **TME Interaction Analysis**: Maps suppressive cell interactions (Tregs, MDSCs, TAMs) promoting exhaustion.5354## Exhaustion Signatures5556**Progenitor Exhausted (Tex-prog)**:57- TCF1+, SLAMF6+, PD-1+58- Self-renewal capacity59- Proliferative burst upon checkpoint blockade60- Good prognosis marker6162**Terminal Exhausted (Tex-term)**:63- TCF1-, TIM-3+, CD39+64- Effector-like but dysfunctional65- Limited proliferative potential66- Epigenetically fixed exhaustion6768## Workflow69701. **Input**: scRNA-seq, CITE-seq, or scATAC-seq data from TILs or PBMCs.71722. **Preprocessing**: Quality control, normalization, batch correction.73743. **Clustering**: Identify T-cell subsets and exhaustion states.75764. **Signature Scoring**: Apply exhaustion gene signatures (TOX, NR4A, NFAT targets).77785. **Epigenetic Analysis**: Assess chromatin accessibility at exhaustion loci.79806. **Prediction**: Model checkpoint response from exhaustion profiles.81827. **Output**: Exhaustion state proportions, stem-like cell fractions, response predictions.8384## Example Usage8586**User**: "Analyze T-cell exhaustion states in this TIL scRNA-seq dataset and predict anti-PD-1 response."8788**Agent Action**:89```bash90python3 Skills/Immunology_Vaccines/TCell_Exhaustion_Analysis_Agent/exhaustion_analyzer.py \91 --input til_scrnaseq.h5ad \92 --tcells CD8A+CD3E+ \93 --signatures exhaustion_signatures.gmt \94 --epigenetic til_scatacseq.h5ad \95 --predict_response true \96 --output exhaustion_report/97```9899## Key Markers and Genes100101| Category | Markers | Role |102|----------|---------|------|103| Exhaustion TFs | TOX, TOX2, NR4A1-3 | Exhaustion program drivers |104| Stem-like | TCF7 (TCF1), LEF1, SLAMF6 | Progenitor maintenance |105| Terminal | HAVCR2 (TIM-3), ENTPD1 (CD39), LAYN | Terminal exhaustion |106| Checkpoints | PDCD1, CTLA4, LAG3, TIGIT | Inhibitory receptors |107| Effector | GZMB, PRF1, IFNG | Cytotoxic function |108109## Epigenetic Exhaustion Program110111The exhaustion epigenetic landscape is largely resistant to checkpoint blockade:112113* **Stable open chromatin** at exhaustion-associated genes (TOX, NR4A, checkpoint loci)114* **Epigenetic scars** maintained even after PD-1 therapy115* **Re-exhaustion** occurs upon cessation of checkpoint blockade116* **Therapeutic implications**: Epigenetic modifiers may enhance durability117118## Prerequisites119120* Python 3.10+121* Scanpy/Seurat for scRNA-seq122* ArchR/Signac for scATAC-seq123* CellTypist or custom classifiers124125## Related Skills126127* CAR_T_Design - For engineering exhaustion-resistant CAR-T cells128* Immune_Repertoire_Analysis - For TCR clonotype tracking129* Tumor_Microenvironment - For TIL context analysis130131## Clinical Implications1321331. **Patient Selection**: High stem-like Tex predicts checkpoint response1342. **Combination Therapy**: TIGIT + PD-1 for resistant tumors1353. **Epigenetic Therapy**: DNMT/HDAC inhibitors to reprogram exhausted cells1364. **CAR-T Engineering**: TOX knockout to prevent CAR-T exhaustion137138## Author139140AI Group - Biomedical AI Platform141142143<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->