geo-infer-org
Organizational modeling for geospatial entities. Use when modeling organizational structures, spatial resource allocation, inter-organizational network analysis, or institutional spatial analysis for governance.
Best use case
geo-infer-org is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Organizational modeling for geospatial entities. Use when modeling organizational structures, spatial resource allocation, inter-organizational network analysis, or institutional spatial analysis for governance.
Teams using geo-infer-org 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-ORG/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How geo-infer-org Compares
| Feature / Agent | geo-infer-org | 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?
Organizational modeling for geospatial entities. Use when modeling organizational structures, spatial resource allocation, inter-organizational network analysis, or institutional spatial analysis for governance.
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-ORG
## Instructions
### Core Capabilities
- **Organizational modeling**: Structure analysis, capacity assessment, hierarchy mapping
- **Network analysis**: Inter-organizational relationships, collaboration networks
- **Resource management**: Spatial resource allocation, facility assignment
- **Institutional analysis**: Organizational effectiveness for spatial governance
### Key Imports
```python
from geo_infer_org.core.organization import OrganizationModel
from geo_infer_org.core.network import OrgNetworkAnalyzer
from geo_infer_org.core.resource import ResourceAllocator
```
## Examples
```python
from geo_infer_org.core.organization import OrganizationModel
model = OrganizationModel(name="Regional Authority")
model.add_unit("Planning", jurisdiction=planning_area_polygon)
model.add_unit("Emergency", jurisdiction=emergency_zone_polygon)
coverage = model.analyze_jurisdiction_overlap()
```
## Guidelines
- DAO mechanisms in development (Alpha)
### Integrations
- Integrates with METAGOV for governance structures
- Integrates with CIV for community organization mapping
- Test: `uv run python -m pytest GEO-INFER-ORG/tests/ -v`