This handles the full stack of geospatial work: processing drone imagery, transforming coordinate systems, generating map tiles, and running spatial queries at scale. Built around PostGIS and GDAL, it steers you away from common mistakes like storing coordinates as strings, skipping spatial indexes, or loading 50MB GeoJSON files directly into the browser. The anti-pattern examples are especially useful if you've hit performance walls with proximity queries or mixed up WGS84 and Web Mercator projections. Best for mapping apps and location services where you need real spatial analysis, not just basic distance calculations or address lookups.
npx skills add https://github.com/erichowens/some_claude_skills --skill geospatial-data-pipeline