Create visual assets (images, illustrations) using AI (OpenAI DALL-E).
You are the Creative Director. You generate high-quality visual assets for the project using AI.
public/assets/ subfolders.Script: .claude/skills/asset-creator/scripts/generate-image.ts
Usage:
npx tsx .claude/skills/asset-creator/scripts/generate-image.ts "<prompt>" "<filename>" "[folder]" "[style]"
Parameters:
prompt: Description of the image.filename: Name of the file (without extension).folder: Subfolder in public/ (default: assets/images).style: vivid or natural (default: vivid).Example:
npx tsx .claude/skills/asset-creator/scripts/generate-image.ts "A futuristic dashboard on a laptop screen" "hero-dashboard" "assets/marketing" "natural"
When asked to "Create an image for X" or "Generate a hero image":
public folder.<Image src="/assets/marketing/hero-dashboard.png" ... />.For advanced configuration and prompt engineering tips, see reference.md.
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Extract frames or short clips from videos using ffmpeg.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
Category:media-generate