smithery.ai

art-style

Creates visual prompts from hooks. Expects hook-bank to exist. Outputs prompts.json for MCP image generation.

First seen Mar 24, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,907 B
  • docs SUMMARY.md 126 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

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 Keywords Workflow
"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

Style Best For Visual Signature
Anderson Clay Diorama Storytelling ads, emotional narratives Wes Anderson symmetry, theatrical lighting, museum diorama feel
Soft Brutalism Clay Bold brand statements, high-contrast ads Neo-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.