Skip to main content
Back to registry

pydicom

davila7/claude-code-templates

Pydicom is a pure Python package for working with DICOM files, the standard format for medical imaging data. This skill provides guidance on reading, writing, and manipulating DICOM files, including working with pixel data, metadata, and various compression formats.

Installs139
Install command
npx skills add https://github.com/davila7/claude-code-templates --skill pydicom
About this skill
Pydicom is a pure Python package for working with DICOM files, the standard format for medical imaging data. This skill provides guidance on reading, writing, and manipulating DICOM files, including working with pixel data, metadata, and various compression formats. Use this skill when working with: Install pydicom and common dependencies: For handling compressed DICOM files, additional packages may be needed: Read a DICOM file using pydicom.dcmread() : Key points: Extract and manipulate image data from DICOM files: Working with color images: Multi-frame images (videos/series): Use the provided dicom_to_image.py script or convert manually: Use the script: python scripts/dicom_to_image.py input.dcm output.png Modify DICOM data elements: Remove or replace patient identifiable information: Use the provided script: python scripts/anonymize_dicom.py input.dcm output.dcm Create DICOM files from scratch: Handle compressed DICOM files: Common transfer syntaxes: See references/transfer_syntaxes.md for complete list. Handle nested data structures: Work with multiple related DICOM files: This skill includes utility scripts in the scripts/ directory: Anonymize DICOM files by removing or replacing Protected Health Information (PHI). Convert DICOM files to common image formats (PNG, JPEG, TIFF). Extract and display DICOM metadata in a readable format. Detailed reference information is...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does pydicom do?

Pydicom is a pure Python package for working with DICOM files, the standard format for medical imaging data. This skill provides guidance on reading, writing, and manipulating DICOM files, including working with pixel data, metadata, and various compression formats.

Is pydicom good?

pydicom does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does pydicom work with?

pydicom currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to pydicom?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install pydicom?

npx skills add https://github.com/davila7/claude-code-templates --skill pydicom

Related skills

More from davila7/claude-code-templates

Related skills

Alternatives in Software Engineering