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

Hemoglobinopathy Analysis Agent

ASecurity

--> --- name: 'hemoglobinopathy-analysis-agent' description: 'AI-powered analysis of hemoglobin disorders including sickle cell disease, thalassemias, and variant hemoglobins using HPLC, electrophoresis, and molecular data.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Hemoglobinopathy Analysis Agent** provides comprehensive AI-driven analysis of hemoglobin disorders. It integrates HPLC ch...

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

Works with

cli

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill hemoglobinopathy-analysis-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Hemoglobinopathy Analysis Agent?

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

Security grade badge for Hemoglobinopathy Analysis Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-hemoglobinopathy-analysis-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-hemoglobinopathy-analysis-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: 'hemoglobinopathy-analysis-agent'
description: 'AI-powered analysis of hemoglobin disorders including sickle cell disease, thalassemias, and variant hemoglobins using HPLC, electrophoresis, and molecular data.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Hemoglobinopathy Analysis Agent

The **Hemoglobinopathy Analysis Agent** provides comprehensive AI-driven analysis of hemoglobin disorders. It integrates HPLC chromatograms, electrophoresis patterns, CBC parameters, and molecular genetics for diagnosis and management of sickle cell disease, thalassemias, and variant hemoglobins.

## When to Use This Skill

* When interpreting HPLC hemoglobin chromatograms for variant identification.
* To diagnose and classify thalassemia syndromes (α, β, δβ).
* For comprehensive sickle cell disease phenotype assessment.
* When correlating genotype with clinical phenotype severity.
* To guide hydroxyurea dosing and transfusion management.

## Core Capabilities

1. **HPLC Interpretation**: AI pattern recognition for hemoglobin variant identification from HPLC chromatograms.

2. **Thalassemia Classification**: Distinguish α-thalassemia (silent carrier to Hb Bart's) and β-thalassemia (minor to major).

3. **Sickle Cell Phenotyping**: Integrate HbS%, HbF%, α-globin status for phenotype prediction.

4. **Variant Identification**: Database matching for >1,500 known hemoglobin variants.

5. **Molecular Correlation**: Link genetic variants (HBB, HBA1/2) to protein phenotypes.

6. **Management Guidance**: Treatment recommendations based on disease severity.

## Hemoglobin Pattern Analysis

| Condition | HbA | HbA2 | HbF | Variants | RBC Indices |
|-----------|-----|------|-----|----------|-------------|
| Normal adult | 96-98% | 2-3% | <1% | - | Normal |
| β-thal trait | 92-95% | 3.5-7% | 1-3% | - | Microcytic |
| β-thal major | 0-10% | Variable | 90-95% | - | Severe anemia |
| α-thal trait | 97-98% | 2-3% | <1% | - | Microcytic |
| HbH disease | 70-90% | 1-2% | <1% | HbH 5-30% | Moderate anemia |
| Sickle trait | 55-60% | 2-3% | <1% | HbS 38-45% | Normal |
| Sickle cell | 0% | 2-3% | 2-20% | HbS 80-95% | Sickle cells |

## Workflow

1. **Input**: HPLC chromatogram, CBC with indices, peripheral smear findings, molecular data (if available).

2. **Pattern Recognition**: AI analysis of HPLC retention times and peak areas.

3. **Variant Matching**: Compare against hemoglobin variant database.

4. **RBC Correlation**: Integrate MCV, MCH, RDW, reticulocyte count.

5. **Phenotype Classification**: Assign clinical phenotype category.

6. **Management**: Generate treatment and monitoring recommendations.

7. **Output**: Diagnosis, variant identification, clinical classification, management plan.

## Example Usage

**User**: "Interpret this HPLC chromatogram showing an abnormal peak and correlate with the CBC findings."

**Agent Action**:
```bash
python3 Skills/Hematology/Hemoglobinopathy_Analysis_Agent/hb_analyzer.py \
    --hplc_data chromatogram.csv \
    --retention_times peak_times.json \
    --cbc cbc_results.json \
    --peripheral_smear smear_findings.txt \
    --molecular hbb_sequencing.vcf \
    --output hb_report.json
```

## Key Hemoglobin Variants

| Variant | Mutation | HPLC Window | Clinical Significance |
|---------|----------|-------------|----------------------|
| HbS | β6 Glu→Val | S window | Sickling disorders |
| HbC | β6 Glu→Lys | C window | HbC disease, HbSC |
| HbE | β26 Glu→Lys | A2/E window | Common in SE Asia |
| HbD-Punjab | β121 Glu→Gln | D window | HbSD-Punjab |
| Hb Lepore | δβ fusion | S window | Thalassemia |
| HbH | β4 tetramer | Fast band | α-thalassemia |
| Hb Bart's | γ4 tetramer | Very fast | Hydrops fetalis |

## AI/ML Components

**HPLC Pattern Recognition**:
- CNN trained on 50,000+ chromatograms
- Identifies peaks by retention time and shape
- Quantifies hemoglobin fractions
- Flags unusual patterns for review

**Phenotype Prediction**:
- Gradient boosting model
- Features: Hb%, HbF%, α-globin genotype, F-cell distribution
- Predicts clinical severity (mild/moderate/severe)
- VOC risk, stroke risk, TCD velocity correlation

**Genotype-Phenotype Correlation**:
- Database of published correlations
- Modifier genes (BCL11A, HBS1L-MYB, α-globin)
- Pharmacogenomics (HU response prediction)

## Clinical Decision Support

**Hydroxyurea Candidacy**:
- Severe phenotype
- ≥3 pain crises/year
- ACS history
- Stroke prevention

**Transfusion Protocols**:
- Simple vs exchange transfusion
- Target HbS% thresholds
- Iron chelation monitoring

**Monitoring Schedule**:
- LDH, reticulocytes, bilirubin
- Ferritin for transfused patients
- TCD for children with SCD

## Prerequisites

* Python 3.10+
* PyTorch for image/signal analysis
* Hemoglobin variant databases
* Clinical lab interface

## Related Skills

* Blood_Smear_Analysis - For morphology assessment
* Variant_Interpretation - For molecular findings
* Flow_Cytometry_AI - For F-cell quantification

## Newborn Screening Integration

- Interpret newborn screening HPLC patterns
- Distinguish FAS (sickle trait) from FS (sickle disease)
- Flag FAE (HbE), FAC (HbC), F-only (β-thal major)
- Generate confirmatory testing recommendations

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