Agent skill · Data & Analytics

pathology-roi-selector

Select and extract regions of interest (ROI) from whole slide images (WSI) for AI training data preparation and pathology research.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pathology-roi-selector --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-ml/pathology-roi-selector/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Pathology ROI Selector Select and extract regions of interest from whole slide images (WSI) for AI model training, tissue microarray creation, and pathology research. ## Input Validation This skill accepts: whole slide image files (SVS, NDPI, TIFF, or compatible WSI formats) for automated region of interest selection and extraction. If the request does not involve selecting ROIs from a whole slide image — for example, asking to perform cell segmentation, run stain normalization, or analyze non-pathology images — do not proceed. Instead respond: > "pathology-roi-selector is designed to select and extract regions of interest from whole slide images. Your request appears to be outside this scope. Please provide a WSI file path with tissue type parameters, or use a more appropriate tool for your task." ## When to Use - Extracting tumor-rich or tissue-specific regions from whole slide images for AI training datasets - Creating tissue microarray sampling coordinates - Generating quality-controlled crops for pathology education or research - Automating ROI selection with reproducible, documented parameters ## Quick Check ```bash python -m py_compile scripts/main.py python scripts/main.p

What's inside
Steps it walks through
  1. Input Validation
  2. When to Use
  3. Quick Check
  4. Workflow
  5. Parameters
  6. Usage
  7. Output
  8. Example
  9. Error Handling
  10. Fallback Template
  11. Response Template
  12. Prerequisites
Ships with 1 file
  • metadata.json
Commands it runs
python -m py_compile scripts/main.py
python scripts/main.py --help
pip install openslide-python  # required for real WSI analysis
More from claude-skill-registry
All skills →
About this skill
What does the pathology-roi-selector skill do?

Select and extract regions of interest (ROI) from whole slide images (WSI) for AI training data preparation and pathology research.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pathology-roi-selector --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 majiayu000/claude-skill-registry, a repository with 534 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