add-static-dataset
Installation
SKILL.md
Add Static Dataset
Adds a new static dataset folder to app/scripts/StaticDatasets/geojson. The /geojson folder is a symlink.
When to Use
- User wants to add a new GeoJSON dataset
- User mentions adding static data, geojson files, "uploads", or datasets
- User provides a geojson file path and wants it integrated
Required Information
Extract from user prompt or ask if missing:
- Group folder (e.g.,
region-berlin,region-bb) - parent folder name - Sub-folder name (e.g.,
berlin-bezirke) - dataset folder name (must be valid slug). Must include region/group prefix: forregion-berlinuseberlin-<name>, not just<name> - GeoJSON file path - absolute path to source file on disk
- Regions - array of region slugs (e.g.,
['infravelo'],['berlin']) - Optional: transformation needs, style preferences, category, attribution, license