# Make Chapter

> Create all scenes for one chapter of a video. Reads chapter plan, creates scene HTML files, validates each.

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

---


## Chapter Creation

### Setup
1. Read the chapter plan at $chapter_plan
2. Read pipeline/briefings/scene-author.md for scene creation rules
3. Read pipeline/briefings/quality-floor.md for minimum requirements
4. Read relevant files in `references/` for this chapter's factual content

### For Each Scene
1. Read the scene plan
2. Write the scene HTML
3. Run: `node ../cli/bin/claude-video.js <scene> --validate`
4. Fix and re-validate if needed (max 3 tries)
5. Run --preview at mid-timestamp to visually verify

### Quality Checks Per Scene
- ≥3 data-appear events
- ≥2 data-fade-out events  
- ≥1 viewport transform (canvas scenes)
- No placeholder text

### Report
```json
{"chapter": "...", "scenes": N, "pass": N, "fail": N}
```

