mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-05 19:03:50 +08:00
feat: 内置技能全量收录 presentation-forge (#83)
## 概述
将 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>
This commit is contained in:
22
skills/presentation-forge/NOTICE.md
Normal file
22
skills/presentation-forge/NOTICE.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# NOTICE — presentation-forge
|
||||
|
||||
本技能(skill id:`presentation-forge`)的内容 vendored(搬运)自上游开源项目,并在 DesireCore 官方市场以聚合形式分发。
|
||||
|
||||
## 来源 / Attribution
|
||||
|
||||
- **上游项目**:presentation-forge(原名 codex-ppt-skill)
|
||||
- **作者 / Author**:Ronnie2025
|
||||
- **规范源仓库 / Canonical repo**:https://github.com/mashagua/presentation-forge
|
||||
- **许可证 / License**:MIT(见同目录 `LICENSE`)
|
||||
|
||||
DesireCore 仅对原作品进行打包分发与元数据适配(`_desirecore/frontmatter.yaml` 覆盖层),未修改 `references/`、`assets/`、`scripts/`、`styles/`、`templates/`、`schemas/` 与 `SKILL.md` 的实质内容。上游 commit 溯源记录见 `_desirecore/upstream.json`。
|
||||
|
||||
## 许可与合规 / License & Compliance
|
||||
|
||||
本技能遵循 **MIT**。再分发或修改时须保留版权与许可声明。完整许可文本见 `LICENSE`。
|
||||
|
||||
## 维护方式 / Maintenance
|
||||
|
||||
- DesireCore 维护态(不随上游覆盖):`_desirecore/`
|
||||
- `frontmatter.yaml`:DesireCore 市场 frontmatter 覆盖层
|
||||
- `upstream.json`:上游 commit / ref 溯源
|
||||
Reference in New Issue
Block a user