What problem does it solve? Biological research teams struggle to keep datasets queryable, traceable, and reproducible across notebooks, pipelines, and storage systems. This Skill guides AI agents through LaminDB, the open-source lineage-native lakehouse, so artifacts, runs, and annotations stay versioned, validated, and FAIR-compliant. ## Core Features & Use Cases - Artifact and lineage management: Register versioned datasets (DataFrame, AnnData, SpatialData, Parquet, Zarr), track notebook and pipeline execution with ln.track(), and visualize provenance graphs. - Querying and validation: Filter registries with feature-based and logical queries, stream large files, and curate data against flexible or strict schemas using DataFrameCurator and AnnDataCurator. - Ontology-backed annotation: Standardize genes, cell types, tissues, and diseases with Bionty ontologies, and integrate with Nextflow, Snakemake, W&B, MLflow, S3, and GCS. - Use Case: A researcher curating scRNA-seq batches can validate cell types against the Cell Ontology, annotate artifacts with typed features, and later query all treated PBMC datasets across experiments in one command. ## Quick Start Ask the agent to set up a LaminDB instance and register your first AnnData artifact with lineage tracking enabled.