image-layer-alignment-validator

image-layer-alignment-validator is a skill for Codex from sergekostenchuk/ui-ux-agent-skill-system. It costs 92 tokens per session (995 once invoked), scanned A, original, Apache-2.0.

A local image-checking skill for comparing two raster images, such as two PNG layers, before combining them in an interactive visual effect.

In plain words
What is it for?
It compares base and reveal layers, diagnoses drift, recommends shifts or regeneration, and produces local analysis reports.
Why use it?
It helps reveal whether the images show the same scene in the same position, preventing jumps or misalignment during reveals, masks, or morphs.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It compares base and reveal layers, diagnoses drift, recommends shifts or regeneration, and produces local analysis reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sergekostenchuk/ui-ux-agent-skill-system/image-layer-alignment-validator
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 sergekostenchuk/ui-ux-agent-skill-system --skill image-layer-alignment-validator
Clone the repo
git clone --depth 1 https://github.com/sergekostenchuk/ui-ux-agent-skill-system

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 image-layer-alignment-validator

README.md
[![agentmods](https://agentmods.dev/badge/skills/sergekostenchuk/ui-ux-agent-skill-system/image-layer-alignment-validator/github.svg)](https://agentmods.dev/skills/sergekostenchuk/ui-ux-agent-skill-system/image-layer-alignment-validator)
Your own site
<a href="https://agentmods.dev/skills/sergekostenchuk/ui-ux-agent-skill-system/image-layer-alignment-validator"><img src="https://agentmods.dev/badge/skills/sergekostenchuk/ui-ux-agent-skill-system/image-layer-alignment-validator/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 image-layer-alignment-validator

Your own site · 80×15
<a href="https://agentmods.dev/skills/sergekostenchuk/ui-ux-agent-skill-system/image-layer-alignment-validator"><img src="https://agentmods.dev/badge/skills/sergekostenchuk/ui-ux-agent-skill-system/image-layer-alignment-validator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 995 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.00092 $0.00995
Opus 5 $0.00046 $0.00498
Sonnet 5 $0.00018 $0.00199
Haiku 4.5 $0.00009 $0.00100

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

Security

Grade A, and why

image-layer-alignment-validator 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/compare_layers.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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

core/skills/image-layer-alignment-validator/SKILL.md · 98 lines

How it starts

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

Image Layer Alignment Validator

Use this skill to check whether two image layers can be composited as the same scene or subject. The goal is not generic image critique; the goal is to decide whether a base layer and reveal layer are spatially compatible.

Modes

  • compare: analyze two local image files and produce visual/report artifacts.
  • diagnose: inspect an existing report or screenshots and explain why a reveal/morph looks misaligned.
  • advise: convert measured drift into concrete fixes: shift, scale, crop, regenerate, or accept.
  • threshold: tune acceptance thresholds for strict product/portrait work versus looser creative reveal effects.

Workflow

  1. Confirm there are exactly two intended layers: base and reveal/after.

  2. Keep all analysis local by default. Do not upload private images to external services unless the user explicitly requests that.

  3. Run scripts/compare_layers.py when local image paths are available:

    python3 $CODEX_SKILLS_DIR/image-layer-alignment-validator/scripts/compare_layers.py \
      --base /path/to/base.png \
      --reveal /path/to/reveal.png \
      --out /path/to/alignment-output
    
  4. Inspect the generated artifacts before giving a verdict. The script is a deterministic foreground/geometry heuristic; semantic judgment still matters.

  5. If the main subject is ambiguous, read references/subject-taxonomy.md and state the chosen primary subject explicitly.

  6. Score alignment with references/alignment-rubric.md.

  7. Report measured drift and a concrete next action.

Evidence Artifacts

The comparison script writes:

  • alignment-report.md: human-readable metrics, verdict, and suggested fixes.
  • alignment-metrics.json: machine-readable dimensions, boxes, drift, IoU, and verdict.
  • annotated-base.png: detected primary and secondary boxes on the base layer.
  • annotated-reveal.png: detected primary and secondary boxes on the reveal layer.
  • side-by-side.png: visual comparison with boxes.
  • overlay.png: reveal blended over base for quick inspection.
  • difference.png: amplified pixel difference map.

Read the full file on GitHub · 98 lines

Files

What ships with it

4 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. 9d ago First seen · 98 lines · 92 tokens per session scan A de89eabaf646

Subscribe to this mod's changes

image-layer-alignment-validator is a skill published in the GitHub repository sergekostenchuk/ui-ux-agent-skill-system (23 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 92 tokens to every session and 995 once invoked, about $0.0005 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 skills, from other repositories

short-drama-delivery-audit

Internal deterministic delivery gate for meta-short-drama. Verifies real-provider image/video receipts, parent-owned paid-submission dispositions, runtime fallback evidence, decodability, and content-versus-final duration with ffprobe.

opensquilla/opensquilla · 51 tokens

sprite-gen

Generate clean 2D game sprites and animation atlases with a component-row pipeline: base identity, numeric sprite-request SSoT, per-state layout guides, image-gen row strips, chroma-key alpha cleanup, connected-component frame extraction, cell-based atlas composition, QA reports, and runtime manifest framelayout. Its…

aldegad/sprite-gen · 291 tokens

review-ugc-render

Mandatory pre-publish review gate for a UGC video render. Transcribes the finished render's AUDIO with Whisper and word-diffs it against the approved spoken script, then gates setfinalrender — blocking a render whose generated audio mis-voices a word (e.g. the approved "human-vetted" spoken as "human witted"), drops…

gooseworks-ai/goose-skills · 116 tokens

sc-skill

Capture deterministic macOS screenshots for testing, docs, release notes, and marketing assets. Use when asked to automate app screenshots, batch-generate screenshot sets, standardize window sizing/composition, or choose between Peekaboo and native macOS screenshot tooling.

jazzyalex/agent-sessions · 55 tokens

Image Processing Testing

Testing image processing pipelines including format conversion, resize quality, metadata handling, watermark verification, and thumbnail generation.

PramodDutta/qaskills · 25 tokens

hyperframes-cli

HyperFrames CLI dev loop — npx hyperframes for scaffolding (init), validation (lint, inspect), preview, render, and environment troubleshooting (doctor, browser, info, upgrade). Use when running any of these commands or troubleshooting the HyperFrames build/render environment. For asset preprocessing commands (tts…

boraoztunc/skills · 86 tokens