Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Immune Checkpoint Combination Agent

ASecurity

--> --- name: 'immune-checkpoint-combination-agent' description: 'AI-powered analysis for predicting optimal immune checkpoint inhibitor combinations based on tumor microenvironment, biomarkers, and molecular profiling.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Immune Checkpoint Combination Agent** analyzes tumor molecular profiles to predict optimal immune checkpoint inhibitor (ICI) c...

2,984 stars
0 votes
0 copies
2 views
Added 5/31/2026
toolspythongoshellbashexpressgitapidatabase

Works with

terminalcliapi

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill immune-checkpoint-combination-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Immune Checkpoint Combination Agent?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Immune Checkpoint Combination Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-immune-checkpoint-combination-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-immune-checkpoint-combination-agent)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA

-->

---
name: 'immune-checkpoint-combination-agent'
description: 'AI-powered analysis for predicting optimal immune checkpoint inhibitor combinations based on tumor microenvironment, biomarkers, and molecular profiling.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Immune Checkpoint Combination Agent

The **Immune Checkpoint Combination Agent** analyzes tumor molecular profiles to predict optimal immune checkpoint inhibitor (ICI) combinations. It integrates TME characterization, checkpoint expression, resistance mechanisms, and clinical evidence for rational immunotherapy combination design.

## When to Use This Skill

* When selecting checkpoint inhibitor combinations for individual patients.
* To predict response to ICI combinations (PD-1/PD-L1 + CTLA-4, TIGIT, LAG-3).
* For identifying resistance mechanisms suggesting specific combinations.
* When analyzing tumor microenvironment to guide combination selection.
* To match patients to combination immunotherapy clinical trials.

## Core Capabilities

1. **Checkpoint Expression Profiling**: Quantify expression of PD-1, PD-L1, CTLA-4, TIGIT, LAG-3, TIM-3, and others.

2. **TME Characterization**: Classify tumors as "hot" (inflamed), "excluded", or "cold" (desert) for combination rationale.

3. **Resistance Mechanism Analysis**: Identify primary and acquired resistance patterns.

4. **Combination Prediction**: ML models predicting response to specific checkpoint combinations.

5. **Synergy Scoring**: Evaluate potential synergies based on mechanism of action overlap.

6. **Clinical Evidence Integration**: Match combinations to published efficacy data.

## Checkpoint Inhibitor Landscape

| Target | Approved Agents | Mechanism | Combination Rationale |
|--------|-----------------|-----------|----------------------|
| PD-1 | Pembrolizumab, Nivolumab | Block T-cell inhibition | Backbone therapy |
| PD-L1 | Atezolizumab, Durvalumab | Block tumor immune evasion | Alternative backbone |
| CTLA-4 | Ipilimumab, Tremelimumab | Enhance T-cell priming | Non-redundant to PD-1 |
| LAG-3 | Relatlimab | Block exhausted T-cells | PD-1 refractory |
| TIGIT | Tiragolumab | Block NK/T suppression | NK cell engagement |
| TIM-3 | Multiple in trials | Terminal exhaustion | Highly exhausted TME |

## Workflow

1. **Input**: Tumor RNA-seq, IHC markers, TMB/MSI status, clinical data.

2. **Checkpoint Profiling**: Quantify checkpoint ligand/receptor expression.

3. **TME Classification**: Determine immune infiltration pattern.

4. **Resistance Analysis**: Identify potential resistance mechanisms.

5. **Combination Scoring**: Rank combinations by predicted efficacy.

6. **Evidence Matching**: Link to clinical trial data.

7. **Output**: Ranked combinations, rationale, supporting evidence, trial matches.

## Example Usage

**User**: "Recommend optimal checkpoint inhibitor combination for this melanoma patient based on their tumor profile."

**Agent Action**:
```bash
python3 Skills/Immunology_Vaccines/Immune_Checkpoint_Combination_Agent/ici_combination.py \
    --rnaseq tumor_expression.tsv \
    --ihc pd-l1_tps_60.json \
    --mutations tumor_mutations.maf \
    --tmb 12.5 \
    --msi stable \
    --tumor_type melanoma \
    --prior_treatment pembrolizumab \
    --output ici_recommendations.json
```

## TME-Based Combination Rationale

**Inflamed ("Hot") Tumors**:
- High TIL infiltration
- PD-L1 high
- Respond to anti-PD-1 monotherapy
- Add CTLA-4 for improved depth

**Excluded Tumors**:
- TILs at margin, not infiltrating
- Physical/chemical barriers
- Consider anti-CTLA-4 for priming
- Add chemotherapy for barrier disruption

**Desert ("Cold") Tumors**:
- Low TIL infiltration
- Low PD-L1
- Need to induce inflammation first
- Consider chemo, radiation, or vaccines + ICI

## Resistance Mechanisms and Solutions

| Mechanism | Biomarkers | Combination Strategy |
|-----------|------------|---------------------|
| Alternative checkpoints | LAG-3+, TIGIT+, TIM-3+ | Add second checkpoint |
| WNT/β-catenin | CTNNB1 mutations | Poor ICI candidate |
| IFN signaling loss | JAK1/2, B2M mutations | Limited benefit |
| MHC loss | HLA-A/B/C loss | NK-engaging therapies |
| T-cell exclusion | TGF-β high | TGF-β inhibitor combination |

## AI/ML Models

**Response Prediction**:
- Multi-modal model (expression + mutations + clinical)
- Trained on TCGA + clinical trial data
- AUC 0.72-0.80 for response

**Synergy Prediction**:
- Network-based combination scoring
- Mechanistic pathway analysis
- Clinical validation integration

## Combination Evidence Database

| Combination | Indication | Key Trial | Benefit |
|-------------|------------|-----------|---------|
| Nivo + Ipi | Melanoma | CheckMate-067 | OS improvement |
| Nivo + Rela | Melanoma | RELATIVITY-047 | PFS improvement |
| Atezo + Tira | NSCLC | CITYSCAPE | PFS improvement (PD-L1 high) |
| Durva + Treme | HCC | HIMALAYA | OS improvement |

## Prerequisites

* Python 3.10+
* scikit-learn, XGBoost for ML
* Gene signature databases
* Clinical evidence database

## Related Skills

* TCell_Exhaustion_Analysis_Agent - For exhaustion profiling
* Tumor_Microenvironment - For TME characterization
* Neoantigen_Vaccine_Agent - For vaccine combinations

## Clinical Considerations

1. **Toxicity**: Combinations increase irAE risk
2. **Sequencing**: Optimal order of agents
3. **Biomarkers**: TMB, PD-L1, MSI as selection criteria
4. **Cost**: Combination therapy costs

## Author

AI Group - Biomedical AI Platform


<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

Attribution

FreedomIntelligenceFreedomIntelligence
View sourceMore from FreedomIntelligence →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805541 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1023330 votes
View all in tools →