Best fit
- 用于组合和派遣并行团队的交互式代理选择器
affaan-m/ECC
用于组合和派遣并行团队的交互式代理选择器
npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/team-builder"Source checked Jul 28, 2026·Refresh due Oct 26, 2026
Reorganized from the pinned upstream SKILL.md
According to the pinned SKILL.md from affaan-m/ECC: 用于按需浏览和组合智能体团队的交互式菜单。适用于扁平化或按领域子目录组织的智能体集合。
npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/team-builder"Best fit
Bring this context
Expected outputs
Key source sections
Sections are extracted automatically from the pinned SKILL.md and link back to the source.
你拥有多个智能体角色(markdown 文件),并希望为某项任务选择使用哪些智能体 你希望从不同领域(例如,安全 + SEO + 架构)临时组建一个团队 你希望在决定前先浏览有哪些可用的智能体
智能体文件必须是包含角色提示(身份、规则、工作流程、交付物)的 markdown 文件。第一个 Heading 用作智能体名称,第一段用作描述。
1. ./agents//.md + ./agents/.md — 项目本地智能体(两种深度) 2. /.claude/agents//.md + /.claude/agents/.md — 全局智能体(两种深度)
使用上述探测顺序在智能体目录中进行全局搜索。排除 README 文件。对于找到的每个文件:
使用上述探测顺序在智能体目录中进行全局搜索。排除 README 文件。对于找到的每个文件:
SkillSignal prompt templates
These prompts were written by SkillSignal from the source structure; they are not upstream text.
Task-start prompt
Confirm source fit, inputs, and outputs before acting.
Use team-builder to help me with: [specific task]. Context: [files, data, or background]. Constraints: [environment, scope, and prohibited actions]. Before acting, check the pinned SKILL.md and explain which sections apply, what inputs are still missing, and what you will deliver.
Source-guided execution
Make the Agent explicitly follow the key extracted sections.
Apply the pinned team-builder source to [task]. Pay particular attention to these source sections: “使用场景”, “前提条件”, “配置”, “工作原理”, “步骤 1:发现可用智能体”. Preserve the important decision at each step. Mark facts not covered by the source as “needs confirmation” instead of inventing them. Then verify the result against my acceptance criteria: [criteria].
Result-review prompt
Check omissions, permissions, and source drift before delivery.
Review the current team-builder result: (1) does it satisfy the original task; (2) were any applicable steps or limits in the pinned SKILL.md missed; (3) did it perform any unauthorized file, command, network, or data action; and (4) which conclusions remain unverified? List issues first, then fix only what the source or user authorization supports.
Output checklist
The task matches the purpose documented in the SKILL.md.
The source section “使用场景” has been checked.
The source section “前提条件” has been checked.
The source section “配置” has been checked.
The source section “工作原理” has been checked.
Inputs, constraints, and acceptance criteria are explicit.
Unverified facts, compatibility, and outcome claims are clearly marked.
Any file, command, network, or data action has been reviewed.
Choose a different workflow
Interactive agent picker for composing and dispatching parallel teams
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detail並列チームを構成して派遣するためのインタラクティブなエージェント選択ツール
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailWhen the user wants to plan, map, or restructure their website's page hierarchy, navigation, URL structure, or internal linking. Also use when the user mentions "sitemap," "site map," "visual sitemap," "site structure," "page hierarchy," "information architecture," "IA," "navigation design," "URL structure," "breadcrumbs," "internal linking strategy," "website planning," "what pages do I need," "how should I organize my site," or "site navigation." Use this whenever someone is planning what page
A separate implementation from coreyhaines31/marketingskills; compare its source, maintenance signals, and permission requirements.
Open source detailFAQ
用于按需浏览和组合智能体团队的交互式菜单。适用于扁平化或按领域子目录组织的智能体集合。
The catalog detected this source-specific install command: npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/team-builder". Inspect the command and pinned source before running it.
No dedicated Agent platform is declared in the pinned source record.
Quality breakdown
Based on traceable docs and repository signals; stars are not treated as quality.
Compare before choosing
These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.
Interactive agent picker for composing and dispatching parallel teams
並列チームを構成して派遣するためのインタラクティブなエージェント選択ツール
When the user wants to plan, map, or restructure their website's page hierarchy, navigation, URL structure, or internal linking. Also use when the user mentions "sitemap," "site map," "visual sitemap," "site structure," "page hierarchy," "information architecture," "IA," "navigation design," "URL structure," "breadcrumbs," "internal linking strategy," "website planning," "what pages do I need," "how should I organize my site," or "site navigation." Use this whenever someone is planning what page
When the user wants to audit, review, or diagnose SEO issues, plan site architecture, or implement schema markup. Use when someone says 'SEO audit', 'technical SEO', 'site architecture', 'schema markup', 'internal linking', 'why isn't my site ranking', 'site health check', 'crawl issues', 'fix my SEO', 'my traffic dropped', 'rankings fell', or 'site not ranking'. Also trigger when someone wants to plan URL structure, design navigation, add structured data, or review any website for search perfor
When the user wants to figure out which marketing actually drives conversions and revenue, choose or interpret an attribution model, or reconcile conflicting numbers across tools. Also use when the user mentions "attribution," "attribution model," "first-touch vs last-touch," "multi-touch," "which channel drives revenue," "what's my real CAC," "my dashboards disagree," "Google/Meta says X but GA says Y," "media mix model," "MMM," "incrementality," "geo lift," "holdout test," "how did you hear ab
用于按需浏览和组合智能体团队的交互式菜单。适用于扁平化或按领域子目录组织的智能体集合。
智能体文件必须是包含角色提示(身份、规则、工作流程、交付物)的 markdown 文件。第一个 # Heading 用作智能体名称,第一段用作描述。
支持扁平化和子目录两种布局:
子目录布局 — 领域从文件夹名称推断:
agents/
├── engineering/
│ ├── security-engineer.md
│ └── software-architect.md
├── marketing/
│ └── seo-specialist.md
└── sales/
└── discovery-coach.md
扁平化布局 — 领域从共享的文件名前缀推断。当 2 个或更多文件共享同一前缀时,该前缀被视为一个领域。具有唯一前缀的文件归入 "General" 类别。注意:算法在第一个 - 处分割,因此多单词领域(例如 product-management)应使用子目录布局:
agents/
├── engineering-security-engineer.md
├── engineering-software-architect.md
├── marketing-seo-specialist.md
├── marketing-content-strategist.md
├── sales-discovery-coach.md
└── sales-outbound-strategist.md
智能体目录按顺序探测,结果会被合并:
./agents/**/*.md + ./agents/*.md — 项目本地智能体(两种深度)~/.claude/agents/**/*.md + ~/.claude/agents/*.md — 全局智能体(两种深度)所有位置的结果会合并,并按智能体名称去重。同名情况下,项目本地智能体优先于全局智能体。如果用户指定了自定义路径,则使用该路径代替。
使用上述探测顺序在智能体目录中进行全局搜索。排除 README 文件。对于找到的每个文件:
- 之前的文本)。一个前缀只有在出现在 2 个或更多文件名中时才符合领域资格(例如,engineering-security-engineer.md 和 engineering-software-architect.md 都以 engineering 开头 → Engineering 领域)。具有唯一前缀的文件(例如 code-reviewer.md, tdd-guide.md)归入 "General" 类别# Heading 提取智能体名称。如果未找到标题,则从文件名派生名称(去除 .md,用空格替换连字符,并转换为标题大小写)如果在探测完所有位置后未找到任何智能体文件,则通知用户:"未找到智能体文件。已检查:[探测的路径列表]。期望:这些目录中的 markdown 文件。" 然后停止。
可用的代理领域:
1. 工程领域 — 软件架构师、安全工程师
2. 市场营销 — SEO专家
3. 销售领域 — 发现教练、外拓策略师
请选择领域或指定具体代理(例如:"1,3" 或 "security + seo"):
接受灵活的输入:
如果选择的智能体超过 5 个,则按字母顺序列出它们,并要求用户缩小范围:"您选择了 N 个智能体(最多 5 个)。请选择保留哪些,或说 'first 5' 以使用按字母顺序排列的前五个。"
确认选择:
选定:安全工程师 + SEO专家
他们应该专注于什么任务?(描述任务)
subagent_type: "general-purpose"prompt: "{agent file content}\n\nTask: {task description}"收集所有输出并呈现统一的报告:
如果只选择了一个智能体,则跳过综合部分,直接呈现输出。
User: team builder
Claude:
可用代理领域:
1. 工程 (2) — 软件架构师,安全工程师
2. 市场营销 (1) — SEO专家
3. 销售 (4) — 探索教练,外拓策略师,提案策略师,销售工程师
4. 支持 (1) — 执行摘要
选择领域或指定具体代理:
User: security + seo
Claude:
已选择:安全工程师 + SEO专家
他们应该处理什么任务?
User: 在发布前审查我的 Next.js 电商网站
[两个代理并行启动,各自将他们的专长应用于代码库]
Claude:
## 安全工程师发现
- [发现内容...]
## SEO专家发现
- [发现内容...]
## 综合分析
双方代理均同意:[...]
冲突点:安全建议的CSP阻止内联样式,SEO需要内联模式标记。解决方案:[...]
后续步骤:[...]