Back to list
DV0x

art-style

by DV0x

Multi-agent system for generating Meta/Instagram ad creatives using Claude SDK and Nano Banana MCP

69🍴 19📅 Jan 23, 2026

SKILL.md


name: art-style description: Creates visual prompts from hooks. Expects hook-bank to exist. Outputs prompts.json for MCP image generation.

Art Style Skill

Routes to the appropriate art style workflow based on user keywords.

Prerequisites

Hook-bank must exist before triggering this skill. Main Agent triggers hook-methodology skill first, which creates: /storage/hooks/{brand}-{date}.md

Input/Output

  • Input: Reads hook-bank file for brand colors, ICP, and 6 hook concepts
  • Output: Writes /storage/creatives/{brand}_prompts.json

Main Agent handles image generation via MCP after this skill completes.


Style Routing

User KeywordsWorkflow
"clay", "diorama", "anderson", "theatrical", "miniature", "handcrafted"workflows/anderson-clay-diorama.md
"brutalism", "soft brutalism", "neo-brutalist", "bold borders"workflows/soft-brutalism-clay.md
"surreal", "dreamlike", "scale", "giant"workflows/surrealist-scale.md (future)
"minimal", "clean", "photography", "simple"workflows/minimal-photography.md (future)
(none specified)workflows/anderson-clay-diorama.md (default)

Style Comparison

StyleBest ForVisual Signature
Anderson Clay DioramaStorytelling ads, emotional narrativesWes Anderson symmetry, theatrical lighting, museum diorama feel
Soft Brutalism ClayBold brand statements, high-contrast adsNeo-brutalist borders, single hero object, generous negative space

Adding New Styles

  1. Create workflows/new-style-name.md
  2. Include: hook-bank loading, creative process, prompt construction
  3. Add detection keywords to routing table above
  4. Output prompts to /storage/creatives/{brand}_prompts.json

Each workflow file must be 100% self-contained for the creative process.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon