benchflow-ai / sam-cell-seg
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/sam-cell-seg && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3248" && unzip -o skill.zip -d .claude/skills/sam-cell-seg && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/sam-cell-seg/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Guidance for SAM-based cell segmentation and mask conversion tasks involving MobileSAM, mask-to-polygon conversion, CSV processing, and command-line interface design. This skill applies when working with Segment Anything Model (SAM) for biological image segmentation, converting binary masks to polygon coordinates, processing microscopy data, or building CLI tools that interface with deep learning models. (project)