Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Browser-based HTML presentation generation.
Generate browser-based HTML presentations as a single self-contained .html file. Three entry paths: new build from topic/notes, PPTX-to-HTML conversion, or enhancement of an existing HTML deck.
Routing disambiguation: When the user says only "slides" or "deck" without specifying format, ask exactly one question before proceeding: "Should this be an HTML file (opens in browser) or a PowerPoint file (.pptx)?" Route to pptx-generator for PowerPoint/Keynote/Google Slides requests.
| Signal | Load These Files | Why |
|---|---|---|
| Phase 3 (style selection) or Phase 4 (build) | references/STYLE_PRESETS.md | CSS base block, 12 named presets, mood mapping, density limits, validation breakpoints |
| SlideController, keyboard nav, touch swipe, wheel scroll, Intersection Observer, reveal animation | references/slide-controller.md | Canonical JS implementation, navigating guard, wheel debounce, IO reveal pattern, anti-patterns with detection commands |
npx skills add notque/vexjoy-agent --skill frontend-slidesHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.