Agent skill · Data & Analytics

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.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/sciagent/lamindb-data-management/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. 1. Artifacts — Data Objects
  7. 2. Lineage Tracking
  8. 3. Querying and Filtering
  9. 4. Annotation and Validation
  10. 5. Biological Ontologies (Bionty)
  11. 6. Collections and Organization
  12. Key Concepts
  13. Core Entity Model
  14. Data Types Supported
Commands it runs
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://...
More from awesome-bio-agent-skills
All skills →
About this skill
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.

Keep going