Summary
通用多子智能体系统创建器。基于主子交互模式快速搭建任意业务的多智能体系统。分析业务流程、推荐智能体类型、生成提示词模板。使用场景:(1) 用户说'创建多子智能体系统'或'搭建multi-agent系统'时触发 (2) 需要主子架构的自动化流程 (3) 数据处理流水线、??
smithery/neversight
通用多子智能体系统创建器。基于主子交互模式快速搭建任意业务的多智能体系统。分析业务流程、推荐智能体类型、生成提示词模板。使用场景:(1) 用户说'创建多子智能体系统'或'搭建multi-agent系统'时触发 (2) 需要主子架构的自动化流程 (3) 数据处理流水线、?
npx skills add smithery/neversight --skill multi-agent-creator
通用多子智能体系统创建器。基于主子交互模式快速搭建任意业务的多智能体系统。分析业务流程、推荐智能体类型、生成提示词模板。使用场景:(1) 用户说'创建多子智能体系统'或'搭建multi-agent系统'时触发 (2) 需要主子架构的自动化流程 (3) 数据处理流水线、??
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsOther skills from smithery/neversight · top by installs.
npx skills add smithery/neversight
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Files included with this skill beyond the listing page.
SKILL.md
3,971 B
SUMMARY.md
452 B
通用多子智能体系统创建器,基于主子交互模式快速搭建任意业务的多智能体系统。
创建多子智能体系统只需 3 个步骤:
Step 1: 描述业务流程 → Step 2: 智能体分析需求 → Step 3: 生成系统模板
告诉老王你的业务需求,例如:
"我要创建一个文章生成系统,流程是:
1. 从多个来源收集资料
2. 整理和提炼内容
3. 生成文章
4. 质量审核"
multi-agent-creator 会:
multi-agent-creator 会生成:
完整工作流程详解:见 [workflow.md](references/workflow.md)
主子交互模式详解:
通用子智能体提示词模板:
使用示例:
通用输出规范:
常见问题解答:
multi-agent-creator 是通用创建器,不包含具体业务逻辑:
| weekly-report-generator | multi-agent-creator |
|---|---|
| 具体业务:周报生成 | 通用创建器:任意业务 |
| 包含 Git 日志脚本 | ❌ 不包含具体脚本 |
| 包含 Word 模板填充 | ❌ 不包含具体业务 |
| 主子交互模式实现 | ✅ 提供主子交互模式框架 |
multi-agent-creator 的价值在于: