@topmindspace/tms-skills 2.0.1 → 2.1.0
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 +145 -134
- package/README.md +1 -1
- package/bin/tms-skills.js +160 -160
- package/package.json +48 -48
- package/top-ppt-html/README.md +254 -254
- package/top-ppt-html/SKILL.md +111 -111
- package/top-ppt-html/assets/examples/2026-09-09-architecture-graphite-dark.html +3926 -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 +3926 -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 +4325 -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 +4325 -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 +4325 -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 +5527 -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 +5527 -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 +5527 -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 +5527 -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 +589 -589
- package/top-ppt-html/assets/templates/architecture.html +3728 -3728
- package/top-ppt-html/assets/templates/engine.css +840 -840
- package/top-ppt-html/assets/templates/presentation.html +3738 -3738
- package/top-ppt-html/assets/templates/research.html +4017 -4017
- package/top-ppt-html/assets/templates/ui.js +520 -520
- 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 +207 -0
- package/top-ppt-html/package.json +35 -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 +478 -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 +370 -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 +351 -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 +3377 -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 +308 -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,105 +1,105 @@
|
|
|
1
|
-
{
|
|
2
|
-
"components.md": {
|
|
3
|
-
"12": "components-atoms.md",
|
|
4
|
-
"6": "components-atoms.md",
|
|
5
|
-
"15c": "components-atoms.md",
|
|
6
|
-
"2": "components-atoms.md",
|
|
7
|
-
"11b": "components-atoms.md",
|
|
8
|
-
"14": "components-atoms.md",
|
|
9
|
-
"1": "components-atoms.md",
|
|
10
|
-
"13": "components-atoms.md",
|
|
11
|
-
"4": "components-atoms.md",
|
|
12
|
-
"15b": "components-atoms.md",
|
|
13
|
-
"7": "components-atoms.md",
|
|
14
|
-
"9": "components-atoms.md",
|
|
15
|
-
"10": "components-atoms.md",
|
|
16
|
-
"15": "components-atoms.md",
|
|
17
|
-
"3": "components-atoms.md",
|
|
18
|
-
"11c": "components-atoms.md",
|
|
19
|
-
"5": "components-atoms.md",
|
|
20
|
-
"11": "components-atoms.md",
|
|
21
|
-
"8": "components-atoms.md",
|
|
22
|
-
"36c": "layouts-research.md",
|
|
23
|
-
"36f": "layouts-research.md",
|
|
24
|
-
"36e": "layouts-research.md",
|
|
25
|
-
"36b": "layouts-research.md",
|
|
26
|
-
"36": "layouts-research.md",
|
|
27
|
-
"36d": "layouts-research.md",
|
|
28
|
-
"38": "layouts-architecture.md",
|
|
29
|
-
"38b": "layouts-architecture.md",
|
|
30
|
-
"37": "layouts-architecture.md",
|
|
31
|
-
"43": "layouts-combo.md",
|
|
32
|
-
"48": "layouts-combo.md",
|
|
33
|
-
"47": "layouts-combo.md",
|
|
34
|
-
"44": "layouts-combo.md",
|
|
35
|
-
"40": "layouts-combo.md",
|
|
36
|
-
"46c": "layouts-combo.md",
|
|
37
|
-
"34": "layouts-combo.md",
|
|
38
|
-
"39": "layouts-combo.md",
|
|
39
|
-
"33": "layouts-combo.md",
|
|
40
|
-
"46": "layouts-combo.md",
|
|
41
|
-
"32": "layouts-combo.md",
|
|
42
|
-
"41": "layouts-combo.md",
|
|
43
|
-
"45": "layouts-combo.md",
|
|
44
|
-
"42": "layouts-combo.md",
|
|
45
|
-
"49": "layouts-combo.md",
|
|
46
|
-
"50": "layouts-combo.md",
|
|
47
|
-
"46b": "layouts-combo.md"
|
|
48
|
-
},
|
|
49
|
-
"charts.md": {
|
|
50
|
-
"20": "charts-basic.md",
|
|
51
|
-
"21": "charts-basic.md",
|
|
52
|
-
"29b": "charts-basic.md",
|
|
53
|
-
"31": "charts-basic.md",
|
|
54
|
-
"18": "charts-basic.md",
|
|
55
|
-
"25": "charts-basic.md",
|
|
56
|
-
"24": "charts-basic.md",
|
|
57
|
-
"30": "charts-basic.md",
|
|
58
|
-
"28": "charts-basic.md",
|
|
59
|
-
"35": "charts-basic.md",
|
|
60
|
-
"29": "charts-basic.md",
|
|
61
|
-
"16": "charts-basic.md",
|
|
62
|
-
"26": "charts-basic.md",
|
|
63
|
-
"27": "charts-basic.md",
|
|
64
|
-
"17": "charts-basic.md",
|
|
65
|
-
"22": "charts-basic.md",
|
|
66
|
-
"23": "charts-basic.md",
|
|
67
|
-
"19": "charts-basic.md",
|
|
68
|
-
"59": "charts-extended.md",
|
|
69
|
-
"61": "charts-extended.md",
|
|
70
|
-
"53": "charts-extended.md",
|
|
71
|
-
"67": "charts-extended.md",
|
|
72
|
-
"54": "charts-extended.md",
|
|
73
|
-
"62": "charts-extended.md",
|
|
74
|
-
"52": "charts-extended.md",
|
|
75
|
-
"65": "charts-extended.md",
|
|
76
|
-
"57": "charts-extended.md",
|
|
77
|
-
"58": "charts-extended.md",
|
|
78
|
-
"68": "charts-extended.md",
|
|
79
|
-
"55": "charts-extended.md",
|
|
80
|
-
"70": "charts-extended.md",
|
|
81
|
-
"63": "charts-extended.md",
|
|
82
|
-
"66": "charts-discipline.md",
|
|
83
|
-
"64": "charts-discipline.md"
|
|
84
|
-
},
|
|
85
|
-
"infographics.md": {
|
|
86
|
-
"1": "infographics-stats.md",
|
|
87
|
-
"2": "infographics-stats.md",
|
|
88
|
-
"3": "infographics-stats.md",
|
|
89
|
-
"4": "infographics-stats.md",
|
|
90
|
-
"5": "infographics-stats.md",
|
|
91
|
-
"6": "infographics-stats.md",
|
|
92
|
-
"71": "infographics-stats.md",
|
|
93
|
-
"72": "infographics-stats.md",
|
|
94
|
-
"73": "infographics-stats.md",
|
|
95
|
-
"74": "infographics-stats.md",
|
|
96
|
-
"75": "infographics-stats.md",
|
|
97
|
-
"76": "infographics-stats.md",
|
|
98
|
-
"77": "infographics-stats.md",
|
|
99
|
-
"78": "infographics-structure.md",
|
|
100
|
-
"79": "infographics-structure.md",
|
|
101
|
-
"80": "infographics-structure.md",
|
|
102
|
-
"81": "infographics-structure.md",
|
|
103
|
-
"82": "infographics-structure.md"
|
|
104
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"components.md": {
|
|
3
|
+
"12": "components-atoms.md",
|
|
4
|
+
"6": "components-atoms.md",
|
|
5
|
+
"15c": "components-atoms.md",
|
|
6
|
+
"2": "components-atoms.md",
|
|
7
|
+
"11b": "components-atoms.md",
|
|
8
|
+
"14": "components-atoms.md",
|
|
9
|
+
"1": "components-atoms.md",
|
|
10
|
+
"13": "components-atoms.md",
|
|
11
|
+
"4": "components-atoms.md",
|
|
12
|
+
"15b": "components-atoms.md",
|
|
13
|
+
"7": "components-atoms.md",
|
|
14
|
+
"9": "components-atoms.md",
|
|
15
|
+
"10": "components-atoms.md",
|
|
16
|
+
"15": "components-atoms.md",
|
|
17
|
+
"3": "components-atoms.md",
|
|
18
|
+
"11c": "components-atoms.md",
|
|
19
|
+
"5": "components-atoms.md",
|
|
20
|
+
"11": "components-atoms.md",
|
|
21
|
+
"8": "components-atoms.md",
|
|
22
|
+
"36c": "layouts-research.md",
|
|
23
|
+
"36f": "layouts-research.md",
|
|
24
|
+
"36e": "layouts-research.md",
|
|
25
|
+
"36b": "layouts-research.md",
|
|
26
|
+
"36": "layouts-research.md",
|
|
27
|
+
"36d": "layouts-research.md",
|
|
28
|
+
"38": "layouts-architecture.md",
|
|
29
|
+
"38b": "layouts-architecture.md",
|
|
30
|
+
"37": "layouts-architecture.md",
|
|
31
|
+
"43": "layouts-combo.md",
|
|
32
|
+
"48": "layouts-combo.md",
|
|
33
|
+
"47": "layouts-combo.md",
|
|
34
|
+
"44": "layouts-combo.md",
|
|
35
|
+
"40": "layouts-combo.md",
|
|
36
|
+
"46c": "layouts-combo.md",
|
|
37
|
+
"34": "layouts-combo.md",
|
|
38
|
+
"39": "layouts-combo.md",
|
|
39
|
+
"33": "layouts-combo.md",
|
|
40
|
+
"46": "layouts-combo.md",
|
|
41
|
+
"32": "layouts-combo.md",
|
|
42
|
+
"41": "layouts-combo.md",
|
|
43
|
+
"45": "layouts-combo.md",
|
|
44
|
+
"42": "layouts-combo.md",
|
|
45
|
+
"49": "layouts-combo.md",
|
|
46
|
+
"50": "layouts-combo.md",
|
|
47
|
+
"46b": "layouts-combo.md"
|
|
48
|
+
},
|
|
49
|
+
"charts.md": {
|
|
50
|
+
"20": "charts-basic.md",
|
|
51
|
+
"21": "charts-basic.md",
|
|
52
|
+
"29b": "charts-basic.md",
|
|
53
|
+
"31": "charts-basic.md",
|
|
54
|
+
"18": "charts-basic.md",
|
|
55
|
+
"25": "charts-basic.md",
|
|
56
|
+
"24": "charts-basic.md",
|
|
57
|
+
"30": "charts-basic.md",
|
|
58
|
+
"28": "charts-basic.md",
|
|
59
|
+
"35": "charts-basic.md",
|
|
60
|
+
"29": "charts-basic.md",
|
|
61
|
+
"16": "charts-basic.md",
|
|
62
|
+
"26": "charts-basic.md",
|
|
63
|
+
"27": "charts-basic.md",
|
|
64
|
+
"17": "charts-basic.md",
|
|
65
|
+
"22": "charts-basic.md",
|
|
66
|
+
"23": "charts-basic.md",
|
|
67
|
+
"19": "charts-basic.md",
|
|
68
|
+
"59": "charts-extended.md",
|
|
69
|
+
"61": "charts-extended.md",
|
|
70
|
+
"53": "charts-extended.md",
|
|
71
|
+
"67": "charts-extended.md",
|
|
72
|
+
"54": "charts-extended.md",
|
|
73
|
+
"62": "charts-extended.md",
|
|
74
|
+
"52": "charts-extended.md",
|
|
75
|
+
"65": "charts-extended.md",
|
|
76
|
+
"57": "charts-extended.md",
|
|
77
|
+
"58": "charts-extended.md",
|
|
78
|
+
"68": "charts-extended.md",
|
|
79
|
+
"55": "charts-extended.md",
|
|
80
|
+
"70": "charts-extended.md",
|
|
81
|
+
"63": "charts-extended.md",
|
|
82
|
+
"66": "charts-discipline.md",
|
|
83
|
+
"64": "charts-discipline.md"
|
|
84
|
+
},
|
|
85
|
+
"infographics.md": {
|
|
86
|
+
"1": "infographics-stats.md",
|
|
87
|
+
"2": "infographics-stats.md",
|
|
88
|
+
"3": "infographics-stats.md",
|
|
89
|
+
"4": "infographics-stats.md",
|
|
90
|
+
"5": "infographics-stats.md",
|
|
91
|
+
"6": "infographics-stats.md",
|
|
92
|
+
"71": "infographics-stats.md",
|
|
93
|
+
"72": "infographics-stats.md",
|
|
94
|
+
"73": "infographics-stats.md",
|
|
95
|
+
"74": "infographics-stats.md",
|
|
96
|
+
"75": "infographics-stats.md",
|
|
97
|
+
"76": "infographics-stats.md",
|
|
98
|
+
"77": "infographics-stats.md",
|
|
99
|
+
"78": "infographics-structure.md",
|
|
100
|
+
"79": "infographics-structure.md",
|
|
101
|
+
"80": "infographics-structure.md",
|
|
102
|
+
"81": "infographics-structure.md",
|
|
103
|
+
"82": "infographics-structure.md"
|
|
104
|
+
}
|
|
105
105
|
}
|