# Book Illustrate

> Alias for /book-visuals limited to diffusion illustrations (scene, header, spot art). Kept for compatibility; new work should use /book-visuals, which also covers diagrams, charts, technical drawings, photos, and the art bible.

- Skill: `hashgraph-online-awesome-codex-plugins/book-illustrate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hashgraph-online-awesome-codex-plugins/book-illustrate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hashgraph-online-awesome-codex-plugins/book-illustrate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: hashgraph-online (https://skillmd.com/u/hashgraph-online-awesome-codex-plugins)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/hashgraph-online-awesome-codex-plugins/book-illustrate

---


# Interior Illustrations

This command is now a thin entry point into the book visual system. Run the illustration subset of `/book-visuals`:

1. If `art-bible.md` does not exist or has no `## Look lock`, run `/book-visuals plan` then `/book-visuals lock` first. Illustrations produced without a locked look will not match each other or the cover.
2. Invoke `illustrator` for the chapters in scope. It chooses moments, compiles model-agnostic prompts via `velith.mjs images compile`, generates if an image tool is available and `--execute` was given, runs vision QA, and places references.
3. Run `node ${CLAUDE_PLUGIN_ROOT}/velith.mjs images check [project-dir]` and have `art-director` do the consistency review.

Full reference, image types, constraints, and directory layout: `${CLAUDE_PLUGIN_ROOT}/skills/book-visuals/SKILL.md`.

Legacy note: projects that kept illustrations in `publish/illustrations/` still build; `images check` reports them as unmanaged until they are moved to `visuals/illustrations/` and added to the manifest.

## Post-completion

```bash
node ${CLAUDE_PLUGIN_ROOT}/velith.mjs scan [project-dir]
```

