studio
仓库创建 2026年3月2日最近提交 19 小时前SkillHot 收录 20 天前
▸ 精选理由
对不确定流程或初学者极有帮助,可显著简化操作步骤。
这个 Skill 做什么
理解用户需求并将请求路由到最合适的技能或代理执行。
你描述需求后,它把任务理解并路由到最合适的 agent 或 skill,自己不做功,只负责分配和交接。适合面对技能库多、不知道由谁来做或想快速分派任务的场景,能省去来回沟通和错误分配的时间。特别适合做统一的入口和调度逻辑,让下游 agent 能接到结构化的请求。
▸ 展开 SKILL.md 英文原文
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.
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/08-dispatcher/skills/studio/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/08-dispatcher/skills/studio/SKILL.md"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 Tab
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有