mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-05 20:43:46 +08:00
## 概述
将 PPT 工作流技能 **presentation-forge**(原 codex-ppt-skill)以 **builtin
内置技能**形态全量收录进 DesireCore 官方市场。
> 注:本 PR 最初以 entry.json pointer 形态提交,现按仓库负责人意见改为 builtin 层全量
vendoring。分支保留两个提交(pointer → builtin 转换)。
## 形态:builtin 全量 vendoring(遵循 guizang-ppt 先例)
- 全量内容进 `skills/presentation-forge/`:`SKILL.md` + `SKILL.zh-CN.md` +
`references/` + `scripts/` + `styles/`(9 套风格)+ `templates/` +
`schemas/`。
- builtin frontmatter:`version/type/risk_level/status/tags` +
`metadata.i18n`(zh-CN/en-US)+
`market.icon/category/maintainer`,`category: creative`。
- 列入 `builtin-skills.json`(33 项)。
- 附 `LICENSE`(MIT)+ `NOTICE.md` +
`_desirecore/{frontmatter.yaml,upstream.json}` 溯源。
- 溯源 commit:`mashagua/presentation-forge@b7b1a9c`(MIT)。
- 排除非运行内容:`tests/` 夹具、未被任何 vendored 文件引用的 1.3MB 流程图、Codex `agents/` 绑定。
## 变更
- 新增 `skills/presentation-forge/`(全量内容,约 440KB)
- `builtin-skills.json`:新增 `presentation-forge`(32 → 33)
- `manifest.json`:`stats.totalSkills` 60 → 61,`version` 1.2.26 →
1.2.27,`lastUpdated` → 2026-08-10
- `README.md`:built-in 32 → 33、external 29 → 28、total 61 不变,两处代码块同步
## 验证
```
uv run scripts/i18n/validate-i18n.py
OK: no i18n issues found.
```
stats 公式核对:entry.json 目录 28 + SKILL.md 目录 33 = 61 = manifest.totalSkills
✓
---------
Co-authored-by: Yige <a@wyr.me>
Co-authored-by: yige <yige@yigedeMacBook-Neo.local>
39 lines
741 B
JSON
39 lines
741 B
JSON
{
|
|
"skills": [
|
|
"code-intelligence",
|
|
"configuring-compute",
|
|
"create-agent",
|
|
"dashscope-image-gen",
|
|
"delete-agent",
|
|
"dev-environment-setup",
|
|
"discover-agent",
|
|
"docx",
|
|
"frontend-design",
|
|
"guizang-ppt",
|
|
"image-to-image",
|
|
"mail-operations",
|
|
"manage-skills",
|
|
"manage-teams",
|
|
"markdown",
|
|
"minimax-music-gen",
|
|
"minimax-video-gen",
|
|
"nodejs-runtime",
|
|
"pdf",
|
|
"pptx",
|
|
"presentation-forge",
|
|
"python-runtime",
|
|
"registering-services",
|
|
"s3-storage-operations",
|
|
"skill-creator",
|
|
"tech-diagram",
|
|
"update-agent",
|
|
"using-services",
|
|
"web-access",
|
|
"workflow",
|
|
"workforce-optimization",
|
|
"xiaomi-tts",
|
|
"xlsx"
|
|
],
|
|
"retired": []
|
|
}
|