Art
Installation
SKILL.md
Art Skill — Image Generation
A CLI tool for generating images from text prompts using multiple AI models. Used by the brand-skill in Phase 2 (Visual Direction) and Phase 3 (Mark Development) for reference image generation.
The Tool
Tools/Generate.ts — A multi-model image generation CLI that supports:
| Model | Flag | API Key | Best for |
|---|---|---|---|
| Gemini (nano-banana-pro) | --model nano-banana-pro |
GOOGLE_API_KEY |
Best quality, text rendering |
| Replicate (nano-banana) | --model nano-banana |
REPLICATE_API_TOKEN |
Faster iteration |
| Flux | --model flux |
REPLICATE_API_TOKEN |
High quality, stylistic variety |
| GPT Image | --model gpt-image-1 |
OPENAI_API_KEY |
Alternative generation |