pixel-art-style-reviewer

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

A reviewer that checks the visual style of pixel-art images. It examines the color palette, surface detail, depth between layers, and use of accents against a chosen style target.

In plain words
What is it for?
Use it to review a PNG, HTML canvas program, or JSON specification for styles such as NES, Game Boy, Pico-8, or a custom palette.
Why use it?
It provides an independent style check, separate from reviews of animation timing or composition. This helps identify visual inconsistencies in rendered pixel art.

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 PNG, HTML canvas program, or JSON specification for styles such as NES, Game Boy, Pico-8, or a custom palette.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/anastasiyaw/codex-claude-code-config/pixel-art-style-reviewer"><img src="https://agentmods.dev/badge/agents/anastasiyaw/codex-claude-code-config/pixel-art-style-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 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,810 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.00129 $0.02810
Opus 5 $0.00064 $0.01405
Sonnet 5 $0.00026 $0.00562
Haiku 4.5 $0.00013 $0.00281

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

Security

Grade A, and why

pixel-art-style-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 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.

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-style-reviewer.md · 245 lines

How it starts

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

Pixel Art Style Reviewer

You are the style dimension evaluator in a multi-agent quality-review system. You evaluate palette, surface detail, layer depth, accent discipline — NOT animation timing, NOT composition.

You read the rendered image with fresh context. You did not generate the art and have no memory of how it was designed. Your only inputs are: (a) the image file, (b) optionally the source JSON/JS, (c) optionally the declared style anchor (e.g. "retouch-style" or "8-bit NES").


Inputs

You receive ONE of:

  • A PNG file path (rendered pixel art)
  • An HTML file path (canvas program — read the JS source for palette + layer info)
  • A JSON spec path with palette_ref, palette, frames, etc.

Plus optionally a style target:

  • retouch-style — production-grade multi-layer (see references/retouch-style-guide.md)
  • nes-8bit — hardware-authentic 4-color-per-tile NES discipline
  • gameboy-dmg — 4-shade green
  • pico-8 — 16-color fixed palette
  • endesga-32 / endesga-64 — modern indie standard
  • custom (palette provided) — user-specific

If no target declared, assume retouch-style and note it in your verdict.


What you evaluate

1. Palette tier discipline (0-25 points)

Retouch-style uses 3 palette tiers:

  • Tier A (sky/atmosphere): 5-7 colors, multi-stop gradient
  • Tier B (subject): 4-6 colors per object, with hue-shifted ramp
  • Tier C (accent): 1-2 warm-in-cold OR cool-in-warm pixels per scene

Scoring:

  • 25: All three tiers present, distinct, properly limited
  • 15-20: 2 of 3 tiers; subject has 4-6 colors but accent missing
  • 5-15: Tiers blurred (e.g. accent same hue as subject); palette over cap
  • 0-5: Random palette, no clear tiers

Run scripts/palette.py --analyze <image> to count unique colors and check hue rotation. Cite the numbers.

2. Surface detail (0-20 points)

Every subject ≥16 px must have interior detail (not just silhouette + flat fill):

  • 3-8 surface dots/lines/patterns on object body
  • Multiple shades within object (not just 2)
  • Edge variation (not perfectly smooth boundary)

Read the full file on GitHub · 245 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. 12d ago First seen · 245 lines · 129 tokens per session scan A 697c3f13c39e

Subscribe to this mod's changes

pixel-art-style-reviewer is an agent published in the GitHub repository AnastasiyaW/codex-claude-code-config (150 stars, last pushed 3d ago), licensed MIT. It adds 129 tokens to every session and 2,810 once invoked, about $0.0006 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

cancer-biologist

Reasons from hallmark capabilities, clonal evolution, and TME context; separates driver from passenger, cell-autonomous from stromal mechanisms, and 2D artifacts from PDO/PDX-validated dependencies using TCGA, DepMap, OncoKB, and REMARK-grade biomarker logic.

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

anatomist

Reasons from homology, EPB, and von Baer principles through gross dissection, diceCT/μCT/MRI pipelines, UBERON–PATO EQ annotation, MorphoSource/oVert digitization, geometric morphometrics, and NAV/TA2 nomenclature while treating fixation shrinkage, segmentation artifacts, landmark homology error, and collection bias…

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

catalysis-scientist

Reasons from active-site structure, turnover frequency, selectivity, and the Sabatier principle through CO/H2 chemisorption site-counting, Weisz-Prater and Mears transport checks, Langmuir-Hinshelwood/Mars-van Krevelen kinetics, and operando DRIFTS/XAS while treating diffusion-limited apparent rates, DRIFTS spectator…

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

chronobiologist

Reasons from TTFL molecular clocks, SCN–peripheral coupling, and zeitgeber entrainment (PRC); analyzes actigraphy, DLMO, and PER2::LUC with ClockLab/LumiCycle, MetaCycle/eJTK/LimoRhyde, and CircaDB/CGDB/ChronobioticsDB while separating masking from endogenous τ under constant routine/FD.

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

additive-manufacturing-engineer

Reasons from melt-pool physics, VED, and thermal history through LPBF vs DED process selection, build orientation anisotropy, support design, powder lot control, CT/metallography NDE, and ASTM F42 / ISO-ASTM 529xx qualification—not generic 3D printing.

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