cell-detection

Segment cells in fluorescence microscopy images with Cellpose and extract morphology metrics.

Updated May 10, 2026
One-click install
npx skills add https://github.com/MubasherMohammed/opencode-BioInfo --skill cell-detection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cell-detection
Source: https://github.com/MubasherMohammed/opencode-BioInfo/tree/main/python/skills/cell-detection
Command: npx skills add https://github.com/MubasherMohammed/opencode-BioInfo --skill cell-detection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cellpose>=4.0, tifffile, Pillow, numpy, matplotlib, scikit-image, scipy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the segmentation of cells in fluorescence microscopy images, saving time and improving consistency over manual methods.

Core Features & Use Cases

  • Cell Segmentation: Automatically segment cells from fluorescence microscopy images.
  • Morphology Metrics: Extract per-cell metrics such as area, diameter, centroid, and eccentricity.
  • Overlay Figures: Generate overlay figures for visual analysis.
  • Report Generation: Create a comprehensive report with segmentation results and metrics.
  • Use Case: Ideal for researchers and scientists in cell biology who need to analyze cell images from fluorescence microscopy.

Quick Start

Run the cell-detection skill on your fluorescence microscopy image 'image.tif' to segment cells and generate a report.

Frequently Asked Questions about cell-detection

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

FAQPage Schema
How do I automate cell segmentation in fluorescence microscopy images?

Automating cell segmentation in fluorescence microscopy images is achieved by applying Cellpose to process input TIFF files, detect cellular boundaries, and generate segmentation masks. This skill handles image preprocessing, segmentation, and metric extraction automatically.

What metrics can I extract from segmented cells in microscopy images?

Segmented cells yield per-cell morphology metrics including area, diameter, centroid, and eccentricity. The process outputs these measurements alongside visual overlay figures and a comprehensive report for analyzing fluorescence microscopy data.

Does this cell segmentation approach work with standard TIFF files?

Yes, the cell segmentation pipeline processes standard TIFF files for fluorescence microscopy images. It utilizes tifffile to read input images and applies Cellpose to detect and segment individual cells within the TIFF format.

What is the best way to generate visual overlays for cell segmentation results?

The best way to generate visual overlays for cell segmentation results is to use matplotlib to map segmentation masks onto original microscopy images. This skill automatically produces these overlay figures to facilitate visual analysis of segmented cells.

Do I need Cellpose installed to run fluorescence microscopy cell segmentation?

Yes, you need Cellpose version 4.0 or higher installed to run fluorescence microscopy cell segmentation. The workflow also requires scikit-image, numpy, and tifffile to execute image preprocessing and cell boundary detection successfully.