Web ppt
Create single-file horizontal HTML presentation decks with rich visual style. Use when the user asks for a web PPT, HTML slides, magazine-style deck, Swiss-style deck, horizontal swipe deck, or a shareable presentation that should open directly in a browser. Use office-pptx instead when the requested final artifact is a native PowerPoint .pptx file.From its SKILL.md
npx -y skills add realraelrr/knot-skills --skill web-pptAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as AGPL-3.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.5 KB, 702 tokens by cl100k_base, as published. Nobody here has run it
Web PPT Skill
Create a single-file HTML deck using the vendored upstream runtime. Knot owns
only this entry adapter: skill name, trigger semantics, delivery boundary, and
verification routing. Keep assets/, references/, scripts/, and LICENSE
synchronized with the upstream source commit recorded in UPSTREAMS.md.
Routing
Use this skill for browser-based presentation deliverables:
- web PPT or HTML slides
- magazine-style or Swiss-style decks
- horizontal swipe decks
- shareable presentations that should open directly in a browser
Use office-pptx instead when the requested final artifact is a native
PowerPoint .pptx file. Do not use this skill for document extraction,
knowledge ingestion, or Office XML-level editing.
Templates
- Style A: editorial magazine / e-ink feel, serif display type, warm visual tone.
- Style B: Swiss international style, dense grid, strong functional accent color.
Workflow
- Resolve the target style. If the user does not specify, choose Style A for narrative/editorial topics and Style B for technical, product, roadmap, or data-heavy topics.
- Clarify only blocking inputs: audience, duration/page count, source material, images or screenshots, theme color, and hard constraints.
- Copy the matching template into the work area:
- Style A:
assets/template.html - Style B:
assets/template-swiss.html
- Style A:
- Plan the slide outline before editing HTML. Keep one idea per slide.
- Use upstream reference files for detailed workflow and style rules:
- Style A layouts:
references/layouts.md - Style B locked layouts:
references/swiss-layout-lock.md - Style B examples and rules:
references/layouts-swiss.md - Components:
references/components.md - Themes:
references/themes.mdorreferences/themes-swiss.md - Image prompt guidance:
references/image-prompts.md - Screenshot framing:
references/screenshot-framing.md - Final QA:
references/checklist.md
- Style A layouts:
- Write final deliverables under the current direct-user workspace
deliverables/directory, or under the current authorized group workspacedeliverables/directory in group scope. Use the Knot delivery helper expected by the workspace. - Open the generated
index.htmlin a browser and visually inspect every slide before delivery.
Style Rules
- Do not mix Style A and Style B CSS/components in the same deck.
- For Style B, follow the upstream conservative Swiss defaults in the bundled validator and references. Do not relax those defaults locally.
- Use real content, data, images, or generated assets. Do not leave placeholder blocks, lorem ipsum, unused sample slides, or broken image paths.
- Avoid emoji as interface decoration; use icons or typography from the template.
- Keep browser delivery simple: the generated deck should open directly as a local HTML file unless the user asks for hosting.
Verification
Before claiming completion:
node scripts/validate-swiss-deck.mjs path/to/index.html # Style B only
Then inspect the deck in a browser. Fix visible overlap, clipped text, misaligned images, missing assets, blank slides, or navigation problems before handoff.
What ships with it: 25 files
2190.7 KB alongside SKILL.md, 2 of them executable
assets/
- motion.min.jsruns62.7 KB
- screenshot-backgrounds/style-a/dune.webp157.0 KB
- screenshot-backgrounds/style-a/forest-ink.webp232.2 KB
- screenshot-backgrounds/style-a/indigo-porcelain.webp127.8 KB
- screenshot-backgrounds/style-a/kraft-paper.webp250.3 KB
- screenshot-backgrounds/style-a/monocle-classic.webp180.2 KB
- screenshot-backgrounds/style-b/ikb-dot-gradient.webp376.7 KB
- screenshot-backgrounds/style-b/lemon-green-dot-shadow.webp141.7 KB
- screenshot-backgrounds/style-b/lemon-grid.webp64.0 KB
- screenshot-backgrounds/style-b/safety-orange-halftone.webp249.1 KB
- template.html38.3 KB
- template-swiss.html99.4 KB
references/
- checklist.md30.3 KB
- components.md15.1 KB
- image-prompts.md12.1 KB
- layouts.md27.6 KB
- layouts-swiss.md51.5 KB
- screenshot-framing.md8.1 KB
- swiss-layout-lock.md5.9 KB
- swiss-map-component.md13.2 KB
- themes.md3.5 KB
- themes-swiss.md5.5 KB
scripts/
- validate-swiss-deck.mjsruns4.8 KB
- .gitignore19 B
- LICENSE33.7 KB