tile-snake-pattern-stitching

Reorder SNAKE-pattern microscopy tiles into stitch-ready sequences in Python.

3|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/smith6jt-cop/Skills_Registry --skill tile-snake-pattern-stitching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tile-snake-pattern-stitching
Source: https://github.com/smith6jt-cop/Skills_Registry/tree/main/plugins/kintsugi/tile-snake-pattern-stitching/skills/tile-snake-pattern-stitching
Command: npx skills add https://github.com/smith6jt-cop/Skills_Registry --skill tile-snake-pattern-stitching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fixes image stitching failures caused by incorrect tile ordering for SNAKE acquisition patterns.

Quick Start

Process the current microscopy tiles using the correct SNAKE pattern coordinates for accurate alignment and reconstruction.

Quick Start

Process the current tile set using the verified SNAKE pattern coordinates for proper stitching.

Frequently Asked Questions about tile-snake-pattern-stitching

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

FAQPage Schema
How do I fix tile ordering for SNAKE pattern microscopy stitching?

SNAKE pattern tile ordering corrects the sequence of multiplex microscopy tiles acquired with alternating row directions. This Skill reorders tiles from acquisition order to grid positions, ensuring proper alignment before stitching in CODEX-like imaging workflows across arbitrary grid sizes.

What is a SNAKE pattern in microscopy tile acquisition?

A SNAKE pattern captures microscopy tiles by traversing rows in alternating directions—left-to-right, then right-to-left—to optimize stage movement during multiplex imaging. This acquisition method requires coordinate remapping during stitching to prevent misalignment.

Can I use this for position-based filename renaming in my tile workflow?

Yes. This Skill handles both position-based filenames and acquisition-order renaming, mapping tiles from their original acquisition sequence to grid coordinates and producing stitch-ready tile sequences with corrected naming.

Does this Skill support GPU acceleration for large tile sets?

Yes. The Skill is CuPy-enabled for GPU acceleration when available, allowing faster tile reordering in Python-based pipelines processing large multiplex microscopy datasets.

When should I apply SNAKE pattern tile correction in my stitching workflow?

Apply SNAKE pattern correction immediately after tile acquisition and before stitching, whenever multiplex microscopy tiles were captured with alternating row directions. It corrects coordinate mismatches that cause stitching failures.

What tile grid sizes does SNAKE pattern coordinate generation support?

SNAKE pattern coordinate sequences are generated for arbitrary grid sizes, accommodating variable dimensions in multiplex microscopy tile layouts without pre-defined size constraints.