
Html Slide
- 21 installs
- 145 repo stars
- Updated June 2, 2026
- jyoung105/future-slide-skill
Helps with ai & agent building tasks.
About
html-slide is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- html-slide
- AI & Agent Building
- AI-coding skill
Html Slide by the numbers
- 21 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #10,307 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-slideAdd 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 Workflow
Use this skill when the user asks for the full HTML slide workflow, for example:
$html-slide- "create an HTML slide deck"
- "make browser-rendered slides from this reference"
- "build editable web slides"
This is the HTML orchestrator. If the user asks for only one step, use the matching step skill instead:
$slide-designforDESIGN.md$html-slide-planforslide_plan.json$html-slide-promptforhtml_slide_prompts.json$html-slide-renderfor final HTML/CSS/JS slide files
Required Sequence
Run these stages in order:
1. Extract DESIGN.md from the reference visual. 2. Build slide_plan.json from DESIGN.md, user files, and the deck request. 3. Build html_slide_prompts.json with per-slide implementation instructions. 4. Implement an HTML deck and verify it in a browser when possible.
Output Contract
The full workflow should leave these files in the workspace:
DESIGN.mdslide_plan.jsonhtml_slide_prompts.json- an HTML slide deck, usually under
slides-html/
Routing Rule
If the user asks for GPT native image generation, PNG pages, or imagegen output, use the gpt-image-slide skill family instead.