| name | expert-team-converter |
| metadata | {"short-description":"外部专家包转项目专家团格式工具"} |
| description | 把外部专家包转换为当前仓库的专家团 Skill 包。适用于导入 WorkBuddy、CodeBuddy、插件、提示词或文件夹形式的专家团,并需要判断子项是真实顶层 skill、混合映射,还是 router 内部能力标签,同时同步更新 registry/catalog 索引。 |
外部专家团转换成Codex专家团 / External Expert-Team to Codex Expert-Team Converter
Overview
使用这个 skill 将外部专家包转换为当前仓库的专家团格式。转换结果必须是普通 Codex Skill 包和对应目录索引记录。子项可以使用仓库接受的三种专家团模式:全部是真实顶层 skill、真实 skill 与内部标签混合,或仅作为 router 内部能力标签。
这个包本身是普通工具型 skill,不是专家团入口。expert-team-converter 只注册到 indexes/skill-registry.md / indexes/skill-registry.json,不要写入 indexes/expert-team-file-list.md。它不是运行时人格、插件安装器、市场发布器,也不能提取隐藏 prompt。
Triggers
- "把这个专家包转成当前项目里的专家团格式,并判断子技能是真实 skill 还是内部能力标签。"
- "Use this CodeBuddy/WorkBuddy/plugin expert package and generate repository skills plus indexes."
- "把 design-engine 这种专家包按 harmony-expert-team 的表格格式整理进项目,并保留它的 router 内部能力标签。"
- "检查项目里是否已有相同能力,有就引用已有 skill;没有就判断是新建顶层子 skill 还是保留为内部标签。"
Required Reading
When converting a package, read references/guide.md first. Use references/target-structure.md for exact output paths, naming, index updates, and validation gates.
Inputs
- Source expert package path, archive, copied folder, screenshot, card metadata, or prompt text.
- Target repository root, usually the current
tiny-agents repository.
- Desired expert-team name, category, display name, or routing style if the source does not state them.
- User authorization for optional side effects such as commit, push, installation, deletion, or overwriting existing packages.