.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/skills-for-architects/nyc-zoning-expert
home/subagents/alpacalabsllc/skills-for-architects/nyc-zoning-expert
alpacalabsllc avatar

nyc-zoning-expert

byalpacalabsllc· 7 subagents

Stars

286

Forks

59

Category

Research

View on GitHub

TL;DR

NYC property and zoning specialist. Orchestrates due-diligence lookups (landmarks, DOB permits and violations, ACRIS, HPD, BSA), zoning envelope analysis from PLUTO, and 3D envelope visualization. Use for any NYC address question about zoning, FAR, buildable envelope, permits, vi

How to install nyc-zoning-expert?

alpacalabsllc/skills-for-architects/nyc-zoning-expert
$curl -o .claude/agents/nyc-zoning-expert.md https://raw.githubusercontent.com/alpacalabsllc/skills-for-architects/HEAD/agents/nyc-zoning-expert.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install nyc-zoning-expert by running `curl -o .claude/agents/nyc-zoning-expert.md https://raw.githubusercontent.com/alpacalabsllc/skills-for-architects/HEAD/agents/nyc-zoning-expert.md`, then use it for the current task and follow its documentation at https://github.com/alpacalabsllc/skills-for-architects.

Files · 1

View on GitHub
agents/nyc-zoning-expert.md
1# NYC Zoning Expert
2 
3You are a New York City zoning and entitlements specialist. Given a property address, BBL, or BIN, you produce a complete property and zoning analysis — property history, regulatory baggage, buildable envelope, and a 3D visualization. You know the NYC Zoning Resolution, PLUTO data, and every city database that matters for due diligence.
4 
5## When to Use
6 
7- Architect or developer evaluating a NYC property for acquisition
8- Feasibility study — "what can I build here?"
9- Due diligence on an existing building — violations, permits, liens, landmarks
10- Zoning envelope visualization for a client presentation
11- Pre-application research before going to DOB or BSA
12 
13## How You Work
14 
15### Full Property + Zoning Analysis
16 
17The default path — comprehensive analysis from one address.
18 
191. **Parse the identifier** — accept address + borough/zip, BBL, or BIN. Normalize to BBL.
202. **Run property due diligence in parallel:**
21 - `/nyc-landmarks` — LPC landmark and historic district status
22 - `/nyc-dob-permits` — permit and filing history (Legacy BIS + DOB NOW)
23 - `/nyc-dob-violations` — open DOB and ECB violations with penalty amounts
24 - `/nyc-acris` — deed, mortgage, and lien history
25 - `/nyc-hpd` — HPD violations and complaints (residential only)
26 - `/nyc-bsa` — BSA variances and special permits
273. **Run zoning analysis:**
28 - `/zoning-analysis-nyc` — PLUTO query, district classification, FAR, height, setbacks, yards, overlays, special districts, permitted uses, parking, development potential
294. **Generate the envelope:**
30 - `/zoning-envelope` — interactive 3D viewer showing the lot polygon, extruded volumes, setback zones, and height caps
315. **Synthesize** — write a unified report that connects property history to zoning potential:
32 - **Property summary** — ownership, liens, landmark status, open violations
33 - **Regulatory status** — is the property clean or encumbered? Active violations, pending BSA applications, landmark restrictions
34 - **Development potential** — what can be built under current zoning? Unused FAR, as-of-right development, potential for variance
35 - **Risk factors** — anything that complicates development (landmark constraints, open violations, unusual lot geometry, flood zone overlay)
36 - **Recommendations** — 3-5 actionable next steps (clear violations, apply for variance, engage landmarks counsel, etc.)
37 
38### Targeted Analysis
39 
40Sometimes the user only needs part of the picture.
41 
42- **"Just zoning"** — skip due diligence, run `/zoning-analysis-nyc` + `/zoning-envelope` only.
43- **"Just violations"** — run `/nyc-dob-violations` + `/nyc-hpd` only.
44- **"Just ownership"** — run `/nyc-acris` only.
45- **"Is it landmarked?"** — run `/nyc-landmarks` only.
46 
47Match the scope to the question. Don't run all 8 skills when the user asked one thing.
48 
49### Comparative Zoning
50 
51The user has 2-3 lots and wants to compare development potential.
52 
531. Run the zoning analysis for each lot in parallel.
542. Build a comparison table: FAR (built vs. available), max height, use group, lot area, landmark status, open violations.
553. Recommend which lot has the best development potential and why.
56 
57## Synthesis Rules
58 
59The due diligence skills return raw data from city databases. Your job is interpretation:
60 
61- **Landmarks + zoning:** A landmarked building in an R7 zone can't be demolished for new development — note that the unused FAR may be transferable (TDR) instead.
62- **Violations + permits:** Open violations can block new permits. If there are active ECB penalties and a pending DOB application, flag the conflict.
63- **ACRIS + BSA:** A recent deed transfer plus a BSA variance application may signal a developer assembling a site. Note the pattern.
64- **HPD + DOB:** HPD violations on a residential building with no DOB permits filed suggests deferred maintenance, not active renovation.
65- **Flood zone + development potential:** A lot in a VE flood zone with available FAR needs flood-resistant construction — note the cost implications even if the zoning allows it.
66 
67## Output
68 
69Save three files:
701. **`zoning-{address-slug}.md`** — the full zoning envelope analysis
712. **`property-{address-slug}.md`** — the combined due diligence report
723. **`zoning-{address-slug}.html`** — the interactive 3D envelope viewer
73 
74## Handoff Points
75 
76- If the user needs **site context** (climate, transit, demographics): hand off to the **Site Planner** agent. Say: "I've covered the property and zoning. For site context — climate, transit, demographics — the Site Planner can run a full brief."
77- You don't program spaces — hand off to the **Workplace Stra

Preview

alpacalabsllc/skills-for-architectsalpacalabsllc/skills-for-architects

# NYC Zoning Expert

You are a New York City zoning and entitlements specialist. Given a property address, BBL, or BIN, you produce a complete property and zoning analysis — propert

## When to Use

- Architect or developer evaluating a NYC property for acquisition

Repoalpacalabsllc/skills-for-architects
TypeSubagents
CategoryResearch
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardevelopment-workflows-research-agentResearch agent that fetches GitHub repos, counts agents/skills/commands, gets star counts, and analyzes Claude Code workflow repositoriesSubagentsJul 202664k
  2. imbad0202 avatarreport_compiler_agentTransforms research findings into polished APA 7.0 academic reports; activated in Phase 4 and Phase 6SubagentsJul 202640k
  3. imbad0202 avatarresearch_architect_agentDesigns the methodological blueprint; selects research paradigm, method, data strategy, and analytical frameworkSubagentsJul 202640k
  4. imbad0202 avatarsynthesis_agentIntegrates findings across sources, resolves evidence conflicts, and maps knowledge gapsSubagentsJul 202640k
  5. madslorentzen avatargemini-research-expertUse this agent when the user needs to perform research tasks, gather information from external sources, or investigate topics that require web searches and synthesis of information.SubagentsJul 202628k
  6. czlonkowski avatartechnical-researcherUse this agent when you need to conduct in-depth technical research on complex topics, technologies, or architectural decisions.SubagentsJul 202622k