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

Chip Clonal Hematopoiesis Agent

ASecurity

--> --- name: 'chip-clonal-hematopoiesis-agent' description: 'AI-powered clonal hematopoiesis of indeterminate potential (CHIP) detection, risk stratification, and cardiovascular/malignancy risk prediction using genomic and clinical data.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **CHIP Clonal Hematopoiesis Agent** provides comprehensive detection and risk stratification of clonal hemato...

2,984 stars
0 votes
0 copies
2 views
Added 5/30/2026
developmentpythongoshellbashgit

Works with

cli

Security Analysis

A100/100

Scanned 5/30/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill chip-clonal-hematopoiesis-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Chip Clonal Hematopoiesis Agent?

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

Security grade badge for Chip Clonal Hematopoiesis Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-chip-clonal-hematopoiesis-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-chip-clonal-hematopoiesis-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: 'chip-clonal-hematopoiesis-agent'
description: 'AI-powered clonal hematopoiesis of indeterminate potential (CHIP) detection, risk stratification, and cardiovascular/malignancy risk prediction using genomic and clinical data.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# CHIP Clonal Hematopoiesis Agent

The **CHIP Clonal Hematopoiesis Agent** provides comprehensive detection and risk stratification of clonal hematopoiesis of indeterminate potential (CHIP). It identifies clonal mutations in blood cells, assesses risk of progression to myeloid malignancy, and predicts cardiovascular disease risk, integrating with the CHIC machine learning framework for CBC-based screening.

## When to Use This Skill

* When detecting CHIP mutations from blood sequencing data.
* For stratifying risk of progression to MDS/AML.
* To assess CHIP-associated cardiovascular disease risk.
* When filtering CHIP variants from tumor liquid biopsy.
* For population-level CHIP screening and research.

## Core Capabilities

1. **CHIP Detection**: Identify clonal mutations with VAF >2%.

2. **Risk Stratification**: Predict myeloid malignancy progression risk.

3. **CVD Risk Assessment**: Estimate cardiovascular disease risk.

4. **CCUS Classification**: Distinguish CHIP from CCUS/MDS.

5. **Clone Size Tracking**: Monitor clonal evolution over time.

6. **ctDNA Filtering**: Remove CHIP from tumor ctDNA analysis.

## CHIP-Associated Genes

| Gene | Frequency | Malignancy Risk | CVD Risk |
|------|-----------|-----------------|----------|
| DNMT3A | 50% | Moderate | Elevated |
| TET2 | 20% | Moderate | Elevated (inflammatory) |
| ASXL1 | 10% | High | Moderate |
| JAK2 | 5% | High (MPN) | Elevated (thrombosis) |
| TP53 | 5% | Very High | Low |
| SF3B1 | 3% | Moderate-High | Low |
| SRSF2 | 3% | High | Low |
| PPM1D | 2% | Moderate | Therapy-related |
| CBL | 2% | High | Moderate |
| IDH1/2 | 2% | Moderate-High | Low |

## Risk Categories

| Category | Criteria | Annual AML Risk |
|----------|----------|-----------------|
| Low-Risk CHIP | DNMT3A/TET2, VAF <10% | <0.5% |
| Intermediate CHIP | DNMT3A/TET2, VAF >10% | 0.5-1% |
| High-Risk CHIP | ASXL1, TP53, splicing | 1-3% |
| CCUS | CHIP + cytopenia | 3-10% |
| Pre-MDS | High-risk mutations + dysplasia | >10% |

## Workflow

1. **Input**: Blood sequencing (WES/panel), CBC data, clinical history.

2. **Variant Detection**: Call somatic variants with VAF filtering.

3. **CHIP Classification**: Identify CHIP-defining mutations.

4. **Risk Scoring**: Calculate malignancy and CVD risk scores.

5. **Longitudinal Analysis**: Track clone dynamics if serial samples.

6. **Clinical Integration**: Generate management recommendations.

7. **Output**: CHIP status, risk scores, monitoring plan.

## Example Usage

**User**: "Analyze this patient's blood sequencing for CHIP and calculate their risk of progression and cardiovascular events."

**Agent Action**:
```bash
python3 Skills/Hematology/CHIP_Clonal_Hematopoiesis_Agent/chip_analysis.py \
    --variants blood_variants.vcf \
    --cbc_data patient_cbc.csv \
    --clinical_data patient_demographics.json \
    --vaf_threshold 0.02 \
    --age 65 \
    --calculate_cvd_risk true \
    --output chip_analysis/
```

