If you're building anything that touches medical imaging, this is your entry point to DICOM files. It handles the full workflow: reading CT/MRI/X-ray data, extracting pixel arrays for analysis, anonymizing patient info before sharing datasets, and converting to standard formats like PNG. The skill covers practical gotchas like applying windowing for proper CT display, handling multi-frame sequences, and dealing with compressed transfers that need extra codecs. DICOM is notoriously finicky with its metadata tags and transfer syntaxes, so having clear examples for both reading existing files and writing new ones from numpy arrays saves real debugging time. Good for radiology pipelines, research datasets, or PACS integration work.
npx skills add https://github.com/k-dense-ai/scientific-agent-skills --skill pydicom