Agent skill · Workflow & Productivity

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.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill studio --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: -Read-Glob-Grep
Path: skills/agent/studio/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

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

What's inside
Steps it walks through
  1. Usage
  2. On Start
  3. Routing Table
  4. Routing Rules
  5. Rule 1: One agent — dispatch immediately
  6. Rule 2: One skill — invoke directly
  7. Rule 3: Ambiguous — ask one question
  8. Rule 4: Multi-agent — state the sequence
  9. Rule 5: Unknown — show the menu
  10. Rule 6: No arguments — show the menu
  11. Agent File Locations
  12. What You Do NOT Do
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going