art-director

art-director is a skill for Claude Code from serejaris/personal-corp-os. It costs 26 tokens per session (2,648 once invoked), scanned A, original, MIT.

A workflow for exploring visual directions through references, generated alternatives, previews, feedback, and a final style choice. It is intended for art-direction work, such as deciding how a media project should look.

In plain words
What is it for?
Use it to search for a visual style for projects such as comics, albums, storyboards, or other media. It records prompts, process notes, style guidance, generated assets, and previews.
Why use it?
It keeps multiple visual experiments and the decisions behind them organized. This makes it easier to compare directions and continue refining the selected one.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the personal-corp-os plugin — 33 skills shipped together

Good fit Use it to search for a visual style for projects such as comics, albums, storyboards, or other media. It records prompts, process notes, style guidance, generated assets, and previews.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/serejaris/personal-corp-os/art-director
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add serejaris/personal-corp-os --skill art-director
Clone the repo
git clone --depth 1 https://github.com/serejaris/personal-corp-os

Made for: Claude Code.

Or install personal-corp-os, the plugin that ships this one along with the rest of its 33 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for art-director

README.md
[![agentmods](https://agentmods.dev/badge/skills/serejaris/personal-corp-os/art-director/github.svg)](https://agentmods.dev/skills/serejaris/personal-corp-os/art-director)
Your own site
<a href="https://agentmods.dev/skills/serejaris/personal-corp-os/art-director"><img src="https://agentmods.dev/badge/skills/serejaris/personal-corp-os/art-director/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for art-director

Your own site · 80×15
<a href="https://agentmods.dev/skills/serejaris/personal-corp-os/art-director"><img src="https://agentmods.dev/badge/skills/serejaris/personal-corp-os/art-director.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,648 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.02648
Opus 5 $0.00013 $0.01324
Sonnet 5 $0.00005 $0.00530
Haiku 4.5 $0.00003 $0.00265

Measured 12d ago against content hash 1212a5df3f62, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

art-director scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -I -L --max-time 10 https://cdn.jsdelivr.net/npm/@dagrejs/[email protected]/dist/dagre.min.js
skills/art-director/SKILL.md · 298 lines

How it starts

The opening of the file, as written. The whole thing — 298 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Art Director

Use this skill when the work is an art-direction search for a media production workspace.

The skill coordinates this loop:

brief -> references -> generation branches -> HTML preview -> feedback -> next branches -> selected direction

For single-image production, use the host repo's image-generation or media-run instructions. For comic pages, albums, storyboards, or platform-specific assets, use the host repo's format-specific playbook when one exists.

Default Output Shape

For a project under art-direction/<project>/, each serious search pass should leave:

art-direction/<project>/
  prompts/vNN/YYYY-MM-DD-vNN-<slug>-prompts.md
  process/vNN/YYYY-MM-DD-vNN-<slug>-log.md
  styles/YYYY-MM-DD-<style-system>.md
  assets/vNN-<slug>/
    <variant-id>.png
  vNN-<slug>.html

For a first run in an empty workspace, create the minimal folders before writing prompts:

mkdir -p art-direction/<project>/{prompts/v01,process/v01,styles,assets/v01-style-search}
cp skills/art-director/assets/style-search-map-template.html art-direction/<project>/v01-style-search.html

If the skill was installed without assets/style-search-map-template.html, create the same folders and write a simple local HTML preview from the cluster schema in this file.

If the run continues an existing direction, increment vNN and make every new node point back to its parent decision.

The visual map must be an iteration-cluster direction graph:

idea
  -> iteration cluster
      -> option leaf nodes
      -> selected option node
      -> carry forward / drop
  -> next iteration cluster
      -> option leaf nodes
      -> selected option node
      -> output

Keep the important path explicit: iteration checkpoint -> option nodes -> selected option node -> next iteration checkpoint. Unselected options stay as leaf nodes with their status.

Workflow

  1. Read the current project files: index.html, latest vNN-*.html, process/v*/, prompts/v*/, styles/, and relevant research/.
  2. Identify the active question: what style, artifact, audience, format, or campaign is being decided.
  3. Build an iteration cluster before generation: incoming brief, 3-8 option leaves, difference axes, expected selection criteria, and what may carry forward.
  4. Write prompts in prompts/vNN/. Each prompt needs iteration id, option id, role, difference axis, prompt, negative prompt, and reject criteria.
  5. Generate or collect assets through the host repo's approved image-generation path.
  6. Create or update the HTML direction map as the first section of vNN-<slug>.html.
  7. Put preview cards under the map with anchors matching tree node ids.
  8. Capture feedback as first-class nodes in the tree and in process/vNN/...log.md.
  9. Create the next iteration from feedback: feedback -> interpretation -> new branch -> asset -> decision.
  10. Mark selected, rejected, paused, and next branches explicitly.

Read the full file on GitHub · 298 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 298 lines · 26 tokens per session scan A 1212a5df3f62

Subscribe to this mod's changes

art-director is a skill published in the GitHub repository serejaris/personal-corp-os (225 stars, last pushed 16d ago), licensed MIT. It adds 26 tokens to every session and 2,648 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

concept-to-image

Turn concepts into static HTML visuals exported as PNG or SVG files via HTML/CSS/SVG. Triggers on: "create an image of", "export as PNG", "save as SVG", "concept to image", "screenshot this HTML". NOT for interactive HTML, use static-web-artifacts-builder.

Mathews-Tom/armory · 66 tokens

tldraw

Generate hand-drawn whiteboard-style diagrams (.tldr) from natural language and export to PNG/SVG via tldraw-cli, with vision-based self-check and an iterative review loop. Covers flowcharts, sequence diagrams, ERDs, UML sketches, and ML model diagrams. Triggers on: "whiteboard diagram", "sketch this out", "tldraw…

Mathews-Tom/armory · 128 tokens

pellicola

Generate cinematic case study pages for films, documentaries, photography portfolios, and creative projects — film-frame hero images, structured crew credit grids, dark footage galleries, festival award sections, scroll-choreographed reveals via data-attribute animation orchestration. Warm cream palette with analog…

tdimino/claude-code-minoan · 0 tokens

visual-asset-design

A guide for turning character, scene, and prop ideas into prompts for generating consistent reference images. It covers layouts, camera views, visual identity, and continuity across image variations.

agentscope-ai/QwenPaw · 113 tokens

muapi-logo-creator

Engineer professional-grade brand logos using geometric primitives and negative space — generates minimalist, scalable vector-style marks via muapi.ai.

SamurAIGPT/Generative-Media-Skills · 29 tokens

visualize

Render a polished visual inline in the chat as part of your answer — a diagram, a chart, an interactive explainer, or a UI mockup. Load it proactively whenever an explanation would land better as a picture than as prose. Do not wait to be asked.

vellum-ai/vellum-assistant · 57 tokens