# Make Chapter

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

- **Type:** Skill
- **Install:** `agentstack add skill-noelpuig-claude-explains-make-chapter`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [noelpuig](https://agentstack.voostack.com/s/noelpuig)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [noelpuig](https://github.com/noelpuig)
- **Source:** https://github.com/noelpuig/claude-explains/tree/main/pipeline/.claude/skills/make-chapter

## Install

```sh
agentstack add skill-noelpuig-claude-explains-make-chapter
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## 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  --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}
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [noelpuig](https://github.com/noelpuig)
- **Source:** [noelpuig/claude-explains](https://github.com/noelpuig/claude-explains)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-noelpuig-claude-explains-make-chapter
- Seller: https://agentstack.voostack.com/s/noelpuig
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
