From team-skills
This skill should be used when the user asks to "列出团队", "team list", "list teams", "show teams", "查看团队配置", "有哪些团队", "what teams are saved". 扫描 .team-profiles/ 目录, 展示所有已保存配置的摘要信息。与 /team-status(查看运行中团队)不同, 此技能查看磁盘上的持久化配置。
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-skills:team-listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
扫描当前项目目录的 `.team-profiles/`,展示所有已保存的团队配置摘要。
扫描当前项目目录的 .team-profiles/,展示所有已保存的团队配置摘要。
使用 Glob 工具匹配 {当前工作目录}/.team-profiles/*.yaml。
如果 .team-profiles/ 目录不存在或没有 .yaml 文件:
当前项目没有保存的团队配置。
- /team-init 创建新团队(自动保存模板配置)
- /team-save 保存当前运行中的团队(保存快照配置)
结束。
对每个 .yaml 文件使用 Read 工具读取,提取:
roles[] 的 count 总和(每个 role 项有 role 代号和 count 数量,如 {role: "developer", count: 2})members[] 长度.team-profiles/ 下共 {N} 个团队配置:
{name1} [template] {team_type_name} - {description 前40字}
成员: {count} 个角色
{name2} [snapshot] {description 前40字}
成员: {count} 个 | 任务: {completed}✓ {in_progress}⚡ {pending}○
{name3} [snapshot] {description 前40字}
成员: {count} 个 | 任务: {completed}✓ {in_progress}⚡ {pending}○
使用 /team-load {name} 加载指定配置。
*.yaml 自动排除 .yaml.bak 备份文件,无需额外处理npx claudepluginhub killvxk/teamskills --plugin team-skillsLists all teams from team_component_map.json with OCPBUGS components, metadata including repos, team size, Slack channels. Use to display teams, validate names, count, or analyze ownership.
Creates and manages dynamic teams of domain-specific agents. Analyzes project to propose 5-20 agents with tracking framework. Modes: create, update, status, cleanup.
Displays team status dashboard with active members, live sessions, recent inbox, and summaries using claude-view MCP tools. Activates on 'team status' or activity queries.