Dicom Mri Skill
Description
Claude Code skill: analyze medical DICOM imaging (MRI, CT) end-to-end — render slices, find clinical findings, generate plain-language reports
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
dicom-mri — Claude Code Skill
A Claude Code skill that analyzes medical DICOM imaging studies (MRI, CT, X-ray) end-to-end — from raw files on a disc or drive, to rendered images, to written reports in clinical or plain language.
What it does
- Discovers DICOM data from a mounted CD/DVD, USB drive, or local directory
- Extracts patient and study metadata across all series
- Renders every series as PNG slice-grid images so Claude can visually inspect them
- Analyzes the imaging systematically — rotator cuff, labrum, bone marrow, tendons, cartilage, etc.
- Generates structured reports in two formats:
- Clinical report — for the patient's doctor, uses medical terminology
- Plain-language report — for the patient and family, no jargon
- Optionally generates treatment recommendations with phased recovery timelines
Install
# Clone the repo
git clone https://github.com/yamz8/dicom-mri-skill.git
# Copy the skill to your Claude skills directory
cp -r dicom-mri-skill ~/.claude/skills/dicom-mri
Or install directly in Claude Code:
/install-skill https://github.com/yamz8/dicom-mri-skill
Dependencies
# Arch / Omarchy
omarchy-pkg-add python-pydicom python-numpy python-matplotlib
# Debian / Ubuntu
sudo apt install python3-pydicom python3-numpy python3-matplotlib
# pip
pip3 install pydicom numpy matplotlib
Usage
Once installed, just tell Claude about your scan:
*"I have an MRI CD in my disc reader, can you analyze it?"* *"My doctor gave me a CD after my knee MRI. Can you tell me what's on it in plain language?"* *"Analyze the DICOM files at /path/to/scan and generate a report"*
Claude will handle the rest.
Bundled scripts
| Script | Purpose |
|---|---|
scripts/check_deps.py |
Verify required Python packages are installed |
scripts/extract_metadata.py |
Print a structured summary of all series metadata |
scripts/render_dicom.py |
Render series to P |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11