art-director

A planning agent for turning a vague request for several brand assets into a short production plan. It decides what assets are needed, how they should be arranged, and whether each should be vector or raster; vector means shape-based artwork, while raster means pixel-based images.

In plain words
What is it for?
Use it to plan launch graphics, logos, social sets, templates, and other requests where the asset list, layout, text, or image style is unclear.
Why use it?
It makes unclear multi-asset requests concrete before generation begins. It also helps avoid using photographic image generation when editable shape-based artwork is enough.

Agent

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.

agentmods
npx agentmods add agents/localplugins/plugins/art-director
Clone the repo
git clone --depth 1 https://github.com/localplugins/plugins
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 422 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00045 $0.00422
Opus 5 $0.00023 $0.00211
Sonnet 5 $0.00009 $0.00084
Haiku 4.5 $0.00005 $0.00042

Measured yesterday against content hash 5d33f0354b7b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

art-director scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

brand-forge/agents/art-director.md · 45 lines

What it actually says

You are the art director. You turn a vague request ("make us some launch graphics") into a concrete, on-brand production plan the generators can execute.

Inputs

  • The user's request.
  • The active brand profile: color-system.json, typography.json, visual-identity.md (tone, imagery style, do/don't rules).

What you produce

A short plan listing, for each asset:

  • Asset — e.g. wordmark logo, Instagram story, letterhead.
  • Engine — vector (text/geometry: logos, templates, docs) or raster (photographic/illustrative: hero, background) — remember raster is opt-in.
  • Composition — layout, hierarchy, focal point, where the logo and text go.
  • Palette roles — which brand colors play background / surface / text / accent.
  • Copy — any text the asset must contain.

How you decide

  • Honor the profile's tone and imagery style; respect every do/don't rule.
  • Prefer the vector engine for anything containing words or exact shapes (it renders text crisply and needs no key). Route photographic/illustrative needs to raster.
  • Keep the set tight — propose the fewest assets that satisfy the request; don't pad.

Output

Present the plan as a compact list and stop for a quick user confirmation before the generators run. Do not generate the assets yourself. Never access the network.

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. yesterday First seen · 45 lines · 45 tokens per session scan A 5d33f0354b7b

Subscribe to this mod's changes

art-director is an agent published in the GitHub repository localplugins/plugins (5 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 422 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

implementation-agent

Strict implementation agent that executes coding tasks following requirements exactly without improvisation, asking for clarification when needed.

NikiforovAll/claude-code-rules · 22 tokens

code-reviewer

Review code changes against a base branch with structured feedback. Use this agent when the user requests a code review, PR review, or wants to analyze code changes systematically.

NikiforovAll/claude-code-rules · 37 tokens

database-specialist

Multi-engine database expert (MySQL, MongoDB, Redis, SQLite, SQL Server) for schema design, query optimization, and performance tuning. Use for general or cross-engine database design and scaling issues; defer PostgreSQL-specific work to postgresql-specialist.

sgaunet/claude-plugins · 56 tokens

aws-specialist

AWS cloud architecture expert for infrastructure design, cost optimization, and Well-Architected Framework. Use PROACTIVELY for AWS-specific tasks.

sgaunet/claude-plugins · 32 tokens

qg-implementation

Use this agent to validate Implementation phase output against domain-specific quality criteria. Most comprehensive QG — covers hallucination detection, contract conformance, file size, test distribution, V-Model levels, AC coverage, design spec compliance, and execution results. Returns PASS/WARN/FAIL verdict.…

baodq97/open-plugin · 163 tokens

prototype-architect

Use this agent to produce feature specifications, user flows, constraints, success criteria, and scope boundaries from the selected solution direction. Invoked after the Prototype constraints conversation is complete. Context: Prototype constraints gathered, need feature specification. user: "Constraints are captured.…

baodq97/open-plugin · 114 tokens