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

Myeloma Mrd Agent

ASecurity

--> --- name: 'myeloma-mrd-agent' description: 'AI-powered minimal residual disease (MRD) analysis for multiple myeloma using next-generation flow cytometry, NGS, and mass spectrometry approaches.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Myeloma MRD Agent** provides comprehensive AI-driven minimal residual disease assessment for multiple myeloma. It integrates next-generation flow cyt...

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

Works with

cli

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill myeloma-mrd-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Myeloma Mrd Agent?

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

Security grade badge for Myeloma Mrd Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-myeloma-mrd-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-myeloma-mrd-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: 'myeloma-mrd-agent'
description: 'AI-powered minimal residual disease (MRD) analysis for multiple myeloma using next-generation flow cytometry, NGS, and mass spectrometry approaches.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Myeloma MRD Agent

The **Myeloma MRD Agent** provides comprehensive AI-driven minimal residual disease assessment for multiple myeloma. It integrates next-generation flow cytometry (NGF), NGS-based clonotype tracking, and mass spectrometry M-protein detection for ultra-sensitive MRD monitoring.

## When to Use This Skill

* When assessing MRD status in multiple myeloma patients post-treatment.
* To select optimal MRD testing modality (NGF vs NGS vs MS).
* For predicting progression-free survival based on MRD kinetics.
* When integrating MRD with other response criteria (IMWG).
* To guide treatment intensification or de-escalation decisions.

## Core Capabilities

1. **NGF Analysis**: AI-enhanced next-generation flow cytometry for MRD detection at 10^-5 to 10^-6 sensitivity.

2. **NGS Clonotype Tracking**: Analyze IGH/IGK/IGL rearrangements for molecular MRD.

3. **Mass Spectrometry**: MALDI-TOF or LC-MS/MS for M-protein detection.

4. **Multi-Modal Integration**: Combine modalities for comprehensive MRD assessment.

5. **Kinetic Modeling**: Track MRD dynamics and predict outcomes.

6. **Response Classification**: Apply IMWG MRD criteria.

## MRD Detection Methods

| Method | Sensitivity | Sample | Advantages |
|--------|-------------|--------|------------|
| NGF (EuroFlow) | 10^-5 to 10^-6 | BM | Standardized, fast |
| NGS (clonoSEQ) | 10^-6 | BM | Ultra-sensitive |
| ASO-qPCR | 10^-5 | BM | Quantitative |
| PET-CT | N/A | Whole body | Extramedullary |
| MS (MALDI/LC-MS) | 10^-5 | Serum | Non-invasive |

## IMWG MRD Response Criteria

| Category | Definition |
|----------|------------|
| MRD-negative (10^-5) | No clonal plasma cells by NGF or NGS at 10^-5 |
| MRD-negative (10^-6) | No clonal plasma cells at 10^-6 sensitivity |
| Sustained MRD-neg | MRD-neg confirmed ≥1 year apart |
| Flow MRD-neg | NGF negative, sensitivity ≥10^-5 |
| Sequencing MRD-neg | NGS negative, sensitivity ≥10^-5 |

## Workflow

1. **Input**: Flow cytometry FCS files, NGS clonotype data, M-protein MS data, clinical parameters.

2. **NGF Analysis**: AI-assisted gating and aberrant plasma cell identification.

3. **NGS Analysis**: Clonotype frequency calculation and threshold application.

4. **MS Analysis**: M-protein peak detection and quantification.

5. **Integration**: Combine multi-modal MRD data.

6. **Kinetics**: Model MRD trajectory and predict outcomes.

7. **Output**: MRD status, response category, prognostic estimate.

## Example Usage

**User**: "Analyze MRD status for this myeloma patient using flow and NGS data."

**Agent Action**:
```bash
python3 Skills/Hematology/Myeloma_MRD_Agent/myeloma_mrd.py \
    --flow_fcs bone_marrow_ngf.fcs \
    --ngs_clonotype clonoseq_results.json \
    --ms_mprotein maldi_spectrum.csv \
    --baseline_clone diagnosis_clone.json \
    --treatment_phase post_consolidation \
    --output mrd_report.json
```

## NGF Panel (EuroFlow-Based)

**Tube 1**: CD138/CD38/CD45/CD19/CD56/CD27/CD81/CD117

**Aberrant Plasma Cell Phenotype**:
- CD138+, CD38++
- CD19- or dim (normal PC: CD19+)
- CD56+ (normal PC: CD56-)
- CD45- or dim (normal PC: CD45+)
- CD27- or dim
- CD117+ (often aberrant)

## AI-Assisted Flow Cytometry

**Automated Gating**:
- CNN-based plasma cell identification
- Aberrant vs normal PC discrimination
- Consistent quantification across samples

**Quality Control**:
- Sample adequacy assessment
- Hemodilution detection
- Event count validation

## NGS Clonotype Analysis

**Process**:
1. Identify dominant clone at diagnosis (IGH/IGK/IGL)
2. Design clone-specific assay or use multiplex (clonoSEQ)
3. Track clonal frequency in follow-up samples
4. Apply MRD threshold (typically 10^-5 or 10^-6)

**Considerations**:
- Clonal evolution may affect tracking
- Biclonal disease requires tracking both
- IGK/IGL backup if IGH fails

## Prognostic Significance

| MRD Status | PFS HR | OS HR |
|------------|--------|-------|
| MRD-neg (10^-5) | 0.35-0.45 | 0.40-0.50 |
| MRD-neg (10^-6) | 0.25-0.35 | 0.30-0.40 |
| Sustained MRD-neg | 0.20-0.30 | 0.25-0.35 |

## Clinical Decision Support

**MRD-Guided Treatment**:
- De-escalation in sustained MRD-neg
- Intensification if MRD conversion
- Maintenance duration decisions

**Monitoring Frequency**:
- Post-induction
- Post-consolidation
- Post-transplant (Day +100)
- Every 6-12 months on maintenance

## Prerequisites

* Python 3.10+
* FlowJo or equivalent for FCS files
* NGS analysis pipelines
* Mass spectrometry processing tools

## Related Skills

* Flow_Cytometry_AI - For general flow analysis
* Multiple_Myeloma_AI - For disease-specific analysis
* Liquid_Biopsy_Analytics_Agent - For ctDNA approaches

## Emerging Methods

1. **Circulating tumor cells**: Blood-based PC detection
2. **Cell-free DNA**: Myeloma-specific mutations
3. **Imaging**: PET/MRI for extramedullary disease
4. **Serum-based NGS**: M-protein sequencing

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