Studio
A Claude Code skill that routes your task to the right agent or skill. The entry point for Architecture Studio.
What it does
Type /studio followed by what you need — the router classifies your intent and hands off to the right agent or skill. If it’s ambiguous, it asks one clarifying question. If you already know what you want, call any skill directly by name.
/studio task chair, mesh back, under $800
/studio 200 Montague St, Brooklyn NY
/studio I need a space program for 200 people
/studio parse this EPD
Install
Claude Desktop:
- Open Customize → Browse plugins
- Click + → Add marketplace from GitHub
- Enter
AlpacaLabsLLC/skills-for-architects - Install the Dispatcher plugin
Claude Code (terminal):
claude plugin marketplace add AlpacaLabsLLC/skills-for-architects
claude plugin install 08-dispatcher@skills-for-architects
Or symlink just this skill:
git clone https://github.com/AlpacaLabsLLC/skills-for-architects.git
ln -s $(pwd)/skills-for-architects/plugins/08-dispatcher/skills/studio ~/.claude/skills/studio
Usage
/studio [describe what you need]