From gis-to-db
This skill should be used when the user asks to "compare these two GIS datasets", "what changed between this cadastre version and that one", "diff these shapefiles", "find added or removed parcels", "before and after comparison", "what features moved", or invokes `/gis-to-db:analyze-diff`. Compares two GIS layers — typically two versions of the same dataset over time — and reports added features, removed features, geometry changes (movement, area drift), and attribute changes per feature. Matches features by an attribute key (e.g. `parcel_id`) or by geometric proximity when no key is supplied.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gis-to-db:analyze-diff <old.shp> <new.shp> [--key parcel_id] [--proximity-tolerance 5] [--json]<old.shp> <new.shp> [--key parcel_id] [--proximity-tolerance 5] [--json]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **v0.1 status — production-ready.** Two-way diff with attribute-key or proximity matching.
v0.1 status — production-ready. Two-way diff with attribute-key or proximity matching.
/gis-to-db:analyze-diff /data/cadastre-2019.shp /data/cadastre-2025.shp --key parcel_id/gis-to-db:analyze-diff /data/before.geojson /data/after.geojson --proximity-tolerance 10Markdown report with:
--key <attr> supplied: match by attribute equality (preferred; needs stable IDs).--proximity-tolerance (default 5m, in UTM meters). Greedy match by nearest centroid; unmatched features become Added / Removed.Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub ehssanatassi/geospatial-marketplace --plugin gis-to-db