skill-bundle-curator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Skill 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

调度参数

$ARGUMENTSAction
EmptyDefault bundle summary
--format json
Machine-readable bundle report
adapters
List adapter install/update commands only
$ARGUMENTS操作
空值默认包汇总报告
--format json
机器可读格式的包报告
adapters
仅列出适配器安装/更新命令

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 adapters
Cross-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.py
bash
uv run python skills/skill-bundle-curator/scripts/check.py

Critical Rules

关键规则

  1. Treat adapter install strings as documentation — do not execute them from this skill.
  2. Never duplicate
    skills/
    or
    agents/
    into platform plugin folders.
  3. Pair bundle reports with cross-agent-install-smoke dry-run before install reconciliation.
  4. Keep bundle root policy aligned with
    AGENTS.md
    §2.1.
  5. Route packaging ZIP work to the repo packaging command, not ad-hoc archives.
  1. 将适配器安装字符串视为文档——请勿通过此skill执行它们。
  2. 切勿将
    skills/
    agents/
    复制到平台插件文件夹中。
  3. 在安装协调前,需将包报告与cross-agent-install-smoke空运行配对执行。
  4. 保持包根目录策略与
    AGENTS.md
    第2.1节一致。
  5. 将打包ZIP工作交由仓库打包命令处理,而非临时归档文件。