pixelslop CLAUDE.md

pixelslop CLAUDE.md is an instructions file for coding agents from gabelul/pixelslop. It costs 4,990 tokens per session, scanned A, original, Apache-2.0.

Project instructions for Pixelslop, a browser-based tool that reviews the visual quality of real web pages using Playwright screenshots and browser-measured styles.

In plain words
What is it for?
Use them when developing, testing, installing, updating, or releasing Pixelslop and its scan, fix, and verification workflow.
Why use it?
They provide the project’s layout, conventions, testing details, and current implementation context so coding agents can make informed changes.

Instructions file

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 instructions/gabelul/pixelslop/claude-md
Clone the repo
git clone --depth 1 https://github.com/gabelul/pixelslop

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 pixelslop CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gabelul/pixelslop/claude-md.svg)](https://agentmods.dev/instructions/gabelul/pixelslop/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/gabelul/pixelslop/claude-md"><img src="https://agentmods.dev/badge/instructions/gabelul/pixelslop/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,990 This file is loaded in full into every session.
When invoked 4,990 The same file — it is already loaded in full.
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.04990 $0.04990
Opus 5 $0.02495 $0.02495
Sonnet 5 $0.00998 $0.00998
Haiku 4.5 $0.00499 $0.00499

Measured 3d ago against content hash c94f6bbe39cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pixelslop CLAUDE.md 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 3d 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.md · 223 lines

How it starts

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

Pixelslop — Project Conventions

What This Is

Pixelslop is a browser-first design quality reviewer. It opens real pages in Playwright, captures screenshots and computed styles, scores design quality on 5 measurable pillars, and detects AI slop patterns. Browser evidence is the source of truth — no guessing from code.

Current Phase

Phase 5 is complete — updates and distribution. See dev_docs/MASTER-PLAN.md for the full roadmap.

What works now:

  • Installernpx pixelslop install is interactive by default. It detects Claude Code and Codex CLI, lets the user pick runtimes and scope, supports project-local Codex installs in .codex/, rewrites paths, configures MCP, and installs skills via symlink or copy. npx pixelslop@latest update upgrades the installed runtime set with backup + diff.
  • CI/CD — GitHub Actions for CI (Node 18/20/22) and automated releases via release-please + npm publish with OIDC provenance.
  • Orchestrator — coordinates the full scan→fix→verify workflow. Spawns subagents, manages user interaction, groups findings by category, handles PARTIAL results. Supports --personas and --thorough flags.
  • Scanner — evaluates pages across 3 viewports, scores 5 pillars, detects 26 slop patterns, runs vision-first persona evaluation (the page-relevant subset of 8 built-ins, plus any project persona). Tested on 7 pages, scores stable within ±1.
  • Persona evaluation — 8 built-in personas (screen-reader-user, low-vision-user, keyboard-user, rushed-mobile-user, slow-connection-user, non-native-english, design-critic, first-time-visitor). Extensible JSON format supports custom personas.
  • Fixer — takes a scanner finding, locates the source code, creates a checkpoint via pixelslop-tools, applies the smallest viable fix.
  • Checker — re-measures the targeted metric after a fix, compares before/after, returns PASS/FAIL/PARTIAL. Updates plan via pixelslop-tools.
  • Setup — explores codebase for design context (framework, CSS approach, fonts, tokens), returns structured findings + questions.
  • pixelslop-tools — deterministic CLI for all state management (plan, checkpoints, gates, config, init, verify). Agents call this instead of inline bash. Supports monorepo workspace detection.
  • Checkpoint protocol — file-backup-based fix/verify/rollback mechanism. Both fixer and checker use pixelslop-tools checkpoint *.

Read the full file on GitHub · 223 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. 3d ago First seen · 223 lines · 4,990 tokens per session scan A c94f6bbe39cc

Subscribe to this mod's changes

pixelslop CLAUDE.md is an instructions file published in the GitHub repository gabelul/pixelslop (7 stars, last pushed 9d ago), licensed Apache-2.0. It adds 4,990 tokens to every session, about $0.0249 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.