## CHRS Risk Score (Clonal Hematopoiesis Risk Score)

| Factor | Points | Notes |
|--------|--------|-------|
| High-risk mutation | +2 | SRSF2, SF3B1, ZRSR2, IDH1/2, FLT3, RUNX1, JAK2 |
| Single DNMT3A mutation | -1 | Lower risk |
| ≥2 mutations | +1 | Increased burden |
| VAF ≥20% | +1 | Large clone |
| CCUS (vs CHIP) | +2 | Cytopenia present |
| RDW ≥15% | +1 | Blood count abnormality |
| MCV ≥100 fL | +1 | Macrocytosis |
| Age ≥65 | +1 | Age-related risk |

## Output Components

| Output | Description | Format |
|--------|-------------|--------|
| CHIP Status | Present/Absent, genes involved | .json |
| Mutation Details | VAF, gene, protein change | .csv |
| Malignancy Risk | 5-year AML/MDS probability | .json |
| CVD Risk | Cardiovascular risk score | .json |
| CHRS Score | Clonal hematopoiesis risk score | .json |
| Recommendations | Clinical management | .md |
| Monitoring Plan | Follow-up schedule | .json |

## AI/ML Components

**CHIC Framework**:
- Machine learning from CBC indices
- Identifies high-risk CHIP without sequencing
- Reduces "number needed to sequence"

**Risk Prediction**:
- Cox proportional hazards for progression
- Random survival forests
- Deep learning survival models

**CVD Risk Integration**:
- Framingham score adjustment
- CHIP-specific hazard ratios
- Inflammatory biomarker integration

## Cardiovascular Risk

| CHIP Gene | CVD Hazard Ratio | Mechanism |
|-----------|------------------|-----------|
| TET2 | 1.9 | IL-6, inflammasome |
| DNMT3A | 1.7 | Inflammation |
| JAK2 | 2.6 | Thrombosis, platelet activation |
| ASXL1 | 2.0 | Inflammation |
| Overall CHIP | 1.5-2.0 | Multiple pathways |

## Clinical Management Guidelines

| CHIP Category | Monitoring | Intervention |
|---------------|------------|--------------|
| Low-risk | Annual CBC | None |
| Intermediate | CBC q6 months | CVD optimization |
| High-risk | CBC q3-6 months, consider BMB | Hematology referral |
| CCUS | BMB, q3 month CBC | Active surveillance |

## Prerequisites

* Python 3.10+
* Variant callers (Mutect2, VarScan)
* ANNOVAR/VEP for annotation
* lifelines, scikit-survival
* CHIC model weights

## Related Skills

* MPN_Progression_Monitor_Agent - MPN monitoring
* CHIC_ML_Framework_Agent - CBC-based screening
* MDS_Classification_Agent - MDS diagnosis
* Bone_Marrow_AI_Agent - Morphology analysis

## CHIP vs ctDNA Filtering

| Feature | CHIP | Tumor ctDNA |
|---------|------|-------------|
| VAF Stability | Stable over time | Changes with disease |
| Genes | DNMT3A, TET2, ASXL1 | Tumor drivers |
| Age Association | Increases with age | Independent |
| Multiple Samples | Consistent | Variable |

## Special Considerations

1. **VAF Threshold**: Use 2% for CHIP definition
2. **Germline Filtering**: Exclude germline variants
3. **Age Context**: Prevalence increases with age
4. **Therapy History**: Consider treatment-related clones
5. **Serial Monitoring**: Track clone dynamics

## Population Prevalence

| Age Group | CHIP Prevalence | High-Risk CHIP |
|-----------|-----------------|----------------|
| 40-49 | ~2% | <0.5% |
| 50-59 | ~5% | ~1% |
| 60-69 | ~10% | ~2% |
| 70-79 | ~15% | ~4% |
| 80+ | ~20% | ~5% |

## Therapeutic Implications

| Scenario | CHIP Impact | Consideration |
|----------|-------------|---------------|
| CAR-T Therapy | May affect outcomes | Monitor clones |
| Stem Cell Transplant | Donor CHIP matters | Screen donors |
| Chemotherapy | May expand clones | Monitor post-treatment |
| Cardiovascular | Increased risk | Aggressive prevention |

## 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

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →