skill-bundle-curator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkill Bundle Curator
Skill Bundle Curator
Report bundle composition and adapter install surfaces for the repository root bundle.
Scope: Read-only bundle inventory. Does not run install commands or marketplace updates.
报告仓库根目录包的组成结构以及适配器安装接口。
适用范围: 只读包清单。不会执行安装命令或市场更新操作。
Dispatch
调度参数
| $ARGUMENTS | Action |
|---|---|
| Empty | Default bundle summary |
| Machine-readable bundle report |
| List adapter install/update commands only |
| $ARGUMENTS | 操作 |
|---|---|
| 空值 | 默认包汇总报告 |
| 机器可读格式的包报告 |
| 仅列出适配器安装/更新命令 |
Workflow
工作流程
bash
uv run python skills/skill-bundle-curator/scripts/bundle_report.py
uv run python skills/skill-bundle-curator/scripts/bundle_report.py --format json
uv run python skills/skill-bundle-curator/scripts/bundle_report.py adaptersCross-check counts with skill-router index before publishing bundle notes.
bash
uv run python skills/skill-bundle-curator/scripts/bundle_report.py
uv run python skills/skill-bundle-curator/scripts/bundle_report.py --format json
uv run python skills/skill-bundle-curator/scripts/bundle_report.py adapters发布包说明前,请与skill-router索引交叉核对数量。
Validation Contract
验证合约
bash
uv run python skills/skill-bundle-curator/scripts/check.pybash
uv run python skills/skill-bundle-curator/scripts/check.pyCritical Rules
关键规则
- Treat adapter install strings as documentation — do not execute them from this skill.
- Never duplicate or
skills/into platform plugin folders.agents/ - Pair bundle reports with cross-agent-install-smoke dry-run before install reconciliation.
- Keep bundle root policy aligned with §2.1.
AGENTS.md - Route packaging ZIP work to the repo packaging command, not ad-hoc archives.
- 将适配器安装字符串视为文档——请勿通过此skill执行它们。
- 切勿将或
skills/复制到平台插件文件夹中。agents/ - 在安装协调前,需将包报告与cross-agent-install-smoke空运行配对执行。
- 保持包根目录策略与第2.1节一致。
AGENTS.md - 将打包ZIP工作交由仓库打包命令处理,而非临时归档文件。