Creates zero-dependency HTML presentations from scratch or by converting PowerPoint files. Guides non-designers through visual style exploration with animated, viewport-adaptive slides.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:frontend-slidesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
创建零依赖的、动画丰富的 HTML 演示文稿,完全在浏览器中运行。
创建零依赖的、动画丰富的 HTML 演示文稿,完全在浏览器中运行。
灵感来自 zarazhangrui 作品中展示的视觉探索方法(致谢:@zarazhangrui)。
.ppt 或 .pptx 幻灯片转换为 HTML 演示文稿生成之前,阅读 STYLE_PRESETS.md 了解视口安全的 CSS 基础、密度限制、预设目录和 CSS 陷阱。
选择一个路径:
.ppt 或 .pptx只问最必要的问题:
如果用户有内容,请他们在样式确定前粘贴。
默认使用视觉探索。
如果用户已经知道想要的预设,跳过预览直接使用。
否则:
.ecc-design/slide-previews/ 中生成 3 个单页预览文件。将感觉映射到风格时使用 STYLE_PRESETS.md 中的预设指南。
输出以下之一:
presentation.html[presentation-name].html仅当演示文稿包含提取的或用户提供的图像时使用 assets/ 文件夹。
必需的结构:
STYLE_PRESETS.md 的视口安全 CSS 基础将此视为硬性门控。
规则:
.slide 必须使用 height: 100vh; height: 100dvh; overflow: hidden;clamp() 缩放使用 STYLE_PRESETS.md 中的密度限制和强制 CSS 块。
在以下尺寸检查完成的演示文稿:
如果浏览器自动化可用,使用它验证没有幻灯片溢出且键盘导航正常工作。
在交接时:
使用当前操作系统正确的打开器:
open file.htmlxdg-open file.htmlstart "" file.html对于 PowerPoint 转换:
python3 配合 python-pptx 提取文本、图像和备注。python-pptx 不可用,询问是否安装它或回退到手动/导出工作流。保持转换跨平台。当 Python 可以完成工作时不要依赖仅 macOS 的工具。
包含:
main、section、nav)prefers-reduced-motion除非用户明确要求更密集的幻灯片且可读性仍然保持,否则使用以下最大值:
| 幻灯片类型 | 限制 |
|---|---|
| 标题 | 1 个标题 + 1 个副标题 + 可选标语 |
| 内容 | 1 个标题 + 4-6 个要点或 2 段短文 |
| 特性网格 | 最多 6 张卡片 |
| 代码 | 最多 8-10 行 |
| 引用 | 1 条引用 + 出处 |
| 图像 | 1 张受视口约束的图像 |
-clamp(...)frontend-patterns 用于演示文稿周围的组件和交互模式liquid-glass-design 当演示文稿有意借鉴 Apple 玻璃美学时e2e-testing 如果需要为最终演示文稿进行自动化浏览器验证npx claudepluginhub aaione/everything-claude-code-zhCreates zero-dependency, animation-rich HTML presentations from scratch or by converting PPT/PPTX files for talks, pitches, and workshops.
Creates zero-dependency HTML presentations from scratch or by converting PowerPoint files. Guides users through visual style exploration with previews before building the final deck.
Generates zero-dependency HTML slide presentations with inline CSS/JS and animations. Use for new decks from scratch, PPT/PPTX conversions, or enhancing existing HTML presentations.