What problem does it solve?
This Skill removes the repetitive and error-prone work of writing ingestion scripts for finalized multimodal collections, ensuring raw dataset files are streamed into a Homeobox atlas with correct feature registration and row alignment.
Core Features & Use Cases
- Loader Generation: Define per-feature-space loaders that convert raw DATA files into Homeobox readers and return the required metadata.
- Reader Selection: Choose built-in readers for AnnData, COO triplets, or fragments, with guidance for implementing custom readers when necessary.
- Validation and Reproducibility: Enforce finalized-table contracts, feature schema compatibility, row ordering, idempotent ingestion, and optional post-ingestion feature-oriented copies.
- Use Case: Given a finalized collection containing gene expression and image feature datasets, create loaders for each feature space, ingest them into one atlas, and inspect the resulting ingestion report.
Quick Start
Use the write-ingestion-script skill to create an ingestion script for my finalized collection, selecting appropriate readers for each feature space and validating the resulting report.