Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.
Run this command in Claude Code to install the skill
/install https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/pydicomInstall to your personal skills directory (~/.claude/skills/pydicom/)
# Create skill directory
mkdir -p ~/.claude/skills/pydicom
# Download SKILL.md from GitHub
curl -sL "https://raw.githubusercontent.com/K-Dense-AI/claude-scientific-skills/main/scientific-skills/pydicom/SKILL.md" \
-o ~/.claude/skills/pydicom/SKILL.mdTarget: ~/.claude/skills/pydicom/
Visit the GitHub repository to view the full documentation for pydicom.
Read full documentationScientific & Research
Skills for scientific computing, bioinformatics, and research
Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.