帮助你规划前端演示、产品 Demo 与幻灯片结构的最佳实践。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "frontend-slides" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/docs/ja-JP/skills/frontend-slides/SKILL.md 2. 保存为 ~/.claude/skills/frontend-slides/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为一个前端产品发布演示设计 10 页幻灯片结构,包含开场、问题、方案、核心功能现场演示、性能亮点、用户价值和结尾行动号召,并说明每页应展示的重点。
一套条理清晰的前端发布演示大纲,逐页说明内容重点与展示顺序。
我准备做一场关于前端性能优化的技术分享,请给我一个适合 20 分钟演讲的幻灯片结构,并提供每个章节的讲解节奏、示例安排和避免信息过载的建议。
适合技术分享的幻灯片框架,包含时间分配、内容节奏和表达建议。
请整理一份前端客户演示的最佳实践清单,重点覆盖演示流程设计、界面展示顺序、交互讲解方式、风险预案以及演示时应避免的常见错误。
一份可直接使用的客户演示清单,帮助提升演示专业度与说服力。
Create zero-dependency, animation-rich HTML presentations that run entirely in the browser.
Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui).
.ppt or .pptx slides into an HTML presentationBefore generating, read STYLE_PRESETS.md for the viewport-safe CSS base, density limits, preset catalog, and CSS gotchas.
Choose one path:
.ppt or .pptxAsk only the minimum needed:
If the user has content, ask them to paste it before styling.
Default to visual exploration.
If the user already knows the desired preset, skip previews and use it directly.
Otherwise:
.ecc-design/slide-previews/.Use the preset guide in STYLE_PRESETS.md when mapping mood to style.
Output either:
presentation.html[presentation-name].htmlUse an assets/ folder only when the deck contains extracted or user-supplied images.
Required structure:
STYLE_PRESETS.mdTreat this as a hard gate.
Rules:
.slide must use height: 100vh; height: 100dvh; overflow: hidden;clamp()Use the density limits and mandatory CSS block in STYLE_PRESETS.md.
Check the finished deck at these sizes:
If browser automation is available, use it to verify no slide overflows and that keyboard navigation works.
At handoff:
Use the correct opener for the current OS:
open file.htmlxdg-open file.htmlstart "" file.htmlFor PowerPoint conversion:
python3 with python-pptx to extract text, images, and notes.python-pptx is unavailable, ask whether to install it or fall back to a manual/export-based workflow.…
通过双评审智能体对结果进行对抗式校验,提升输出发布前的可靠性
帮助你梳理 React 与 Next.js 前端模式、状态管理及性能优化最佳实践