# HTML Slide Prompt

> Third HTML slide stage. Trigger when the user wants only page-by-page implementation instructions, html_slide_prompts.json, or HTML/CSS slide build prompts from DESIGN.md and slide_plan.json.

- Skill: `bytonylee/html-slide-prompt` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bytonylee/html-slide-prompt`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bytonylee/html-slide-prompt/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: bytonylee (https://skillmd.com/u/bytonylee)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bytonylee/html-slide-prompt

---


# 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.md`
- `slide_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.json` unless the user explicitly asks to continue.

