thumbnail-legibility-check

thumbnail-legibility-check is a skill for Codex from jqaisystems/jqai-ai-skills. It costs 85 tokens per session (1,017 once invoked), scanned A, original, MIT.

A checker for judging thumbnails and cover images at the small size people see in a feed. It combines image measurements with tests such as grayscale, glance, and pairwise comparison.

In plain words
What is it for?
Use it to choose between thumbnail candidates, test small on-image text, or compare a new image with existing options.
Why use it?
An image can look good when large but become unreadable when reduced. This checks whether its contrast, colours, faces, and text still stand out.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to choose between thumbnail candidates, test small on-image text, or compare a new image with existing options.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jqaisystems/jqai-ai-skills/thumbnail-legibility-check
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.

Any agent
npx skills add jqaisystems/jqai-ai-skills --skill thumbnail-legibility-check
Clone the repo
git clone --depth 1 https://github.com/jqaisystems/jqai-ai-skills

Made for: Codex.

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 thumbnail-legibility-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/thumbnail-legibility-check/github.svg)](https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/thumbnail-legibility-check)
Your own site
<a href="https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/thumbnail-legibility-check"><img src="https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/thumbnail-legibility-check/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 thumbnail-legibility-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/thumbnail-legibility-check"><img src="https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/thumbnail-legibility-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,017 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.00085 $0.01017
Opus 5 $0.00043 $0.00508
Sonnet 5 $0.00017 $0.00203
Haiku 4.5 $0.00009 $0.00102

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

Security

Grade A, and why

thumbnail-legibility-check 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/legibility.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/thumbnail-legibility-check/SKILL.md · 99 lines

How it starts

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

Thumbnail Legibility Check

Thumbnails are designed at 1280 pixels wide or larger and seen at about 168. Almost every bad thumbnail decision comes from judging it at the wrong size.

This skill measures what actually survives, then puts the candidates through the conditions they will really face.

When to use

  • Choosing between several thumbnail, cover, or preview-image candidates.
  • An image that looks strong at full size and disappears in a feed.
  • Checking whether on-image text or a face reads at small size.
  • Comparing a new candidate against what already performs.

Step 1: measure

python scripts/legibility.py path/to/candidates --recursive

Requires Pillow (python -m pip install Pillow). Add --json for machine output. Every candidate is cover-cropped and downscaled to 168x94, then measured:

Metric What it means Risk below or above
bright Mean luminance Under 45 sinks into a dark feed; over 200 washes out on white
contr Mean per-channel spread Under 40 reads as flat at small size
pop Distance between strongest and weakest channel Under 12 means muted, no colour signal in a feed
glance Contrast surviving a heavy blur Low means it turns to mush during a fast scroll
gray Contrast with colour removed Low means the design leans on hue alone for separation

These are risk signals, not verdicts. A dark thumbnail can be the right choice when the channel's whole look is dark. Use the numbers to know what you are choosing, not to choose for you.

Step 2: look at it small

Render each candidate at real display size and actually look. The measurement catches what is measurable; your eye catches a face cropped at the jaw, or two candidates that are indistinguishable at that size.

Step 3: the stress tests

Run each candidate through all four. They fail differently.

  • Glance blur. Blur heavily. What is still readable is what a scrolling viewer gets. If nothing survives, the composition has no focal hierarchy.
  • Grayscale. Strip colour. Structure should hold. If it collapses, the design is doing its work with hue alone, which fails against every background.
  • Real feed. Place the candidate in the newest slot of the actual feed it will live in, surrounded by genuinely published neighbours. This is the only test that catches "it looks like everything else we publish" and "it clashes with the three above it".
  • Decoy feed. Hide all candidates among unrelated images and ask someone to find yours. If they cannot, it does not stand out, whatever the numbers say.

Read the full file on GitHub · 99 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 99 lines · 85 tokens per session scan A 286f08ce8693

Subscribe to this mod's changes

thumbnail-legibility-check is a skill published in the GitHub repository jqaisystems/jqai-ai-skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 85 tokens to every session and 1,017 once invoked, about $0.0004 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 skills, from other repositories

baoyu-diagram

Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind maps, timelines, illustrative/conceptual diagrams, and more. Use this skill whenever the user asks for any kind of technical or conceptual diagram, visualization of a system…

JimLiu/baoyu-skills · 146 tokens

understand-figma

Analyze a Figma file via the Figma REST API and generate an interactive design knowledge graph (pages, screens, components, component sets, instances, design tokens) with a kind:"design" dashboard.

Egonex-AI/Understand-Anything · 47 tokens

design-dna

Extract, define, and apply design DNA across three dimensions: design system (tokens), design style (qualitative feel), and visual effects (Canvas, WebGL, 3D, particles, shaders, scroll effects, etc.). Use this skill when: (1) a user wants to see the full 3-dimension design structure/schema, (2) a user provides…

zanwei/design-dna · 192 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use when the user asks to build landing pages, websites, dashboards, web components, or any frontend UI. Generates creative, polished code that avoids generic AI aesthetics.

tobihagemann/turbo · 48 tokens

prototype

Build a self-contained local prototype at .turbo/prototypes/ .html, drive it, and hand it to the user to settle unknowns that prose cannot answer. Use when the user asks to "prototype this", "build a prototype", "mock this up", "show me what it would look like", "let me try the interaction first", or when a decision…

tobihagemann/turbo · 88 tokens

user-experience

Apply a UX lens to a user-facing change: whether it serves the user's real goal and whether the path through it holds together, using the Understanding, Bridging, and Flowing contexts. Use when scoping, planning, or assessing any change that affects what a user sees or does. Loaded as a lens during planning and…

tobihagemann/turbo · 71 tokens