name: computational-pathology-agent
description: Analyze Whole Slide Images (WSI) for digital pathology, including tissue segmentation and feature extraction.
keywords:
- wsi
- digital-pathology
- deep-learning
- resnet
- openslide
measurable_outcome: Preprocess and extract tissue patches from a 1GB+ .svs slide within 15 minutes for downstream ML tasks.
license: MIT
metadata:
author: MD BABU MIA, PhD
version: "1.0.0"
compatibility:
- system: python 3.9+
allowed-tools:
- run_shell_command
- read_file
- write_file
Computational Pathology Agent
Version: 1.0.0
Author: MD BABU MIA, PhD
Date: February 2026
Overview
This agent specializes in the analysis of Whole Slide Images (WSIs) for digital pathology. It leverages Deep Learning models (ResNet, ViT, HoverNet) to perform segmentation, classification, and feature extraction from gigapixel histology images.
Capabilities
WSI Handling: Efficient reading/tiling of .svs, .ndpi, .tiff files (using OpenSlide/TiffSlide).
Tissue Segmentation: Separation of tissue from background.
Patch Extraction: Automated generation of patches for ML training/inference.
Nuclei Segmentation: Integration with StarDist/HoverNet for cellular analysis.
Feature Extraction: Generating feature vectors for slide-level clustering.
1---2name: computational-pathology-agent3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: computational-pathology-agent20description: Analyze Whole Slide Images (WSI) for digital pathology, including tissue segmentation and feature extraction.21keywords:22 - wsi23 - digital-pathology24 - deep-learning25 - resnet26 - openslide27measurable_outcome: Preprocess and extract tissue patches from a 1GB+ .svs slide within 15 minutes for downstream ML tasks.28license: MIT29metadata:30 author: MD BABU MIA, PhD31 version: "1.0.0"32compatibility:33 - system: python 3.9+34allowed-tools:35 - run_shell_command36 - read_file37 - write_file38---3940# Computational Pathology Agent4142**Version:** 1.0.043**Author:** MD BABU MIA, PhD44**Date:** February 20264546## Overview47This agent specializes in the analysis of Whole Slide Images (WSIs) for digital pathology. It leverages Deep Learning models (ResNet, ViT, HoverNet) to perform segmentation, classification, and feature extraction from gigapixel histology images.4849## Capabilities501. **WSI Handling:** Efficient reading/tiling of .svs, .ndpi, .tiff files (using OpenSlide/TiffSlide).512. **Tissue Segmentation:** Separation of tissue from background.523. **Patch Extraction:** Automated generation of patches for ML training/inference.534. **Nuclei Segmentation:** Integration with StarDist/HoverNet for cellular analysis.545. **Feature Extraction:** Generating feature vectors for slide-level clustering.5556## Usage57```python58from Skills.Pathology_AI.Computational_Pathology_Agent.wsi_analyzer import WSIAnalyzer5960# Initialize61path_agent = WSIAnalyzer(slide_path="./data/biopsy_001.svs")6263# Extract tissue patches64path_agent.extract_patches(patch_size=256, level=1)6566# Analyze Nuclei (requires model weights)67# path_agent.segment_nuclei()68```6970## Requirements71* openslide-python72* opencv-python73* pytorch74* scikit-image7576<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add biotender-max/computational-pathology-agent in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<!-- It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
BioTender-max (@biotender-max) published this skill. Their other Agent Skills are listed on their SkillMD profile.