·multi-agent-systems
</>

multi-agent-systems

hexbee/hello-skills

使用协调器-子代理模式设计和实现多代理 LLM 架构。 Use when: (1) Deciding whether to use multi-agent vs single-agent systems, (2) Implementing context isolation for high-volume operations, (3) Parallelizing independent research tasks, (4) Creating specialized agents with focused tool sets, (5) Building verification subagents for quality assurance, or (6) Analyzing context-centric decomposition boundaries.

5安装·0热度·@hexbee

安装

$npx skills add https://github.com/hexbee/hello-skills --skill multi-agent-systems

SKILL.md

Multi-agent systems introduce overhead. Every additional agent represents another potential point of failure, another set of prompts to maintain, and another source of unexpected behavior.

Multi-agent systems use 3-10x more tokens than single-agent approaches due to:

A well-designed single agent with appropriate tools can accomplish far more than expected. Use single agent when:

使用协调器-子代理模式设计和实现多代理 LLM 架构。 Use when: (1) Deciding whether to use multi-agent vs single-agent systems, (2) Implementing context isolation for high-volume operations, (3) Parallelizing independent research tasks, (4) Creating specialized agents with focused tool sets, (5) Building verification subagents for quality assurance, or (6) Analyzing context-centric decomposition boundaries. 来源:hexbee/hello-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/hexbee/hello-skills --skill multi-agent-systems
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 multi-agent-systems?

使用协调器-子代理模式设计和实现多代理 LLM 架构。 Use when: (1) Deciding whether to use multi-agent vs single-agent systems, (2) Implementing context isolation for high-volume operations, (3) Parallelizing independent research tasks, (4) Creating specialized agents with focused tool sets, (5) Building verification subagents for quality assurance, or (6) Analyzing context-centric decomposition boundaries. 来源:hexbee/hello-skills。

如何安装 multi-agent-systems?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hexbee/hello-skills --skill multi-agent-systems 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/hexbee/hello-skills