
Html Slide Prompt
- 21 installs
- 145 repo stars
- Updated June 2, 2026
- jyoung105/future-slide-skill
Helps with ai & agent building tasks.
About
html-slide-prompt is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- html-slide-prompt
- AI & Agent Building
- AI-coding skill
Html Slide Prompt 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-slide-promptAdd 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 Prompt
Use this skill for commands like:
$html-slide-prompt- "create html_slide_prompts.json"
- "write implementation prompts for each HTML slide"
- "convert the slide plan into build instructions"
Goal
Create html_slide_prompts.json: one implementation-ready instruction object per slide.
Inputs
DESIGN.mdslide_plan.json- source files if facts need verification
Required Output
Return valid JSON only. For every slide include:
- slide number
- page family
- slide title
- HTML layout family
- content blocks
- semantic structure
- CSS layout instructions
- responsive behavior
- chart/table/icon instructions
- assets required
- accessibility notes
- anti-patterns to avoid
Hard Rules
- Do not render final HTML in this step.
- Do not use GPT image-generation language unless an image asset is explicitly needed.
- Keep instructions buildable with normal HTML/CSS/JS.
- Stop after
html_slide_prompts.jsonunless the user explicitly asks to continue.
Related skills
AI & Agent Buildingagents