Agent skill · Data & Analytics

zoning-analysis-uruguay

Analyze zoning envelope rules for lots in Maldonado, Uruguay using GIS data and TONE regulations

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Allowed tools: -Read-Write-Edit-WebFetch-AskUserQuestion-Bash
Path: skills/analysis/zoning-analysis-uruguay/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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

What's inside
Steps it walks through
  1. Workflow
  2. Step 1: Parse GIS Input
  3. Step 1b: Detect Adjoining Lots (multi-lot input only)
  4. Step 2: Convert Coordinates
  5. Step 3: Look Up Location
  6. Step 4: Load Normativa
  7. Step 5: Determine Zone/Subzone
  8. Step 6: Calculate Building Envelope
  9. Step 6b: Development Strategy (Decision Tree)
  10. Step 7: Present Analysis
  11. Step 8: Save Report
  12. Step 9: Save Normativa (if fetched)
  13. Output Format
  14. Single Lot
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going