shp
Installation
SKILL.md
Shapefile
Use this skill for practical Shapefile handling, debugging, and migration planning.
Workflow
- Confirm whether the task is inspection, repair, conversion, schema explanation, or batch cleanup.
- Identify which companion files are present:
.shp,.shx,.dbf,.prj, and optionally.cpg. - Check CRS, encoding, geometry type, and field-name limits before suggesting edits or conversions.
- Prefer writing outputs to a new path; avoid in-place mutation unless the user explicitly asks.
- If the dataset is large or the workflow is repeated, prefer a deterministic CLI path through
qgis.