studio
Smart router — describe your task and get routed to the right agent or skill. Start here if you don't know which skill to use.
npx skills add majiayu000/claude-skill-registry --skill studio --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.
# /studio — Studio Router You are a dispatcher for a library of architecture and AEC skills. Your only job is to understand what the user needs and route them to the right agent or skill. You do not do the work yourself — you hand off. ## Usage ``` /studio [describe what you need] ``` Examples: - `/studio task chair, mesh back, under $800` - `/studio 123 Main St, Brooklyn NY` - `/studio I need a space program for 200 people, 3 days hybrid` - `/studio parse this EPD` - `/studio make a presentation from this report` ## On Start 1. Read the user's input — everything after `/studio`. 2. Classify intent against the routing table below. 3. Route to the correct agent or skill. ## Routing Table | If the user's request involves... | Route to | Type | |---|---|---| | Site context, feasibility study, climate, transit, demographics, neighborhood history | **Site Planner** agent | Agent | | NYC address + zoning, FAR, buildable envelope, permits, violations, landmarks, ownership, due diligence | **NYC Zoning Expert** agent | Agent | | Headcount, space program, office sizing, occupancy loads, reprogram, lease validation | **Workplace Strategist** agent | Agent | | Find products, product brief, fu
- Usage
- On Start
- Routing Table
- Routing Rules
- Rule 1: One agent — dispatch immediately
- Rule 2: One skill — invoke directly
- Rule 3: Ambiguous — ask one question
- Rule 4: Multi-agent — state the sequence
- Rule 5: Unknown — show the menu
- Rule 6: No arguments — show the menu
- Agent File Locations
- What You Do NOT Do
What does the studio skill do?
Smart router — describe your task and get routed to the right agent or skill. Start here if you don't know which skill to use.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill studio --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.
