A clean wrapper around Shapely for computational geometry tasks. Use it when you need to check if a point falls inside a polygon, calculate intersection areas, find distances between shapes, or do buffer operations. Covers the essentials: boolean operations like union and difference, spatial predicates like contains and intersects, measurements like area and centroid, plus affine transformations. Everything returns JSON with WKT representations, so you can pipe results between operations. The command structure is sensible: create geometries from coordinates, run ops on them, test predicates, measure properties. Honestly most useful for spatial analysis tasks where you'd otherwise be writing boilerplate Shapely code yourself.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill shapely-compute