Agent skill

medical-imaging-guide

Medical image analysis with deep learning for research applications

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill medical-imaging-guide --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/domains/biomedical/medical-imaging-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Medical Imaging Guide A skill for applying deep learning to medical image analysis in research settings. Covers common imaging modalities, preprocessing pipelines, architecture selection for classification and segmentation tasks, handling small datasets with transfer learning and data augmentation, evaluation metrics specific to medical imaging, and regulatory and ethical considerations for clinical translation. ## Imaging Modalities and Data Characteristics ### Common Modalities in Research ``` Modality Overview: X-ray / Radiography: - 2D grayscale images - Resolution: typically 2000x2000 to 4000x4000 pixels - Format: DICOM (.dcm) - Common tasks: pneumonia detection, fracture detection, cardiomegaly screening - Dataset examples: CheXpert, MIMIC-CXR, NIH ChestX-ray14 CT (Computed Tomography): - 3D volumetric data (stack of 2D slices) - Resolution: 512x512 per slice, 50-500+ slices - Format: DICOM series, NIfTI (.nii.gz) - Common tasks: lung nodule detection, organ segmentation, COVID-19 screening - Dataset examples: LUNA16, DeepLesion, TotalSegmentator MRI (Magnetic Resonance Imaging): - 3D volumetric, multiple sequences (T1, T2, FLAIR, DWI) - Resolution: 256x256 to 512x512 per s

What's inside
Steps it walks through
  1. Imaging Modalities and Data Characteristics
  2. Common Modalities in Research
  3. Preprocessing Pipeline
  4. Standard Preprocessing Steps
  5. Model Architecture Selection
  6. Task-Specific Architectures
  7. Handling Small Datasets
  8. Data Augmentation for Medical Images
  9. Transfer Learning Strategies
  10. Evaluation Metrics
  11. Medical Imaging Specific Metrics
  12. Ethical and Regulatory Considerations
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the medical-imaging-guide skill do?

Medical image analysis with deep learning for research applications

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill medical-imaging-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going