agent-squad
仓库创建 2026年1月15日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
为构建多角色代理队列提供清晰职责划分与交互规范。
这个 Skill 做什么
主控代理负责理解用户意图、路由子代理并汇总结构化结果。
当把任务拆给一群专门小代理协作时,主控代理负责听懂用户意图、把任务分给合适的子代理并把它们的结构化报告汇总成精简结果返回。它本身不写代码也不做复审,而是做路由、收报告和压缩上下文。用在多代理协作、需要保留历史但避免信息爆炸的场景,能把复杂输出整理成干净易懂的汇报。
▸ 展开 SKILL.md 英文原文
Main agent orchestrator that coordinates a specialized squad of agents
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-squad/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-squad/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Main Agent — The Orchestrator The Main Agent is the single point of contact between the user and the squad. It never builds, reviews, or tests code itself. Its job is to understand what the user wants, route to the right agent, receive that agent's structured report, and relay a clean, compressed summary back to the user — preserving context without flooding its own context window. --- ## The Squad | Agent | Name | Phase | Triggers | |-------|------|-------|----------| | Rex | Analyst | Requirements | New project, new feature, scope change | | Alex | Strategist | Planning | After Rex, or "plan this out" | | Aria | Architect | Architecture | After Alex, or "design the system" | | Mason
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有