zarr-python

Installation
SKILL.md

Zarr Python

Overview

Zarr is a Python library for storing large N-dimensional arrays with chunking and compression. Apply this skill for efficient parallel I/O, cloud-native workflows, and seamless integration with NumPy, Dask, and Xarray.

Quick Start

Installation

# Using pip
pip install zarr

# Using conda
conda install --channel conda-forge zarr
Installs
33
GitHub Stars
15
First Seen
Jan 24, 2026
zarr-python — jackspace/claudeskillz