AI agent skill for creating and working with virtual Zarr stores using VirtualiZarr and icechunk.
To use, clone the repo and copy the virtual-zarr folder to ~/.agents/skills/virtual-zarr.
If you use chezmoi, you can add something like the following to your .chezmoiexternal.toml to do this automatically:
[".agents/skills/virtual-zarr"]
type = "archive"
url = "https://github.com/shiklomanov-an/virtual-zarr-skill/archive/main.tar.gz"
exact = true
refreshPeriod = "24h"
include = ["*/virtual-zarr/**"]
stripComponents = 2