Skip to content
Skill Claude Desktop · Claude Code

/studio

Route architecture tasks to the right agent or skill

What it does

Type /as: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.

/as:studio task chair, mesh back, under $800
/as:studio 200 Montague St, Brooklyn NY
/as:studio I need a space program for 200 people
/as:studio parse this EPD

Install

Claude Desktop:

  1. Open CustomizeBrowse plugins
  2. Click +Add marketplace from GitHub
  3. Enter AlpacaLabsLLC/skills-for-architects
  4. Install Architecture Studio

Claude Code (terminal):

claude plugin marketplace add AlpacaLabsLLC/skills-for-architects
claude plugin install as@skills-for-architects

Or symlink just this skill:

git clone https://github.com/AlpacaLabsLLC/skills-for-architects.git
ln -s $(pwd)/skills-for-architects/skills/studio ~/.claude/skills/studio

Usage

/as:studio [describe what you need]

Related skills