Neon Slides
Jednoplikowe ciemne, technologiczne prezentacje HTML z działającą nawigacją klawiaturową i skokową
Testowano · Działa
Co robi ten skill
Generuje samodzielną prezentację HTML w stałym, ciemnym systemie wizualnym neon (orange/blue accents, Noto Sans SC + Space Grotesk) by editing a bundled template rather than writing CSS from scratch. Uruchamia się na 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 i clickable dot or progress navigation — not a .pptx.
Raport z testu
Zbudowano tę samą 5-slide deck dwukrotnie — once freehand, once through the skill — then executed both in jsdom i dispatched real key events. The freehand deck answered only the arrow keys: Home i End did nothing, there were zero clickable dots i no jump panel. The skill's deck moved End to the last slide, Home back to the first, opened its jump panel on G, i typing 4 + Enter landed on slide 4 with the panel closing itself; a dot click jumped to slide 3 i 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/ i call present_files, which are Claude.ai-only i do not exist in Claude Code.
Testowano: 2026-07-29 · Claude Code 2.x (agent harness)
Instalacja
git clone https://github.com/lqshow/neon-slides.git mkdir -p ~/.claude/skills cd neon-slides && cp -r skill ~/.claude/skills/neon-slides
Komendy i przykładowe prompty
/neon-slidesJednoplikowe ciemne, technologiczne prezentacje HTML z działającą nawigacją klawiaturową i skokową
Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):
Turn this article into a dark tech-themed HTML slide deckMake me a slide deck for my livestream with a neon dark visual styleBuild a 5-slide presentation on rate limiting with keyboard navigation