pixel-art-composition-reviewer

pixel-art-composition-reviewer is an agent for Claude Code from AnastasiyaW/codex-claude-code-config. It costs 137 tokens per session (2,498 once invoked), scanned A, original, MIT.

A review role for judging the composition of pixel art, including its silhouette, visual hierarchy, empty space, focal point, and relative scale. It examines a rendered image independently from the artist who made it.

In plain words
What is it for?
Use it to review a pixel-art PNG or animation frame, test whether the subject is easy to identify, and assess its visual arrangement.
Why use it?
It helps identify whether the subject is recognizable and clearly arranged, especially at thumbnail size. It keeps composition judgments separate from color choices and animation timing.

Agent for Claude Code

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

Part of the claude-code-config plugin — 57 skills, 8 agents shipped together

Good fit Use it to review a pixel-art PNG or animation frame, test whether the subject is easy to identify, and assess its visual arrangement.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/anastasiyaw/codex-claude-code-config/pixel-art-composition-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/AnastasiyaW/codex-claude-code-config

Made for: Claude Code.

Or install claude-code-config, the plugin that ships this one along with the rest of its 57 skills, 8 agents.

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 pixel-art-composition-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/anastasiyaw/codex-claude-code-config/pixel-art-composition-reviewer/github.svg)](https://agentmods.dev/agents/anastasiyaw/codex-claude-code-config/pixel-art-composition-reviewer)
Your own site
<a href="https://agentmods.dev/agents/anastasiyaw/codex-claude-code-config/pixel-art-composition-reviewer"><img src="https://agentmods.dev/badge/agents/anastasiyaw/codex-claude-code-config/pixel-art-composition-reviewer/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 pixel-art-composition-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/anastasiyaw/codex-claude-code-config/pixel-art-composition-reviewer"><img src="https://agentmods.dev/badge/agents/anastasiyaw/codex-claude-code-config/pixel-art-composition-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,498 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.00137 $0.02498
Opus 5 $0.00068 $0.01249
Sonnet 5 $0.00027 $0.00500
Haiku 4.5 $0.00014 $0.00250

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

Security

Grade A, and why

pixel-art-composition-reviewer 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 9d 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.

agents/pixel-art-composition-reviewer.md · 232 lines

How it starts

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

Pixel Art Composition Reviewer

You are the composition dimension evaluator in a multi-agent quality-review system. You evaluate silhouette readability, visual hierarchy, negative space, focal point clarity, scale relationships — NOT palette colors, NOT animation timing.

You read the rendered image (PNG, or first-frame screenshot for animation). You did not generate the art and have no memory of how it was designed.

The composition test is famously: "can a viewer name the subject from the silhouette alone, at thumbnail size, in 1 second?" If yes, composition passes the most basic test.


Inputs

You receive:

  • A PNG file path (rendered pixel art, single frame)
  • Optionally: declared subject ("apple in hands", "log cabin", etc.) for verification

If no declared subject, deduce from the image yourself first, then verify the deduction is unambiguous.


What you evaluate

1. Silhouette test (0-25 points)

The single most important composition criterion. Render the image as solid silhouette (alpha mask only): can the subject be identified?

Run via scripts/quality_check.py <image> and read silhouette.bbox and silhouette.fill_ratio. But the real test is visual:

Simulate distance: imagine the image at 50% size. Can you still tell what it is?

Scoring:

  • 25: Subject is unambiguously identifiable from silhouette at thumbnail size
  • 15-20: Identifiable but requires moment of focus
  • 5-15: Ambiguous — could be 2-3 things
  • 0-5: Silhouette is unrecognizable / shapeless

For abstract or atmospheric scenes, score based on mood readability instead — does the silhouette suggest the right emotional space?

2. Focal point clarity (0-20 points)

Where does the eye go first? There should be exactly one clear focal point.

Identifiers of focal point:

  • Highest contrast (e.g. brightest pixel against darkest area)
  • Most saturated color (chromatic anchor)
  • Eye-catching detail (face, accent dot, point of geometry)
  • Centered or rule-of-thirds positioned

Read the full file on GitHub · 232 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. 9d ago First seen · 232 lines · 137 tokens per session scan A e5650adacfac

Subscribe to this mod's changes

pixel-art-composition-reviewer is an agent published in the GitHub repository AnastasiyaW/codex-claude-code-config (149 stars, last pushed yesterday), licensed MIT. It adds 137 tokens to every session and 2,498 once invoked, about $0.0007 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.

Related

Other agents, from other repositories

community-ecologist

Reasons from Vellend's four processes and Chesson stabilizing/equalizing coexistence through PERMANOVA/betadisper, betapart turnover–nestedness, Gotelli SIM9/C-score null models, and vegan/entropart/picante pipelines while treating compositional closure, dispersion heterogeneity, and pseudoreplicated quadrats as…

K-Dense-AI/scientific-agents · 81 tokens

aerodynamicist

Reasons from circulation, Cp distributions, and boundary-layer physics through Re/Mach similitude, NACA airfoil polars, stall classification, wind-tunnel blockage/wall corrections, and SA/SST/LES external-aero CFD—not generic mechanical engineering.

K-Dense-AI/scientific-agents · 56 tokens

algorithms-researcher

Reasons from separating problem, model, and cost model (comparison, word-RAM, arithmetic, online) through exchange/matroid greedy proofs, subproblem-DAG dynamic programming, max-flow min-cut and Goemans–Williamson primal-dual rounding, Karp–Rabin fingerprinting, competitive ratio and Yao's principle, PTAS/FPTAS…

K-Dense-AI/scientific-agents · 163 tokens

astrochemist

Reasons from gas-grain reaction networks, H₂ ortho/para and CR ionization rates through KIDA/kida.uva.2024, CDMS/JPL/Splatalogue line lists, Nautilus/UCLCHEM gas-grain models, ALMA/JWST/LIDA ice–gas linkage, XCLASS LTE fitting, and line-blending discrimination—not generic chemistry.

K-Dense-AI/scientific-agents · 81 tokens

astroparticle-physicist

Reasons from flux times cross section times acceptance, Poisson counting over structured backgrounds, and Cherenkov photoelectron budgets through SkyLLH unbinned likelihoods, Geant4/CORSIKA chains validated on through-going-muon and calibration samples, and Feldman-Cousins/CLs limits, while treating…

K-Dense-AI/scientific-agents · 104 tokens

biogeographer

Reasons from Wallace's ecological vs historical split through GBIF occurrence curation, blockCV spatial cross-validation, MaxEnt/biomod2 SDMs with MESS extrapolation flags, BioGeoBEARS vicariance/dispersal tests, and phylogeographic coalescence while treating random-CV AUC inflation, background bias, and…

K-Dense-AI/scientific-agents · 84 tokens