Neon Slides

Single-file dark-tech HTML slide decks with working keyboard and jump navigation

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 29, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 30, 2026 · 7dfa858

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 29, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Built the same 5-slide deck twice — once freehand, once through the skill — then executed both in jsdom and dispatched real key events. The freehand deck answered only the arrow keys: Home and End did nothing, there were zero clickable dots and no jump panel. The skill's deck moved End to the last slide, Home back to the first, opened its jump panel on G, and typing 4 + Enter landed on slide 4 with the panel closing itself; a dot click jumped to slide 3 and the counter read a zero-padded 03 / 05. Padding the same file out to 16 slides swapped the dots for the clickable progress bar exactly as the README promises. The one real snag is that SKILL.md ends by telling the model to save into /mnt/user-data/outputs/ and call present_files, which are Claude.ai-only and do not exist in Claude Code.

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 4/5

What Neon Slides does

Generates a self-contained HTML presentation in a fixed neon-dark visual system (orange/blue accents, Noto Sans SC + Space Grotesk) by editing a bundled template rather than writing CSS from scratch. Triggers on requests for a dark tech slide deck, turning an article or outline into slides, or building a deck for a tech talk or livestream. Produces one HTML file with arrow/Space paging, Home/End, a G jump panel and clickable dot or progress navigation — not a .pptx.

How to install Neon Slides

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Neon Slides

  • /neon-slides Single-file dark-tech HTML slide decks with working keyboard and jump navigation

It also activates on plain-language prompts like these:

  • Turn this article into a dark tech-themed HTML slide deck
  • Make me a slide deck for my livestream with a neon dark visual style
  • Build a 5-slide presentation on rate limiting with keyboard navigation

Frequently asked questions

Is the Neon Slides skill free?
Yes. The skill itself is free from lqshow/neon-slides. SkillProof publishes the install command and an independent test verdict at no cost.
Does Neon Slides work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 29, 2026. Verdict: Tested · Works. Built the same 5-slide deck twice — once freehand, once through the skill — then executed both in jsdom and dispatched real key events. The freehand deck answered only the arrow keys: Home and End did nothing, there were zero clickable dots and no jump panel. The skill's deck moved End to the last slide, Home back to the first, opened its jump panel on G, and typing 4 + Enter landed on slide 4 with the panel closing itself; a dot click jumped to slide 3 and the counter read a zero-padded 03 / 05. Padding the same file out to 16 slides swapped the dots for the clickable progress bar exactly as the README promises. The one real snag is that SKILL.md ends by telling the model to save into /mnt/user-data/outputs/ and call present_files, which are Claude.ai-only and do not exist in Claude Code.
What is the Neon Slides SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
How do I install Neon 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 Neon 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.