geo-infer-civ
Civic engagement and participatory mapping. Use when building participatory GIS, STEW-MAP implementations, community mapping platforms, citizen science data collection, or democratic spatial planning processes.
Best use case
geo-infer-civ is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Civic engagement and participatory mapping. Use when building participatory GIS, STEW-MAP implementations, community mapping platforms, citizen science data collection, or democratic spatial planning processes.
Teams using geo-infer-civ should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/GEO-INFER-CIV/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How geo-infer-civ Compares
| Feature / Agent | geo-infer-civ | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Civic engagement and participatory mapping. Use when building participatory GIS, STEW-MAP implementations, community mapping platforms, citizen science data collection, or democratic spatial planning processes.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# GEO-INFER-CIV
## Instructions
### Core Capabilities
- **STEW-MAP**: Stewardship mapping for community organizations and land trusts
- **Participatory GIS**: Community-driven spatial data collection and validation
- **Civic engagement**: Public participation in spatial planning processes
- **Citizen science**: Volunteer geographic information (VGI) management
- **Democratic planning**: Inclusive spatial decision support systems
### Key Imports
```python
from geo_infer_civ.core.stew_map import StewardshipMapper
from geo_infer_civ.core.participatory import ParticipatoryGIS
from geo_infer_civ.core.engagement import CivicEngagementPlatform
```
## Examples
```python
from geo_infer_civ.core.stew_map import StewardshipMapper
mapper = StewardshipMapper()
mapper.register_organization("Friends of Park", boundary=park_polygon)
stewardship_map = mapper.build_map(region_bounds)
overlap = mapper.analyze_coverage_gaps(stewardship_map)
```
## Guidelines
- STEW-MAP partially implemented (Alpha)
### Integrations
- Integrates with PLACE for geographic boundary resolution
- Integrates with COMMS for community notification
- Test: `uv run python -m pytest GEO-INFER-CIV/tests/ -v`