@topmindspace/tms-skills 2.0.0 → 2.0.2
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 +139 -123
- package/README.md +126 -103
- package/bin/tms-skills.js +160 -160
- package/package.json +48 -48
- package/top-ppt-html/README.md +254 -253
- package/top-ppt-html/SKILL.md +111 -111
- package/top-ppt-html/assets/examples/2026-09-09-architecture-graphite-dark.html +3873 -3926
- package/top-ppt-html/assets/examples/2026-09-09-architecture-graphite-dark.model.json +167 -167
- package/top-ppt-html/assets/examples/2026-09-09-architecture-spectrum.html +3873 -3926
- package/top-ppt-html/assets/examples/2026-09-09-architecture-spectrum.model.json +167 -167
- package/top-ppt-html/assets/examples/2026-09-09-presentation-apple-mono.html +4272 -4325
- package/top-ppt-html/assets/examples/2026-09-09-presentation-apple-mono.model.json +320 -320
- package/top-ppt-html/assets/examples/2026-09-09-presentation-brand-red.html +4272 -4325
- package/top-ppt-html/assets/examples/2026-09-09-presentation-brand-red.model.json +320 -320
- package/top-ppt-html/assets/examples/2026-09-09-presentation-business-blue.html +4272 -4325
- package/top-ppt-html/assets/examples/2026-09-09-presentation-business-blue.model.json +320 -320
- package/top-ppt-html/assets/examples/2026-09-09-research-deep-teal.html +5474 -5527
- package/top-ppt-html/assets/examples/2026-09-09-research-deep-teal.model.json +913 -913
- package/top-ppt-html/assets/examples/2026-09-09-research-indigo-violet.html +5474 -5527
- package/top-ppt-html/assets/examples/2026-09-09-research-indigo-violet.model.json +913 -913
- package/top-ppt-html/assets/examples/2026-09-09-research-mckinsey.html +5474 -5527
- package/top-ppt-html/assets/examples/2026-09-09-research-mckinsey.model.json +913 -913
- package/top-ppt-html/assets/examples/2026-09-09-research-warm-sand.html +5474 -5527
- package/top-ppt-html/assets/examples/2026-09-09-research-warm-sand.model.json +913 -913
- package/top-ppt-html/assets/pptx-export.js +1944 -1944
- package/top-ppt-html/assets/style-gallery.html +559 -589
- package/top-ppt-html/assets/templates/architecture.html +3675 -3728
- package/top-ppt-html/assets/templates/engine.css +787 -840
- package/top-ppt-html/assets/templates/presentation.html +3685 -3738
- package/top-ppt-html/assets/templates/research.html +3964 -4017
- package/top-ppt-html/assets/templates/ui.js +520 -520
- package/top-ppt-html/assets/theme-overview-architecture.png +0 -0
- package/top-ppt-html/assets/theme-overview-presentation.png +0 -0
- package/top-ppt-html/assets/theme-overview-research.png +0 -0
- package/top-ppt-html/assets/theme-overview.png +0 -0
- package/top-ppt-html/evals/prompts.csv +15 -15
- package/top-ppt-html/evals/rubric.schema.json +25 -25
- package/top-ppt-html/evals/run_evals.py +220 -220
- package/top-ppt-html/evals/trace.example.json +16 -16
- package/top-ppt-html/package-lock.json +175 -0
- package/top-ppt-html/package.json +30 -35
- package/top-ppt-html/references/charts-basic.md +624 -624
- package/top-ppt-html/references/charts-discipline.md +108 -108
- package/top-ppt-html/references/charts-extended.md +482 -482
- package/top-ppt-html/references/charts.md +28 -28
- package/top-ppt-html/references/components-atoms.md +624 -624
- package/top-ppt-html/references/components.md +30 -30
- package/top-ppt-html/references/content-rules.md +490 -490
- package/top-ppt-html/references/design-system-engine.md +235 -235
- package/top-ppt-html/references/design-system.md +471 -478
- package/top-ppt-html/references/failure-modes.md +214 -214
- package/top-ppt-html/references/high-fidelity.md +127 -127
- package/top-ppt-html/references/icons.md +397 -397
- package/top-ppt-html/references/industry-benchmark.md +105 -105
- package/top-ppt-html/references/infographics-stats.md +308 -308
- package/top-ppt-html/references/infographics-structure.md +226 -226
- package/top-ppt-html/references/infographics.md +43 -43
- package/top-ppt-html/references/layout-grammar.md +315 -315
- package/top-ppt-html/references/layouts-architecture.md +108 -108
- package/top-ppt-html/references/layouts-combo.md +600 -600
- package/top-ppt-html/references/layouts-research.md +160 -160
- package/top-ppt-html/references/modes.md +254 -254
- package/top-ppt-html/references/outline-design.md +275 -275
- package/top-ppt-html/references/playbook.md +266 -266
- package/top-ppt-html/references/pptx-export.md +209 -209
- package/top-ppt-html/references/reform-plan.md +252 -252
- package/top-ppt-html/references/styles.md +336 -370
- package/top-ppt-html/references/tech-design.md +138 -138
- package/top-ppt-html/scripts/audit_css.py +109 -109
- package/top-ppt-html/scripts/audit_docs.py +176 -176
- package/top-ppt-html/scripts/audit_skill.py +220 -220
- package/top-ppt-html/scripts/audit_styles.py +293 -351
- package/top-ppt-html/scripts/build_examples.py +2276 -2276
- package/top-ppt-html/scripts/build_pptx.js +2380 -2380
- package/top-ppt-html/scripts/capture_theme_overview.js +78 -78
- package/top-ppt-html/scripts/checks_html.py +127 -127
- package/top-ppt-html/scripts/cross_verify.py +294 -294
- package/top-ppt-html/scripts/env_probe.py +158 -158
- package/top-ppt-html/scripts/extract_model.py +210 -210
- package/top-ppt-html/scripts/extract_snippet.py +374 -374
- package/top-ppt-html/scripts/gen_channel_a.js +214 -214
- package/top-ppt-html/scripts/layout-constants.json +3309 -3377
- package/top-ppt-html/scripts/layout_slots.json +830 -830
- package/top-ppt-html/scripts/lib_layout_regions.js +412 -412
- package/top-ppt-html/scripts/measure_height.py +178 -178
- package/top-ppt-html/scripts/model-schema.json +547 -547
- package/top-ppt-html/scripts/negative_tests.py +307 -307
- package/top-ppt-html/scripts/package_skill.py +291 -291
- package/top-ppt-html/scripts/prepare_images.py +341 -341
- package/top-ppt-html/scripts/probe_image_export.py +188 -188
- package/top-ppt-html/scripts/quality_gate.py +301 -301
- package/top-ppt-html/scripts/regression.py +307 -308
- package/top-ppt-html/scripts/render_compare.py +275 -275
- package/top-ppt-html/scripts/render_from_model.py +698 -698
- package/top-ppt-html/scripts/scaffold_report.py +1054 -1054
- package/top-ppt-html/scripts/section-file-map.json +104 -104
- package/top-ppt-html/scripts/sync_runtime.py +662 -662
- package/top-ppt-html/scripts/validate_pptx.py +1510 -1510
- package/top-ppt-html/scripts/validate_report.py +1456 -1456
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
# 结构组件与锁定版式(逻辑索引 · 节级物理文件)
|
|
2
|
-
|
|
3
|
-
> 本文件已拆分,**禁止整读**。§编号保持不变。取码入口:
|
|
4
|
-
> `python scripts/extract_snippet.py --file components.md --section <编号>`
|
|
5
|
-
|
|
6
|
-
| § 范围 | 物理文件 |
|
|
7
|
-
|--------|----------|
|
|
8
|
-
| §1、2、3、4、5、6 … | `components-atoms.md` |
|
|
9
|
-
| §36、36b、36c、36d、36e、36f … | `layouts-research.md` |
|
|
10
|
-
| §37、38、38b … | `layouts-architecture.md` |
|
|
11
|
-
| §32、33、34、39、40、41 … | `layouts-combo.md` |
|
|
12
|
-
|
|
13
|
-
原始前言与说明保留如下(规范正文已迁出)。
|
|
14
|
-
|
|
15
|
-
# 结构组件与锁定版式
|
|
16
|
-
|
|
17
|
-
复制即用。所有类名依赖 `design-system.md` 的 token;图表代码见 **`charts.md`**,复杂信息图页型见 **`infographics.md`**。
|
|
18
|
-
|
|
19
|
-
> **编号说明**:本技能规范采用**跨文件唯一稳定编号**(§1–§77)——拆分文件不改变编号,
|
|
20
|
-
> 便于交叉引用长期有效。本文件收录 §1–§15c(结构组件)与 §32–§50(锁定版式与选型);
|
|
21
|
-
> 图表在 `charts.md` §16–§31、§29b、§35、§52–§70,信息图页型在 `infographics.md` §71–§77。
|
|
22
|
-
|
|
23
|
-
**页内阅读顺序**:先按 `content-rules.md` §四-d 定密度档(L/M/H)→ 查本文件 §46/§46b 选版式 → 取本文件的组件代码 / `charts.md` 的图表代码。
|
|
24
|
-
|
|
25
|
-
---
|
|
26
|
-
|
|
27
|
-
# 第一部分 · 结构组件
|
|
28
|
-
|
|
29
|
-
> 顶栏 / Hero / 章节头 / 卡片 / 表格 / 时间线 / 强调带 / 待核实 / 素材图片 / 页脚 / Agenda / 页码 / 图标。
|
|
30
|
-
|
|
1
|
+
# 结构组件与锁定版式(逻辑索引 · 节级物理文件)
|
|
2
|
+
|
|
3
|
+
> 本文件已拆分,**禁止整读**。§编号保持不变。取码入口:
|
|
4
|
+
> `python scripts/extract_snippet.py --file components.md --section <编号>`
|
|
5
|
+
|
|
6
|
+
| § 范围 | 物理文件 |
|
|
7
|
+
|--------|----------|
|
|
8
|
+
| §1、2、3、4、5、6 … | `components-atoms.md` |
|
|
9
|
+
| §36、36b、36c、36d、36e、36f … | `layouts-research.md` |
|
|
10
|
+
| §37、38、38b … | `layouts-architecture.md` |
|
|
11
|
+
| §32、33、34、39、40、41 … | `layouts-combo.md` |
|
|
12
|
+
|
|
13
|
+
原始前言与说明保留如下(规范正文已迁出)。
|
|
14
|
+
|
|
15
|
+
# 结构组件与锁定版式
|
|
16
|
+
|
|
17
|
+
复制即用。所有类名依赖 `design-system.md` 的 token;图表代码见 **`charts.md`**,复杂信息图页型见 **`infographics.md`**。
|
|
18
|
+
|
|
19
|
+
> **编号说明**:本技能规范采用**跨文件唯一稳定编号**(§1–§77)——拆分文件不改变编号,
|
|
20
|
+
> 便于交叉引用长期有效。本文件收录 §1–§15c(结构组件)与 §32–§50(锁定版式与选型);
|
|
21
|
+
> 图表在 `charts.md` §16–§31、§29b、§35、§52–§70,信息图页型在 `infographics.md` §71–§77。
|
|
22
|
+
|
|
23
|
+
**页内阅读顺序**:先按 `content-rules.md` §四-d 定密度档(L/M/H)→ 查本文件 §46/§46b 选版式 → 取本文件的组件代码 / `charts.md` 的图表代码。
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# 第一部分 · 结构组件
|
|
28
|
+
|
|
29
|
+
> 顶栏 / Hero / 章节头 / 卡片 / 表格 / 时间线 / 强调带 / 待核实 / 素材图片 / 页脚 / Agenda / 页码 / 图标。
|
|
30
|
+
|