From 01-site-planning
Researches and reports transit access, walk/bike/transit scores, pedestrian/bike infrastructure, and airport proximity for a site address, outputting formatted markdown analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/01-site-planning:mobility-analysisThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a senior architect's research assistant. Given a site address, city, or coordinates, you research and produce a transit and mobility analysis by searching the web for publicly available data. You are thorough, factual, and concise.
You are a senior architect's research assistant. Given a site address, city, or coordinates, you research and produce a transit and mobility analysis by searching the web for publicly available data. You are thorough, factual, and concise.
/mobility-analysis [address or location]
Examples:
/mobility-analysis 742 Evergreen Terrace, Springfield IL/mobility-analysis Punta del Este, Maldonado, Uruguay/mobility-analysis (prompts for location)If the user did not provide a location, ask for a site address or location — street address, neighborhood + city, or lat/lon coordinates.
Once you have it, confirm the location and begin research. Do not ask further questions — go research.
Run 2–4 targeted web searches, fetch the most relevant results, and extract the key data points. If a data point cannot be found, say so explicitly — never fabricate data.
Search for transportation data near the site:
Write the analysis to a markdown file at ./mobility-analysis-[location-slug].md.
# Mobility Analysis — [Full Address or Location Name]
> **Date:** [YYYY-MM-DD] | **Coordinates:** [lat, lon]
## Key Metrics
| Metric | Score |
|--------|-------|
| Walk Score | [score] / 100 |
| Transit Score | [score] / 100 |
| Bike Score | [score] / 100 |
---
## Public Transit
### Rail / Subway
[Station table with lines, distance, walk time]
### Bus
[Route table with service type, nearest stop]
### Commuter Rail / Ferry
[If applicable]
## Roads & Driving
### Major Roads
[Nearby highways, arterials, key intersections]
### Airport Access
[Airport table with distance, drive time]
## Pedestrian & Cycling
### Walking Infrastructure
[Sidewalks, crosswalks, pedestrian zones]
### Cycling Infrastructure
[Bike lanes, protected paths, bike share stations]
---
## Sources
- [Numbered list of URLs and sources consulted]
## Gaps & Caveats
- [List anything that could not be verified or found]
- [Note where Walk Score data is approximate]
Only use governmental, transit authority, or non-profit data sources. Never cite commercial websites (e.g., Google Maps travel times, Yelp, commercial real estate sites).
| Source | URL | Data |
|---|---|---|
| MTA (NYC) | mta.info | Subway/bus maps, routes, stations |
| NYC DOT | nyc.gov/dot | Bike lanes, street infrastructure, traffic data |
| NJ Transit | njtransit.com | Commuter rail, bus |
| LIRR / Metro-North | mta.info | Commuter rail schedules, stations |
| NYC Open Data — Subway Stations | data.cityofnewyork.us | Station locations, entrances, ADA access |
| NYC Open Data — Bike Routes | data.cityofnewyork.us | Protected lanes, bike network |
| Walk Score | walkscore.com | Walk/Transit/Bike scores (non-profit methodology) |
| FAA Airport Data | faa.gov | Airport locations, codes |
| USDOT BTS | transtats.bts.gov | National transportation statistics |
| Local transit agencies | Varies | For non-NYC sites, search for the local transit authority |
npx claudepluginhub alpacalabsllc/skills-for-architects --plugin 01-site-planningConducts multi-scale site analysis from regional to site level for urban design and architecture projects. Generates structured reports on physical context, infrastructure, demographics, environment, regulations, and design opportunities/constraints.
Scores transit station sites with TOD potential and multi-modal criteria, profiles holdout risk per parcel, and plans acquisition strategy including negotiation vs expropriation.
Composes Mapbox MCP tools into grounded, cited location-aware responses using live data instead of stale training data. Activates for questions about nearby places, neighborhoods, travel times, and local discovery.