mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-06-06 09:30:42 +08:00
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:
@@ -12,7 +12,7 @@ description: >-
|
||||
content afterward. If a .pptx file needs to be opened, created, or touched,
|
||||
use this skill. Use when 用户提到 PPT、演示文稿、幻灯片、演讲稿、汇报材料、
|
||||
pptx、创建演示、编辑幻灯片。
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
type: procedural
|
||||
risk_level: low
|
||||
status: enabled
|
||||
@@ -25,7 +25,7 @@ tags:
|
||||
- office
|
||||
metadata:
|
||||
author: anthropic
|
||||
updated_at: '2026-04-13'
|
||||
updated_at: '2026-05-04'
|
||||
market:
|
||||
icon: >-
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0
|
||||
|
||||
Reference in New Issue
Block a user