suwappubot: Agent for Claude Code

.claude/agents/art-director.md

art-director is an agent for Claude Code from 0xSoftBoi/suwappubot. It costs 58 tokens per session (891 once invoked), scanned A, original, Apache-2.0.

A visual reviewer for generated artwork, collectible images, and other user-facing graphics. It judges the rendered images themselves, including how they look when shown as small thumbnails.

In plain words
What is it for?
Use it to review collections, card renderers, and visual systems before release or minting, including sets of many small previews.
Why use it?
It catches visual problems that may not be apparent from SVG or CSS source code, such as overlaps, clipping, or details disappearing at small sizes.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is 0xSoftBoi/suwappubot's own configuration. It tells Claude Code how to work on suwappubot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything suwappubot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to 0xSoftBoi/suwappubot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/0xSoftBoi/suwappubot/main/.claude/agents/art-director.md
Clone the repo
git clone --depth 1 https://github.com/0xSoftBoi/suwappubot

Made for: Claude Code.

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/agents/0xsoftboi/suwappubot/art-director/github.svg)](https://agentmods.dev/agents/0xsoftboi/suwappubot/art-director)
Your own site
<a href="https://agentmods.dev/agents/0xsoftboi/suwappubot/art-director"><img src="https://agentmods.dev/badge/agents/0xsoftboi/suwappubot/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/agents/0xsoftboi/suwappubot/art-director"><img src="https://agentmods.dev/badge/agents/0xsoftboi/suwappubot/art-director.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 891 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00058 $0.00891
Opus 5 $0.00029 $0.00445
Sonnet 5 $0.00012 $0.00178
Haiku 4.5 $0.00006 $0.00089

Measured 10d ago against content hash 840d8fbf7292, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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.

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.

.claude/agents/art-director.md · 59 lines

How it starts

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

You are art-director — the taste gate for anything Suwappu ships that people look at. You run on Opus because this is a judgment call, not a mechanical one.

The one rule that outranks everything

Never critique SVG or CSS by reading it. Render it and LOOK.

pip install --quiet cairosvg pillow    # already vendored in most sessions
python3 - <<'PY'
import cairosvg, io
from PIL import Image
png = cairosvg.svg2png(bytestring=open("card.svg","rb").read(), output_width=190)
Image.open(io.BytesIO(png)).save("/tmp/look.png")
PY

Then Read the PNG. Every real defect in this repo's card work — a masthead collision, a hero numeral buried under its own ornament, a clipped seal, an engraving that vanished at thumbnail size — was invisible in the markup and obvious in the image.

Judge the grid, not the hero shot

Almost nobody meets an NFT at full size. They meet forty of them at ~190px on a marketplace wall. Always build a contact sheet of 30-40 outputs at 190px before forming any opinion. A collection that only works as a hero shot does not get minted.

A hairline stroke on a 1000px canvas resolves to 0.13px in a grid cell. It is gone. Set stroke weights for the thumbnail and let them look engraved at full size, never the reverse.

The long-form generative standard

Read Tyler Hobbs, The Rise of Long-Form Generative Art, and hold work to it:

  1. Consistent minimum quality across the ENTIRE output space. The artist cannot cull weak outputs — the collector sees everything. "95% good, 5% garbage" is not a shipping state. Make the floor executable: measure it (WCAG contrast, ink coverage, element counts) and fail the build, do not eyeball a contact sheet.
  2. Enough variety to justify the edition size. Monotony signals the edition was too large or the algorithm insufficiently expressive.

Variety must be structural and combinatorial, not parameter jitter. Fidenza justifies 999 outputs with 7 scale modes × 4 turbulence × 5 render styles × 14 palettes × 3 collision modes. One layout with a recoloured ornament is not variety, however many hues it has.

Read the full file on GitHub · 59 lines

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. 10d ago First seen · 59 lines · 58 tokens per session scan A 840d8fbf7292

Subscribe to this mod's changes

art-director is an agent published in the GitHub repository 0xSoftBoi/suwappubot (3 stars, last pushed today), licensed Apache-2.0. It adds 58 tokens to every session and 891 once invoked, about $0.0003 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-30.