lamindb-data-management
Open-source FAIR biology data framework. Version artifacts (AnnData, DataFrame, Zarr), track lineage, validate via ontologies (Bionty), query datasets. Integrates with Nextflow, Snakemake, W&B, scVI. For scRNA-seq use scanpy; for ontology lookups use bionty.
npx skills add BioTender-max/awesome-bio-agent-skills --skill lamindb-data-management --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# LaminDB — Biological Data Management ## Overview LaminDB is an open-source data framework for biology that makes data queryable, traceable, and FAIR (Findable, Accessible, Interoperable, Reusable). It combines data lakehouse architecture, lineage tracking, biological ontology validation, and a unified Python API for managing biological datasets from raw files to annotated, curated artifacts. ## When to Use - Managing and versioning biological datasets (scRNA-seq, spatial, flow cytometry, multi-modal) - Tracking computational lineage (which code produced which data) - Validating and curating data against biological ontologies (cell types, genes, tissues, diseases) - Building queryable data lakehouses across multiple experiments - Ensuring reproducibility with automatic environment and provenance capture - Integrating with workflow managers (Nextflow, Snakemake) or MLOps (W&B, MLflow) - Standardizing metadata with ontology-based annotation (Bionty) - For **single-cell analysis pipelines** (clustering, DE), use scanpy instead - For **ontology lookups only** without data management, use bionty directly ## Prerequisites ```bash pip install lamindb # With extras for specific data types
- Overview
- When to Use
- Prerequisites
- Quick Start
- Core API
- 1. Artifacts — Data Objects
- 2. Lineage Tracking
- 3. Querying and Filtering
- 4. Annotation and Validation
- 5. Biological Ontologies (Bionty)
- 6. Collections and Organization
- Key Concepts
- Core Entity Model
- Data Types Supported
pip install lamindb With extras for specific data types pip install 'lamindb[bionty,zarr,fcs]' lamin login lamin init --storage ./my-data --name my-project Or with cloud storage: lamin init --storage s3://my-bucket --name my-project --db postgresql://...
What does the lamindb-data-management skill do?
Open-source FAIR biology data framework. Version artifacts (AnnData, DataFrame, Zarr), track lineage, validate via ontologies (Bionty), query datasets. Integrates with Nextflow, Snakemake, W&B, scVI. For scRNA-seq use scanpy; for ontology lookups use bionty.
How do I install it?
Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill lamindb-data-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
