cellpose-cell-segmentation

Segment cells and nuclei in microscopy images using pre-trained Cellpose models.

298|27|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill cellpose-cell-segmentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cellpose-cell-segmentation
Source: https://github.com/jaechang-hits/SciAgent-Skills/tree/main/skills/cell-biology/cellpose-cell-segmentation
Command: npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill cellpose-cell-segmentation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cellpose, numpy, matplotlib, scikit-image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the segmentation of cells and nuclei in microscopy images, overcoming the limitations of traditional methods when dealing with varying image conditions or touching cells.

Core Features & Use Cases

  • Deep Learning Segmentation: Utilizes pre-trained models for robust cell and nucleus identification.
  • Generalization: Works across diverse cell types, magnifications, and staining conditions without retraining.
  • Output: Generates label masks compatible with downstream analysis tools like scikit-image for morphology measurements and TrackPy for tracking.
  • Use Case: Automatically segment thousands of cells in fluorescence microscopy images for high-throughput analysis of cell populations.

Quick Start

Use the cellpose-cell-segmentation skill to segment cells in the provided image file 'cells.tif'.

Frequently Asked Questions about cellpose-cell-segmentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate cell segmentation in microscopy images using deep learning?

Automate cell segmentation in microscopy images by applying pre-trained deep learning models to identify cells and nuclei. This approach handles varying image conditions and touching cells, generating label masks for downstream morphology analysis and tracking.

Does cellpose work with brightfield and fluorescence images without retraining?

Cellpose works with both brightfield and fluorescence images without requiring retraining. The pre-trained models generalize across diverse cell types, magnifications, and staining conditions to perform robust cell and nucleus identification.

Can I use scikit-image for morphology analysis after segmenting cells?

You can use scikit-image for morphology analysis after cell segmentation because the output generates compatible label masks. These masks integrate directly with scikit-image for measurements and TrackPy for tracking in downstream bioimage analysis workflows.

What is the best way to segment touching cells in high-throughput fluorescence microscopy?

The best way to segment touching cells in high-throughput fluorescence microscopy is using deep learning-based segmentation with pre-trained models. This method automatically segments thousands of cells, overcoming traditional limitations when handling varying image conditions.

Do I need numpy and matplotlib installed to run deep learning cell segmentation?

You need numpy and matplotlib installed along with cellpose and scikit-image to run deep learning cell segmentation. These Python packages are required dependencies for handling image processing and generating segmentation masks.