feat(skills): manage-teams + pptx 工具名对齐 PascalCase

跟随主仓库 desirecore PR #529(内置工具命名 PascalCase 化),同步以下 skill
中的工具引用:

- manage-teams (1.2.2 → 1.2.3):
  - manage_team(...) → ManageTeam(...)
  - delegate(...) → Delegate(...)
  - 段落正文中"使用 delegate 工具" / "直接 delegate" / "临时 delegate" → Delegate

- pptx (1.0.2 → 1.0.3):
  - editing.md 步骤 5 与"Editing Content"段中 "delegate tool" → Delegate tool

manifest.json: stats.lastUpdated 同步到今日。

兼容性:主仓库已通过 BuiltinToolDefinition.aliases 字段保留 manage_team /
delegate 等历史名作为 alias,旧 SKILL.md 仍然可用;本次更新让 SKILL 内的
代码示例与主名一致,避免 LLM 在调用时混用两种风格。
This commit is contained in:
2026-05-04 00:18:02 +08:00
parent 64a7bf0096
commit c68ab2a124
4 changed files with 23 additions and 23 deletions

View File

@@ -16,7 +16,7 @@
"stats": {
"totalAgents": 1,
"totalSkills": 22,
"lastUpdated": "2026-05-03"
"lastUpdated": "2026-05-04"
},
"features": [
"verified-only",