
Html Slide Render
- 21 installs
- 145 repo stars
- Updated June 2, 2026
- jyoung105/future-slide-skill
Helps with ai & agent building tasks.
About
html-slide-render is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- html-slide-render
- AI & Agent Building
- AI-coding skill
Html Slide Render by the numbers
- 21 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #10,289 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jyoung105/future-slide-skill --skill html-slide-renderAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 21 |
|---|---|
| repo stars | ★ 145 |
| Last updated | June 2, 2026 |
| Repository | jyoung105/future-slide-skill ↗ |
What it does
Helps with ai & agent building tasks.
Files
HTML Slide Render
Use this skill for commands like:
$html-slide-render- "build the HTML deck"
- "render the slides as HTML"
- "implement html_slide_prompts.json"
Goal
Build an editable browser-rendered slide deck from the planned design and prompts.
Inputs
DESIGN.mdslide_plan.jsonhtml_slide_prompts.json
Default Output
Create a project-local folder such as:
slides-html/
├── index.html
├── styles.css
├── slides.js
└── assets/Use a simpler single-file index.html only when the user asks for a portable standalone artifact.
Implementation Rules
- Build actual slides as the first screen, not a landing page.
- Preserve the extracted design system.
- Use stable 16:9 slide dimensions unless the user specifies another format.
- Use semantic HTML for slide content.
- Keep CSS tokens readable and centralized.
- Use SVG, CSS, or chart libraries only when they improve the slide content.
- Keep text legible and prevent overflow.
- Verify in a browser when possible.
Hard Rules
- Do not use Codex native image generation as the primary renderer.
- Do not collapse dense analytical slides into generic card grids.
- Do not leave generated assets outside the workspace.
- Report the final HTML entry path and any verification performed.
Related skills
AI & Agent Buildingagents