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

Bone Marrow Ai Agent

ASecurity

--> --- name: 'bone-marrow-ai-agent' description: 'AI-powered bone marrow morphology analysis, cell classification, and hematologic disorder diagnosis using deep learning on aspirate and biopsy images.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Bone Marrow AI Agent** provides comprehensive AI-driven analysis of bone marrow aspirate and biopsy specimens. It performs automated cell identi...

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

Works with

cliapi

Security Analysis

A100/100

Scanned 5/30/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill bone-marrow-ai-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Bone Marrow Ai Agent?

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

Security grade badge for Bone Marrow Ai Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-bone-marrow-ai-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-bone-marrow-ai-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: 'bone-marrow-ai-agent'
description: 'AI-powered bone marrow morphology analysis, cell classification, and hematologic disorder diagnosis using deep learning on aspirate and biopsy images.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Bone Marrow AI Agent

The **Bone Marrow AI Agent** provides comprehensive AI-driven analysis of bone marrow aspirate and biopsy specimens. It performs automated cell identification, differential counting, morphological assessment, and pattern recognition for hematologic disease diagnosis.

## When to Use This Skill

* When performing automated bone marrow differential counts from aspirate smears.
* To identify morphological abnormalities (dysplasia, blasts, abnormal cells).
* For pattern recognition in myelodysplastic syndromes (MDS), leukemias, and other disorders.
* When assessing cellularity, fibrosis, and infiltration in trephine biopsies.
* To standardize morphological assessment across institutions.

## Core Capabilities

1. **Cell Classification**: Deep learning identification and classification of 15+ bone marrow cell types with >95% accuracy.

2. **Automated Differential**: Rapid 500-cell differential counts from digital aspirate images.

3. **Dysplasia Detection**: AI recognition of dyserythropoiesis, dysgranulopoiesis, and dysmegakaryopoiesis.

4. **Blast Quantification**: Accurate blast percentage enumeration for AML/MDS classification.

5. **Biopsy Analysis**: Cellularity estimation, fibrosis grading, and infiltration pattern recognition.

6. **Quality Assessment**: Automated specimen adequacy and hemodilution detection.

## Cell Types Classified

| Lineage | Cell Types | Key Features |
|---------|------------|--------------|
| Erythroid | Pronormoblast, basophilic, polychromatic, orthochromatic | Size, chromatin, cytoplasm color |
| Myeloid | Myeloblast, promyelocyte, myelocyte, metamyelocyte, band, seg | Granules, nuclear shape |
| Monocytic | Monoblast, promonocyte, monocyte | Nuclear folding, cytoplasm |
| Lymphoid | Lymphocyte, plasma cell | Size, chromatin density |
| Megakaryocytic | Megakaryocytes (all stages) | Size, nuclear lobation |
| Other | Mast cells, osteoblasts, osteoclasts | Distinctive morphology |

## Workflow

1. **Input**: Bone marrow aspirate images (Wright-Giemsa stained) or biopsy sections (H&E).

2. **Preprocessing**: Color normalization, focus stacking, region of interest selection.

3. **Cell Detection**: Instance segmentation to identify individual cells.

4. **Classification**: CNN/CoAtNet model assigns cell type labels.

5. **Differential**: Aggregate counts and calculate percentages.

6. **Pattern Recognition**: Identify disease-associated morphological patterns.

7. **Output**: Differential count, morphology report, diagnostic suggestions.

## Example Usage

**User**: "Analyze this bone marrow aspirate smear and provide a differential count with morphological assessment."

**Agent Action**:
```bash
python3 Skills/Hematology/Bone_Marrow_AI_Agent/bm_analyzer.py \
    --image aspirate_smear.tiff \
    --stain wright_giemsa \
    --target_cells 500 \
    --assess_dysplasia true \
    --model coatnet_bm_v2 \
    --output bm_report.json
```

## Model Architecture

**CoAtNet Hybrid Model**:
- Combines CNN (local features) with Transformer (global context)
- Pre-trained on 100,000+ annotated bone marrow cells
- Achieves >95% accuracy on cell classification
- Real-time inference (<1 second per cell)

**Training Data Sources**:
- Munich AML Morphology Dataset (Matek et al.)
- Multi-institutional bone marrow collections
- Expert hematopathologist annotations

## Diagnostic Pattern Recognition

| Pattern | Associated Conditions | AI Features |
|---------|----------------------|-------------|
| Increased blasts | AML, MDS, ALL | Blast%, CD34 correlation |
| Dysplastic features | MDS, AML-MRC | Hypolobation, ring sideroblasts |
| Left shift | Infection, CML, recovery | Myeloid maturation pyramid |
| Plasma cell infiltration | Myeloma, MGUS | Plasma cell%, morphology |
| Lymphoid aggregates | CLL, lymphoma | Pattern, location |

## FDA-Cleared and Research Systems

| System | Approval | Application |
|--------|----------|-------------|
| CellaVision | FDA cleared | Peripheral blood and BM |
| Scopio Labs X100 | FDA cleared | Full-field digital morphology |
| Techcyte | Research | AI-powered hematology |
| Morphogo | Research | Deep learning cytology |

## Quality Metrics

**Performance Benchmarks**:
- Cell classification accuracy: >95%
- Blast detection sensitivity: >98%
- Dysplasia recognition: >90% concordance with experts
- Processing speed: 500-cell differential in <2 minutes

**Quality Flags**:
- Hemodilution detection
- Specimen adequacy assessment
- Staining quality evaluation
- Artifacts and debris identification

## Prerequisites

* Python 3.10+
* PyTorch with CoAtNet/ViT models
* OpenCV for image processing
* Digital pathology scanner or microscope camera

## Related Skills

* Flow_Cytometry_AI - For immunophenotyping correlation
* AML_Classification - For WHO/ICC AML subtyping
* MDS_Diagnosis - For MDS-specific analysis

## Clinical Integration

1. **LIS Interface**: HL7/FHIR export of results
2. **Quality Assurance**: Flagging for pathologist review
3. **Documentation**: Automated report generation
4. **Audit Trail**: All AI decisions logged

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