@topmindspace/tms-skills 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +40 -12
- package/package.json +1 -1
- package/top-ppt-html/README.md +29 -6
- package/top-ppt-html/SKILL.md +2 -2
- package/top-ppt-html/package-lock.json +2 -2
- package/top-ppt-html/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 0.1.9 — 2026-09-26
|
|
2
|
+
|
|
3
|
+
### Docs · banner · theme overview · live showcase
|
|
4
|
+
|
|
5
|
+
- **主题总览大图**:根 README + `top-ppt-html/README.md` 嵌入三张 Gate 0 `theme-overview*.png`(演示 / 研究 / 架构),保留风格封面与 showcase 样张画廊。
|
|
6
|
+
- **Slim banner**:`docs/assets/tms-skills-banner.png` 裁为 **1280×360**;README 展示宽约 960。
|
|
7
|
+
- **Badge 行**:对齐 topmind 风格(Release / npm / CI / License)。
|
|
8
|
+
- **Live 链接**:指向 `https://topmindspace.github.io/tms-skills/`(落地页 / showcase.html / style-gallery.html)。
|
|
9
|
+
- **Pages 源**:`docs/index.html` + `docs/showcase.html` + `docs/style-gallery.html` + `docs/site-assets/`(启用 GitHub Pages → Deploy from branch `main` / `/docs` 即可上线同路径 URL)。
|
|
10
|
+
- 模板 / runtime:经 `sync_runtime.py` 校验,无「甲板」;`REPORT_MODEL` 与引擎 SHA 一致。
|
|
11
|
+
- 版本对齐 **0.1.9**(根 + 技能 package/lock / SKILL metadata / README / PUBLISHING)。
|
|
12
|
+
|
|
13
|
+
### 红线未动
|
|
14
|
+
反截断、图表多样性地板、Mode A craft、runtime SHA 同版本门禁、中文「演示文稿」术语、整仓 npm 发版。
|
|
15
|
+
|
|
1
16
|
## 0.1.8 — 2026-09-26
|
|
2
17
|
|
|
3
18
|
### Showcase · docs · release polish
|
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# tms-skills
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
[](https://github.com/topmindspace/tms-skills/releases)
|
|
4
|
+
[](https://www.npmjs.com/package/@topmindspace/tms-skills)
|
|
5
|
+
[](https://github.com/topmindspace/tms-skills/actions/workflows/ci.yml)
|
|
6
|
+
[](LICENSE)
|
|
6
7
|
|
|
7
8
|
**TopMindspace 智能体技能 monorepo** — 把好想法做成可上台的交付。
|
|
8
9
|
|
|
@@ -10,42 +11,69 @@
|
|
|
10
11
|
|
|
11
12
|
> 让 idea 飞,好想法被看见。
|
|
12
13
|
|
|
14
|
+
<p align="center">
|
|
15
|
+
<img src="docs/assets/tms-skills-banner.png" alt="tms-skills — TopMindspace agent skills" width="960" />
|
|
16
|
+
</p>
|
|
17
|
+
|
|
18
|
+
> **警告**:不要安装 `@topmindspace/tms-skills@^2`(2.0.0–2.1.1 已弃用)。当前线 **0.1.x**(`latest`)。
|
|
19
|
+
|
|
13
20
|
## 一眼看到工艺
|
|
14
21
|
|
|
22
|
+
### 主题总览(Gate 0)
|
|
23
|
+
|
|
24
|
+
<p align="center">
|
|
25
|
+
<img src="top-ppt-html/assets/theme-overview.png" alt="演示模式 · business-blue 主题总览" width="900" /><br/>
|
|
26
|
+
<sub>演示 · business-blue</sub>
|
|
27
|
+
</p>
|
|
28
|
+
|
|
29
|
+
<p align="center">
|
|
30
|
+
<img src="top-ppt-html/assets/theme-overview-research.png" alt="研究模式 · mckinsey 主题总览" width="900" /><br/>
|
|
31
|
+
<sub>研究 · mckinsey</sub>
|
|
32
|
+
</p>
|
|
33
|
+
|
|
34
|
+
<p align="center">
|
|
35
|
+
<img src="top-ppt-html/assets/theme-overview-architecture.png" alt="架构模式 · graphite-dark 主题总览" width="900" /><br/>
|
|
36
|
+
<sub>架构 · graphite-dark</sub>
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
### 风格封面
|
|
40
|
+
|
|
15
41
|
| 演示 · business-blue | 研究 · mckinsey | 架构 · graphite-dark |
|
|
16
42
|
|:---:|:---:|:---:|
|
|
17
43
|
|  |  |  |
|
|
18
44
|
|
|
19
|
-
|
|
45
|
+
### 产品 Showcase 样张(Mode A · ~10 页)
|
|
20
46
|
|
|
21
47
|
| Cover | 三模式 | 质量门禁 |
|
|
22
48
|
|:---:|:---:|:---:|
|
|
23
49
|
|  |  |  |
|
|
24
50
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
-
|
|
51
|
+
**在线体验**
|
|
52
|
+
|
|
53
|
+
- 落地页:[topmindspace.github.io/tms-skills/](https://topmindspace.github.io/tms-skills/)
|
|
54
|
+
- 完整演示文稿:[showcase.html](https://topmindspace.github.io/tms-skills/showcase.html)
|
|
55
|
+
- 风格画廊:[style-gallery.html](https://topmindspace.github.io/tms-skills/style-gallery.html)
|
|
56
|
+
- 仓库内交互画廊:[top-ppt-html/assets/style-gallery.html](./top-ppt-html/assets/style-gallery.html)
|
|
57
|
+
- 仓库内 Showcase HTML:[top-ppt-html/assets/examples/2026-09-26-topmind-tms-skills-showcase.html](./top-ppt-html/assets/examples/2026-09-26-topmind-tms-skills-showcase.html)
|
|
28
58
|
- 更多截图:[docs/showcase/](./docs/showcase/)
|
|
29
59
|
|
|
30
60
|
## 技能一览
|
|
31
61
|
|
|
32
62
|
| 技能 | 版本 | 做什么 |
|
|
33
63
|
|------|------|--------|
|
|
34
|
-
| [`top-ppt-html`](./top-ppt-html/) | **0.1.
|
|
64
|
+
| [`top-ppt-html`](./top-ppt-html/) | **0.1.9** | 正式场合演讲/汇报演示文稿:HTML 可翻页 + 16:9 可编辑 PPTX;三模式 × 九风格;strict 0/0 门禁 |
|
|
35
65
|
|
|
36
|
-
安装器 [`@topmindspace/tms-skills`](https://www.npmjs.com/package/@topmindspace/tms-skills) 同为 **0.1.
|
|
66
|
+
安装器 [`@topmindspace/tms-skills`](https://www.npmjs.com/package/@topmindspace/tms-skills) 同为 **0.1.9**(整仓同 tag 发版)。
|
|
37
67
|
|
|
38
68
|
## 安装
|
|
39
69
|
|
|
40
70
|
**npm = 钉版本快照**;**GitHub = 跟仓库 HEAD**。
|
|
41
71
|
|
|
42
|
-
> **警告**:不要安装 `@topmindspace/tms-skills@^2`(2.0.0–2.1.1 已弃用)。当前线 **0.1.x**(`latest`)。
|
|
43
|
-
|
|
44
72
|
```bash
|
|
45
73
|
npx @topmindspace/tms-skills list
|
|
46
74
|
npx @topmindspace/tms-skills install top-ppt-html
|
|
47
75
|
npx @topmindspace/tms-skills install top-ppt-html --to ./.claude/skills
|
|
48
|
-
npx @topmindspace/tms-skills@0.1.
|
|
76
|
+
npx @topmindspace/tms-skills@0.1.9 install top-ppt-html # 钉版本
|
|
49
77
|
```
|
|
50
78
|
|
|
51
79
|
```bash
|
package/package.json
CHANGED
package/top-ppt-html/README.md
CHANGED
|
@@ -1,16 +1,38 @@
|
|
|
1
1
|
# TopPPT HTML
|
|
2
2
|
|
|
3
|
+
[](https://github.com/topmindspace/tms-skills/releases)
|
|
4
|
+
[](https://www.npmjs.com/package/@topmindspace/tms-skills)
|
|
5
|
+
[](https://github.com/topmindspace/tms-skills/actions/workflows/ci.yml)
|
|
6
|
+
[](../LICENSE)
|
|
7
|
+
|
|
8
|
+
**让 idea 飞,好想法被看见。** 面向**演讲与正式场合**的高品质演示文稿技能:把主张、调研、分析、架构方案,生成为**优雅、美观、大气**的可翻页 HTML + **版式保真可编辑 PPTX**。核心工艺是版式、排版、色彩与内容组织——克制图标/图表配文,而非 gadget 堆砌或咨询 dump 默认。
|
|
9
|
+
|
|
3
10
|
<p align="center">
|
|
4
11
|
<img src="assets/showcase/showcase-cover.png" alt="TopMind × tms-skills showcase cover" width="720" />
|
|
5
12
|
</p>
|
|
6
13
|
|
|
7
|
-
**让 idea 飞,好想法被看见。** 面向**演讲与正式场合**的高品质演示文稿技能:把主张、调研、分析、架构方案,生成为**优雅、美观、大气**的可翻页 HTML + **版式保真可编辑 PPTX**。核心工艺是版式、排版、色彩与内容组织——克制图标/图表配文,而非 gadget 堆砌或咨询 dump 默认。
|
|
8
|
-
|
|
9
14
|
- 技能标识:`top-ppt-html`;品牌名:**TopPPT HTML**
|
|
10
|
-
- 版本:**v0.1.
|
|
15
|
+
- 版本:**v0.1.9**(与 `@topmindspace/tms-skills@0.1.9` 同 tag)
|
|
11
16
|
- **智能体入口**:`SKILL.md` → `references/playbook.md`(L1)→ L2 按需
|
|
12
17
|
- **人类维护者**:本 README(安装 / 命令 / 目录);勿把本文件当生成规范
|
|
13
18
|
|
|
19
|
+
### 主题总览(Gate 0)
|
|
20
|
+
|
|
21
|
+
<p align="center">
|
|
22
|
+
<img src="assets/theme-overview.png" alt="演示模式 · business-blue 主题总览" width="860" /><br/>
|
|
23
|
+
<sub>演示 · business-blue</sub>
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+
<p align="center">
|
|
27
|
+
<img src="assets/theme-overview-research.png" alt="研究模式 · mckinsey 主题总览" width="860" /><br/>
|
|
28
|
+
<sub>研究 · mckinsey</sub>
|
|
29
|
+
</p>
|
|
30
|
+
|
|
31
|
+
<p align="center">
|
|
32
|
+
<img src="assets/theme-overview-architecture.png" alt="架构模式 · graphite-dark 主题总览" width="860" /><br/>
|
|
33
|
+
<sub>架构 · graphite-dark</sub>
|
|
34
|
+
</p>
|
|
35
|
+
|
|
14
36
|
### 风格 × 模式一览
|
|
15
37
|
|
|
16
38
|
| business-blue · 演示 | mckinsey · 研究 | graphite-dark · 架构 |
|
|
@@ -21,9 +43,10 @@
|
|
|
21
43
|
|:---:|:---:|:---:|
|
|
22
44
|
|  |  |  |
|
|
23
45
|
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
-
|
|
46
|
+
**在线体验** · [落地页](https://topmindspace.github.io/tms-skills/) · [Showcase 演示文稿](https://topmindspace.github.io/tms-skills/showcase.html) · [风格画廊](https://topmindspace.github.io/tms-skills/style-gallery.html)
|
|
47
|
+
|
|
48
|
+
- 交互画廊(仓库内):[`assets/style-gallery.html`](./assets/style-gallery.html)
|
|
49
|
+
- 产品 Showcase(仓库内):[`assets/examples/2026-09-26-topmind-tms-skills-showcase.html`](./assets/examples/2026-09-26-topmind-tms-skills-showcase.html)(Mode A · business-blue · ~10 页)
|
|
27
50
|
- 仓库级大图集:[`docs/showcase/`](../docs/showcase/)(不进技能 zip)
|
|
28
51
|
|
|
29
52
|
## 一、技能简介(人类速览)
|
package/top-ppt-html/SKILL.md
CHANGED
|
@@ -4,7 +4,7 @@ description: "Use when 用户要做报告、演示、汇报、PPT、slides、dec
|
|
|
4
4
|
license: MIT
|
|
5
5
|
compatibility: "Python 3 stdlib for HTML generation; Node >=18 + pptxgenjs for PPTX; optional playwright for browser regression / theme captures."
|
|
6
6
|
metadata:
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.9"
|
|
8
8
|
author: TopMindspace
|
|
9
9
|
---
|
|
10
10
|
# TopPPT HTML
|
|
@@ -121,7 +121,7 @@ metadata:
|
|
|
121
121
|
|
|
122
122
|
## 版本口径
|
|
123
123
|
|
|
124
|
-
包 semver(现 0.1.
|
|
124
|
+
包 semver(现 0.1.9)≠ 布局 schema 线(layout-constants / model-schema 的 version,现 `0.1`);patch 不抬 schema。
|
|
125
125
|
|
|
126
126
|
## 环境依赖
|
|
127
127
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "top-ppt-html",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "top-ppt-html",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.9",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"pptxgenjs": "^4.0.0"
|