Agent skill · Content & Marketing

art-director

AI art direction system. Claude directs image generation models (Gemini, DALL-E, Flux) via structured prompts. Generate banners, diagrams, logos, screenshots, and social media visuals without leaving the terminal.

vibeevalgithub.com/vibeevalGitHub ↗
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill art-director --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/art-director/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Art Director Claude can't generate images directly, but it can **direct** image generation models with expert-level prompts. This skill turns Claude into a creative director. ## Supported Backends | Backend | Via | Best For | |---------|-----|----------| | Gemini 3.1 Flash Image | AI Gateway | General purpose, fast, cheap | | DALL-E 3 | OpenAI API | Photorealistic, detailed | | Flux 2 | Replicate/fal.ai | Artistic, stylized | | Stable Diffusion | Local/API | Full control, custom models | ## The 5-Component Prompt Formula Every image prompt follows this structure: ``` [SUBJECT] + [STYLE] + [COMPOSITION] + [LIGHTING] + [TECHNICAL] ``` ### 1. Subject (What) ``` "A minimalist developer dashboard showing code metrics" "An isometric illustration of microservices architecture" "A cyberpunk cityscape representing a deployment pipeline" ``` ### 2. Style (How it looks) ``` Styles: flat design, isometric, pixel art, watercolor, technical diagram, infographic, comic book, photorealistic, low-poly 3D, line art, blueprint ``` ### 3. Composition (Layout) ``` "centered hero composition with negative space" "rule of thirds with focal point bottom-left" "symmetric grid layout with 4 quadrants" "pa

What's inside
Steps it walks through
  1. Supported Backends
  2. The 5-Component Prompt Formula
  3. 1. Subject (What)
  4. 2. Style (How it looks)
  5. 3. Composition (Layout)
  6. 4. Lighting (Mood)
  7. 5. Technical (Specs)
  8. Use Cases
  9. 1. GitHub Repository Banners
  10. 2. Architecture Diagrams
  11. 3. Social Media Posts
  12. 4. Presentation Slides
  13. 5. Error/Status Illustrations
  14. Prompt Database (Templates)
More from vibecosystem
All skills →
About this skill
What does the art-director skill do?

AI art direction system. Claude directs image generation models (Gemini, DALL-E, Flux) via structured prompts. Generate banners, diagrams, logos, screenshots, and social media visuals without leaving the terminal.

How do I install it?

Run `npx skills add vibeeval/vibecosystem --skill art-director --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going