zoning-analysis-uruguay
Analyze zoning envelope rules for lots in Maldonado, Uruguay using GIS data and TONE regulations
npx skills add majiayu000/claude-skill-registry --skill zoning-analysis-uruguay --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /zoning-analysis-uruguay — Zoning Envelope Analysis (Maldonado, Uruguay) Analyze building envelope rules for one or more lots in Maldonado using GIS data from the ArcGIS cadastral portal and the TONE (Volume V of the Digesto Departamental). When multiple adjoining lots are provided, compares individual, apareada (party wall), and unified (englobamiento) development scenarios. ## Workflow ### Step 1: Parse GIS Input Accept pasted JSON from the Maldonado ArcGIS cadastral portal. The input is an array — it may contain one or multiple lot features. **Detect urban vs rural:** Check the attribute keys to determine the parcel type: - **Urban lots** have: `nomloccat`, `nummancat`, `valaream2`, `tiporegime` - **Rural lots** have: `areaha`, `areamc`, `seccat` (and lack `nomloccat`) **If RURAL → immediately flag as non-viable for multi-unit development:** Rural lots in Maldonado are governed by Resolución 3103/2014 and Decreto 3866/2010, not the urban TONE. The constraints make starter home development impractical: - **50,000 m²/dwelling** minimum → an 8 ha lot supports only 1-2 houses - **FOS 5%, FOT 8%** — extremely low density - **90% must remain natural/unpaved** - **Only isolated units
- Workflow
- Step 1: Parse GIS Input
- Step 1b: Detect Adjoining Lots (multi-lot input only)
- Step 2: Convert Coordinates
- Step 3: Look Up Location
- Step 4: Load Normativa
- Step 5: Determine Zone/Subzone
- Step 6: Calculate Building Envelope
- Step 6b: Development Strategy (Decision Tree)
- Step 7: Present Analysis
- Step 8: Save Report
- Step 9: Save Normativa (if fetched)
- Output Format
- Single Lot
What does the zoning-analysis-uruguay skill do?
Analyze zoning envelope rules for lots in Maldonado, Uruguay using GIS data and TONE regulations
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill zoning-analysis-uruguay --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
