skills/illustrate/SKILL.md
Generate consistent chapter illustrations using motif series. Creates a visual style from the cover, builds character references, then generates one illustration per chapter with consistent styling.
npx skillsauth add howells/fiction illustrateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate consistent illustrations for your book using the motif CLI's series feature.
FAL_KEY set)characters/covers//fiction:illustrate # Full workflow: style → refs → plan → generate
/fiction:illustrate plan # Just create the scene plan (no generation)
/fiction:illustrate refs # Just generate character/location references
/fiction:illustrate chapter 3 # Generate illustration for a specific chapter
/fiction:illustrate all # Generate all planned illustrations
The illustrator reads your cover image and story materials, then creates a motif series:
motif series create "my-book" --from covers/cover.png --style "watercolor children's book..."
Every subsequent generation in this series automatically:
Before generating chapter illustrations, the system creates reference images for each major character. These are added to the motif series with tags:
motif series ref-add "my-book" luna-front.png --tag character --description "Luna front view"
When generating, you select which refs to include:
motif series gen "my-book" "Luna discovers a glowing mushroom" --refs character,location
The illustrator reads each chapter and selects the single most powerful visual moment. It favors:
Every generation shows estimated cost before running. The illustrator always uses --dry-run first. Typical costs:
Creates an illustrations/ directory in your project:
illustrations/
├── style.md ← Visual style decisions
├── scene-plan.md ← Scene selection rationale
└── chapters/ ← Final illustrations
├── 01-opening.png
├── 02-discovery.png
└── ...
The illustrator uses these motif commands under the hood:
motif series create <name> # Create a styled series
motif series ref-add <slug> <img> # Add character/location reference
motif series gen <slug> "prompt" # Generate with style + refs
motif series show <slug> # View series state
motif series history <slug> # View generation history
databases
Generate a synopsis of your manuscript at various lengths. Great for pitches, query letters, or back cover copy.
tools
Quick view of project status without suggestions.
testing
Review chapters for coherence, cheesiness, consistency, pace, tone, and character. Suggests specific rewrites.
tools
Audit a project against current plugin conventions and offer to update structure.