Frontend Slides
Builds zero-dependency, fixed-16:9 HTML decks or converts PPTX, avoiding AI-slop defaults.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 9b8374b
Built the same pitch deck twice: the plain version fell into purple-gradient-on-white with system fonts, the guided one used a real font pairing and a scaling stage that rendered with no overflow in a live browser.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Frontend Slides does
Generates single-file, animation-rich HTML presentations from scratch or from a PPTX conversion, using a fixed 1920x1080 stage that scales instead of reflowing. Triggers when a user asks to build a presentation, convert a PPT/PPTX to web, or create slides for a talk or pitch, and walks through visual style previews, generation, and optional Vercel deploy / PDF export.
How to install Frontend Slides
git clone https://github.com/zarazhangrui/frontend-slides
cd frontend-slides
mkdir -p ~/.claude/skills
cp -r plugins/frontend-slides/skills/frontend-slides ~/.claude/skills/frontend-slides
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Frontend Slides
-
/frontend-slidesBuilds zero-dependency, fixed-16:9 HTML decks or converts PPTX, avoiding AI-slop defaults.
It also activates on plain-language prompts like these:
-
Convert this PPTX into a zero-dependency HTML presentation -
Build a fixed 1920x1080 animated HTML deck for my pitch talk -
Create slides for this talk and export them to PDF and deploy to Vercel
Frequently asked questions
- Is the Frontend Slides skill free?
- Yes. The skill itself is free from zarazhangrui/frontend-slides. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Frontend Slides work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. Built the same pitch deck twice: the plain version fell into purple-gradient-on-white with system fonts, the guided one used a real font pairing and a scaling stage that rendered with no overflow in a live browser.
- What is the Frontend Slides SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Frontend Slides?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Frontend Slides with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.