From gis-to-db
This skill should be used when the user asks to "find clusters in this data", "are these points clustered or random", "show me hot spots", "kernel density of features", "spatial clustering with DBSCAN", "find areas with high point density", "nearest neighbor analysis", "spatial pattern detection", or invokes `/gis-to-db:analyze-patterns`. Runs spatial pattern analysis on a GIS point layer: DBSCAN clustering, nearest-neighbor distance distribution, kernel density estimation summary, and convex hulls of detected clusters. Returns labeled features (which cluster each point belongs to) plus a summary report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gis-to-db:analyze-patterns <path-to-point-layer> [--eps 0.5] [--min-samples 5] [--out-file clusters.geojson] [--json]<path-to-point-layer> [--eps 0.5] [--min-samples 5] [--out-file clusters.geojson] [--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 for point layers.** Polygon/line clustering deferred to v0.2.
v0.1 status — production-ready for point layers. Polygon/line clustering deferred to v0.2.
/gis-to-db:analyze-patterns /data/incidents.shp/gis-to-db:analyze-patterns /data/wells.geojson --eps 1.0 --min-samples 10Markdown report covering:
--eps (cluster radius) or --min-samples based on output.Plus an output GeoJSON (--out-file) with original points labeled by cluster ID (-1 = noise).
eps (in meters, converted from km) and min_samples from CLI args.NearestNeighbors.eps is in kilometers in the CLI but internally converted to meters in UTM. Defaults: eps=0.5km, min_samples=5.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