Babysitter gis-spatial-analyzer
GIS spatial analysis skill for watershed delineation, floodplain mapping, and site analysis
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/civil-engineering/skills/gis-spatial-analyzer" ~/.claude/skills/a5c-ai-babysitter-gis-spatial-analyzer && rm -rf "$T"
manifest:
library/specializations/domains/science/civil-engineering/skills/gis-spatial-analyzer/SKILL.mdsource content
GIS Spatial Analyzer Skill
Purpose
The GIS Spatial Analyzer Skill performs spatial analysis including watershed delineation, floodplain mapping, buffer analysis, and land use classification.
Capabilities
- Watershed delineation
- Floodplain mapping
- Buffer analysis
- Slope analysis
- Land use classification
- Right-of-way analysis
- Viewshed analysis
- Proximity analysis
Usage Guidelines
When to Use
- Analyzing site constraints
- Delineating watersheds
- Mapping flood zones
- Evaluating land use
Prerequisites
- GIS data available
- DEM for terrain analysis
- Boundary data defined
- Analysis criteria established
Best Practices
- Use appropriate resolution
- Verify data sources
- Document methodology
- Validate results
Process Integration
This skill integrates with:
- Flood Analysis and Mitigation
- Stormwater Management Design
- Highway Geometric Design
Configuration
gis-spatial-analyzer: analysis-types: - watershed - flood - buffer - slope - land-use data-sources: - DEM - parcel - FEMA - NLCD
Output Artifacts
- Watershed maps
- Floodplain delineations
- Buffer zones
- Analysis reports