Slide Wright

Proposes an invented theme and a real 2-slide preview before it ever builds the full deck.

Tested · Works

Test report

Verdict
Tested · Works
Score
10.0/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · bea6705

Built the same 'Q3 sales results' request two ways and rendered both in a real browser: a direct rewrite produced one plain black-on-white bullet slide, while following the skill produced an actual navigable 2-slide reveal.js deck with an invented dark-navy/amber ledger-grid theme, a stat grid layout, and speaker notes.

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 10/10
  • Docs & honesty 5/5

What Slide Wright does

Turns a topic, rough notes, or an outline into a single self-contained animated HTML presentation (reveal.js under the hood, never named to the user), inventing a fresh palette/typography/visual device per deck and gating on a 2-slide preview approval before building the rest. Triggers when a user wants slides, a talk/pitch deck, or to add/edit/remove slides in an existing HTML deck; also covers PDF export and deployment to Surge/Vercel/Netlify.

How to install Slide Wright

git clone https://github.com/arifszn/slide-wright
mkdir -p ~/.claude/skills
cp -r slide-wright/slide-wright ~/.claude/skills/slide-wright

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Slide Wright

  • /slide-wright Proposes an invented theme and a real 2-slide preview before it ever builds the full deck.

It also activates on plain-language prompts like these:

  • Turn my rough notes on Q3 sales into an actual HTML slide deck
  • Add two more slides to my existing presentation and keep the theme
  • Build me a pitch deck and deploy it to Vercel when it's ready

Frequently asked questions

Is the Slide Wright skill free?
Yes. The skill itself is free from arifszn/slide-wright. SkillProof publishes the install command and an independent test verdict at no cost.
Does Slide Wright work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Built the same 'Q3 sales results' request two ways and rendered both in a real browser: a direct rewrite produced one plain black-on-white bullet slide, while following the skill produced an actual navigable 2-slide reveal.js deck with an invented dark-navy/amber ledger-grid theme, a stat grid layout, and speaker notes.
What is the Slide Wright SkillProof Score?
10.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 10/10, docs & honesty 5/5.
How do I install Slide Wright?
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 Slide Wright 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.