web-visual-assets
Installation
SKILL.md
Web Visual Assets
Schema authority: the
Illustrationprimitive shape ({name, kind, alt, spec}and{kind: 'waived', reason}) and the per-unitillustrations[]Coverage Floor are defined in_shared/domain-primitives.md§11.
This skill produces the visual layer of a teaching site. Four asset sources cover virtually every need, each with different tradeoffs.
Asset Source Decision Tree
What do you need?
├── Screenshot of a real product/website → Source 1: Playwright scraping
├── A conceptual scene (workflow, metaphor) → Source 2: AI image generation
├── A simple diagram (boxes, arrows, labels) → Source 3: Hand-drawn SVG
└── A scannable code / functional artifact → Source 4: Code generator (QRCode, etc.)
Source 1: Playwright Scraping
Use for screenshots of tools, websites, profile cards. The example workshop scrapes 6 AI tool homepages and a YouTube instructor channel.