File contents
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
NGF Analysis : AI-enhanced next-generation flow cytometry for MRD detection at 10^-5 to 10^-6 sensitivity.
NGS Clonotype Tracking : Analyze IGH/IGK/IGL rearrangements for molecular MRD.
Mass Spectrometry : MALDI-TOF or LC-MS/MS for M-protein detection.
Multi-Modal Integration : Combine modalities for comprehensive MRD assessment.
Kinetic Modeling : Track MRD dynamics and predict outcomes.
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
Input : Flow cytometry FCS files, NGS clonotype data, M-protein MS data, clinical parameters.
NGF Analysis : AI-assisted gating and aberrant plasma cell identification.
NGS Analysis : Clonotype frequency calculation and threshold application.
MS Analysis : M-protein peak detection and quantification.
Integration : Combine multi-modal MRD data.
Kinetics : Model MRD trajectory and predict outcomes.
Output : MRD status, response category, prognostic estimate.
Example Usage
User : "Analyze MRD status for this myeloma patient using flow and NGS data."
Agent Action :
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 :
Identify dominant clone at diagnosis (IGH/IGK/IGL)
Design clone-specific assay or use multiplex (clonoSEQ)
Track clonal frequency in follow-up samples
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
Circulating tumor cells : Blood-based PC detection
Cell-free DNA : Myeloma-specific mutations
Imaging : PET/MRI for extramedullary disease
Serum-based NGS : M-protein sequencing
Author
AI Group - Biomedical AI Platform
1 --- 2 name: myeloma-mrd-agent 3 description: <!-- 4 --- 5 <!-- 6 # COPYRIGHT NOTICE 7 # This file is part of the "Universal Biomedical Skills" project. 8 # Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu> 9 # All Rights Reserved. 10 # 11 # This code is proprietary and confidential. 12 # Unauthorized copying of this file, via any medium is strictly prohibited. 13 # 14 # Provenance: Authenticated by MD BABU MIA 15 16 --> 17 18 --- 19 name: 'myeloma-mrd-agent' 20 description: 'AI-powered minimal residual disease (MRD) analysis for multiple myeloma using next-generation flow cytometry, NGS, and mass spectrometry approaches.' 21 measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. 22 allowed-tools: 23 - read_file 24 - run_shell_command 25 --- 26 27 28 # Myeloma MRD Agent 29 30 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. 31 32 ## When to Use This Skill 33 34 * When assessing MRD status in multiple myeloma patients post-treatment. 35 * To select optimal MRD testing modality (NGF vs NGS vs MS). 36 * For predicting progression-free survival based on MRD kinetics. 37 * When integrating MRD with other response criteria (IMWG). 38 * To guide treatment intensification or de-escalation decisions. 39 40 ## Core Capabilities 41 42 1. **NGF Analysis**: AI-enhanced next-generation flow cytometry for MRD detection at 10^-5 to 10^-6 sensitivity. 43 44 2. **NGS Clonotype Tracking**: Analyze IGH/IGK/IGL rearrangements for molecular MRD. 45 46 3. **Mass Spectrometry**: MALDI-TOF or LC-MS/MS for M-protein detection. 47 48 4. **Multi-Modal Integration**: Combine modalities for comprehensive MRD assessment. 49 50 5. **Kinetic Modeling**: Track MRD dynamics and predict outcomes. 51 52 6. **Response Classification**: Apply IMWG MRD criteria. 53 54 ## MRD Detection Methods 55 56 | Method | Sensitivity | Sample | Advantages | 57 |--------|-------------|--------|------------| 58 | NGF (EuroFlow) | 10^-5 to 10^-6 | BM | Standardized, fast | 59 | NGS (clonoSEQ) | 10^-6 | BM | Ultra-sensitive | 60 | ASO-qPCR | 10^-5 | BM | Quantitative | 61 | PET-CT | N/A | Whole body | Extramedullary | 62 | MS (MALDI/LC-MS) | 10^-5 | Serum | Non-invasive | 63 64 ## IMWG MRD Response Criteria 65 66 | Category | Definition | 67 |----------|------------| 68 | MRD-negative (10^-5) | No clonal plasma cells by NGF or NGS at 10^-5 | 69 | MRD-negative (10^-6) | No clonal plasma cells at 10^-6 sensitivity | 70 | Sustained MRD-neg | MRD-neg confirmed ≥1 year apart | 71 | Flow MRD-neg | NGF negative, sensitivity ≥10^-5 | 72 | Sequencing MRD-neg | NGS negative, sensitivity ≥10^-5 | 73 74 ## Workflow 75 76 1. **Input**: Flow cytometry FCS files, NGS clonotype data, M-protein MS data, clinical parameters. 77 78 2. **NGF Analysis**: AI-assisted gating and aberrant plasma cell identification. 79 80 3. **NGS Analysis**: Clonotype frequency calculation and threshold application. 81 82 4. **MS Analysis**: M-protein peak detection and quantification. 83 84 5. **Integration**: Combine multi-modal MRD data. 85 86 6. **Kinetics**: Model MRD trajectory and predict outcomes. 87 88 7. **Output**: MRD status, response category, prognostic estimate. 89 90 ## Example Usage 91 92 **User**: "Analyze MRD status for this myeloma patient using flow and NGS data." 93 94 **Agent Action**: 95 ```bash 96 python3 Skills/Hematology/Myeloma_MRD_Agent/myeloma_mrd.py \ 97 --flow_fcs bone_marrow_ngf.fcs \ 98 --ngs_clonotype clonoseq_results.json \ 99 --ms_mprotein maldi_spectrum.csv \ 100 --baseline_clone diagnosis_clone.json \ 101 --treatment_phase post_consolidation \ 102 --output mrd_report.json 103 ``` 104 105 ## NGF Panel (EuroFlow-Based) 106 107 **Tube 1**: CD138/CD38/CD45/CD19/CD56/CD27/CD81/CD117 108 109 **Aberrant Plasma Cell Phenotype**: 110 - CD138+, CD38++ 111 - CD19- or dim (normal PC: CD19+) 112 - CD56+ (normal PC: CD56-) 113 - CD45- or dim (normal PC: CD45+) 114 - CD27- or dim 115 - CD117+ (often aberrant) 116 117 ## AI-Assisted Flow Cytometry 118 119 **Automated Gating**: 120 - CNN-based plasma cell identification 121 - Aberrant vs normal PC discrimination 122 - Consistent quantification across samples 123 124 **Quality Control**: 125 - Sample adequacy assessment 126 - Hemodilution detection 127 - Event count validation 128 129 ## NGS Clonotype Analysis 130 131 **Process**: 132 1. Identify dominant clone at diagnosis (IGH/IGK/IGL) 133 2. Design clone-specific assay or use multiplex (clonoSEQ) 134 3. Track clonal frequency in follow-up samples 135 4. Apply MRD threshold (typically 10^-5 or 10^-6) 136 137 **Considerations**: 138 - Clonal evolution may affect tracking 139 - Biclonal disease requires tracking both 140 - IGK/IGL backup if IGH fails 141 142 ## Prognostic Significance 143 144 | MRD Status | PFS HR | OS HR | 145 |------------|--------|-------| 146 | MRD-neg (10^-5) | 0.35-0.45 | 0.40-0.50 | 147 | MRD-neg (10^-6) | 0.25-0.35 | 0.30-0.40 | 148 | Sustained MRD-neg | 0.20-0.30 | 0.25-0.35 | 149 150 ## Clinical Decision Support 151 152 **MRD-Guided Treatment**: 153 - De-escalation in sustained MRD-neg 154 - Intensification if MRD conversion 155 - Maintenance duration decisions 156 157 **Monitoring Frequency**: 158 - Post-induction 159 - Post-consolidation 160 - Post-transplant (Day +100) 161 - Every 6-12 months on maintenance 162 163 ## Prerequisites 164 165 * Python 3.10+ 166 * FlowJo or equivalent for FCS files 167 * NGS analysis pipelines 168 * Mass spectrometry processing tools 169 170 ## Related Skills 171 172 * Flow_Cytometry_AI - For general flow analysis 173 * Multiple_Myeloma_AI - For disease-specific analysis 174 * Liquid_Biopsy_Analytics_Agent - For ctDNA approaches 175 176 ## Emerging Methods 177 178 1. **Circulating tumor cells**: Blood-based PC detection 179 2. **Cell-free DNA**: Myeloma-specific mutations 180 3. **Imaging**: PET/MRI for extramedullary disease 181 4. **Serum-based NGS**: M-protein sequencing 182 183 ## Author 184 185 AI Group - Biomedical AI Platform 186 187 188 <!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
BioTender-max/awesome-bio-agent-skills/tree/main/skills/openclaw/myeloma-mrd-agent commit f951fb0fb7
Frequently asked questions How do I install the Myeloma Mrd Agent skill? Run npx skillmds@latest add biotender-max/myeloma-mrd-agent in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Myeloma Mrd Agent skill do? <!-- It is listed under AI & ML on SkillMD.
Is Myeloma Mrd Agent safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Myeloma Mrd Agent? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Myeloma Mrd Agent free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Myeloma Mrd Agent? BioTender-max (@biotender-max) published this skill. Their other Agent Skills are listed on their SkillMD profile.