Installable geospatial skills for Claude Code and other AI agents
npx claudepluginhub isaaccorley/geospatial-skillsThis skill should be used when working with gpio for GeoParquet inspection, validation, optimization, and distribution. Covers GeoParquet best practices using gpio CLI and DuckDB.
This skill should be used when working with GDAL command line tools for raster and vector geospatial processing. Covers inspection, reprojection, clipping, raster conversion, mosaics, tiling, rasterization, and COG creation.
Use when working with TESSERA satellite embeddings — downloading via CLI, sampling via the Python or R library, choosing between point-based and mosaic approaches, or exporting to GeoTIFF/NPY/Zarr.
This skill should be used when viewing, previewing, or inspecting geospatial files from the command line. Covers interactive raster viewing (viewtif), interactive vector viewing (viewgeom), and non-interactive terminal-inline viewing (viewinline) for GeoTIFF, Shapefile, GeoJSON, GeoPackage, GeoParquet, CSV, HDF, NetCDF, and more.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
A collection of separately installable geospatial SKILL.md packages.
geoparquet-validation: gpio-focused GeoParquet validation and distribution workflowsgdal: GDAL command line workflows for raster and vector datatessera: Tessera embedding downloads with the geotessera CLIskills/
geoparquet-validation/
SKILL.md
references/
gdal/
SKILL.md
references/
tessera/
SKILL.md
references/
docs/
...
uv sync --group dev
uv run mkdocs serve
Build:
uv run mkdocs build
Copy a skill directory into your local skills/plugins folder, for example:
cp -R skills/geoparquet-validation ~/.agent/skills/geoparquet-validation
See the docs site for tool-specific install paths.
Contributor workflow, CI, and docs deploy notes live in .github/CONTRIBUTING.md.