What problem does it solve? Finding and querying Montréal's construction permit, zoning, property assessment, and urban planning data requires knowing which datasets exist, their resource IDs, field names, and formats. This Skill provides that context so an AI agent can answer questions about permits, property values, and land use directly. ## Core Features & Use Cases - Building Permit Queries: SQL patterns for the permis-construction DataStore resource, including filtering by borough, permit type, and estimated cost aggregation. - Property Assessment Access: Guidance on the unites-evaluation-fonciere dataset with CUBF codes and assessed values, plus the caveat that assessments are not market values. - Zoning and Building Data: Pointers to land use GeoJSON, 2D/3D building footprints, and urban plan datasets, with format-specific handling notes. - Use Case: A resident asks "Were any demolition permits issued near my street this year?" The agent locates the DataStore resource ID, runs a filtered SQL query on TYPE_PERMIS and date, and returns the matching permits. ## Quick Start Ask the agent to show recent building permits issued in a specific Montréal borough using the permis-construction dataset.