reimagine-it-audit

reimagine-it-audit is a skill for Claude Code, Codex from Kayforkind/reimagine-it. It costs 108 tokens per session (805 once invoked), scanned A, original, MIT.

A command-line audit for checking the design and implementation quality of an HTML page. It runs 19 deterministic checks covering typography, colors, motion, content, structure, and performance.

In plain words
What is it for?
Use it to audit an HTML file with the reimagine-it command, inspect detailed or JSON results, or run the Python mirror in continuous integration.
Why use it?
It catches common issues such as missing focus styles, unsafe motion, placeholder copy, external dependencies, incorrectly sized images, and palette inconsistencies before a page ships.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/audit_all.py.

Part of the reimagine-it plugin — 7 skills, 1 command shipped together

Good fit Use it to audit an HTML file with the reimagine-it command, inspect detailed or JSON results, or run the Python mirror in continuous integration.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Kayforkind/reimagine-it
agentmods
npx agentmods add skills/kayforkind/reimagine-it/audit

Made for: Claude Code, Codex.

Or install reimagine-it, the plugin that ships this one along with the rest of its 7 skills, 1 command.

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 reimagine-it-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/kayforkind/reimagine-it/audit.svg)](https://agentmods.dev/skills/kayforkind/reimagine-it/audit)
Your own site
<a href="https://agentmods.dev/skills/kayforkind/reimagine-it/audit"><img src="https://agentmods.dev/badge/skills/kayforkind/reimagine-it/audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 805 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 47
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 65
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 66
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 67
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00108 $0.00805
Opus 5 $0.00054 $0.00402
Sonnet 5 $0.00022 $0.00161
Haiku 4.5 $0.00011 $0.00081

Measured today against content hash dc215039b6d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

reimagine-it-audit 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 today.

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/reimagine-it/audit/SKILL.md · 95 lines

What it actually says

/reimagine-it audit

Parent: ../SKILL.md — the full Content-Derived Design engine. This sub-skill handles only the deterministic quality check.

Runs npx reimagine-it audit — 19 checks across 6 categories (src/audit.js; Python scripts/audit.py is the CI mirror):

Category Checks What it catches
Typography 3 Banned default fonts, type-scale range, measure > 65ch
Palette 3 Palette drift, transition: all, un-styled ::selection
Motion 4 Outline removal, missing prefers-reduced-motion, missing :focus-visible, non-compositor animation
Content 4 Placeholder copy, vibe adjectives, emoji farm, <br><br> spacing
Structure 3 CDN, external font fetch, figure system doing no work
Performance 2 Images without dimensions, long pages without content-visibility

Usage

# Agent
/reimagine-it audit path/to/page.html

# CLI (Node — no Python required)
npx reimagine-it audit gold/webpage/after.html
npx reimagine-it audit gold/webpage/after.html --verbose
npx reimagine-it audit gold/webpage/after.html --json

# CI mirror
python scripts/audit_all.py

Exit codes

Code Meaning
0 CLEAN — no issues
1 WARNINGS — advisory only, no blockers
2 FAIL — must fix before shipping

Procedure

  1. If the user passed a file path, run python scripts/audit.py <path>.
  2. If no path, run python scripts/audit_all.py to audit all gold files.
  3. Report the verdict with a summary table.
  4. For each failure, name the specific rule and the fix.
  5. If --verbose, show per-category breakdown.
  6. If --json, output machine-readable JSON for CI.

Must not

  • Use an LLM for the check — this is deterministic Python only
  • Skip the craft-floor rules (MOT-02, MOT-03 are hard blockers)
  • Report "clean" without actually running the script
  • Invent checks not in scripts/audit.py
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. today Changed dc215039b6d7
  2. yesterday Changed 0bba597f12b8
  3. 2d ago Changed bdf2b5185510
  4. 7d ago First seen · 95 lines · 108 tokens per session scan A 89ecf2ced413

Subscribe to this mod's changes

reimagine-it-audit is a skill published in the GitHub repository Kayforkind/reimagine-it (94 stars, last pushed today), licensed MIT. It adds 108 tokens to every session and 805 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-31.

Related

Other skills, from other repositories

visual-qa

Runs rigorous visual QA across web, terminal, and paginated surfaces with screenshot evidence and a verdict. Use for any UI build or change, or when asked whether a page, component, or TUI looks right.

code-yeongyu/oh-my-openagent · 47 tokens

accessibility-audit

Use when wCAG compliance audit — semantic HTML, ARIA, keyboard navigation, color contrast, and screen reader testing. Use when working with accessibility audit.

oyi77/1ai-skills · 37 tokens

verify-against-spec

Cross-checks a design spec against implementation, including SwiftUI visual fidelity against a design-contract's §9 canonical frames and captures/. Apple/design-contract-specific — for a non-visual or non-Apple spec-coverage check, use a generic equivalent instead. Use when finishing a spec-driven Apple UI feature, or…

markdavidgan/apple-dev-skills · 86 tokens

fmcp-ds-audit-orchestrator

Figma ekranlarını 5 kategori açısından platform-agnostic denetler (DS compliance / a11y / drift / visual QA / impact). Read-only çalışır; bulguları raporlar, düzeltmeleri sadece önerir — mutation için onay + ayrı agent. Her platformda çalışır. Condensed-first: Essentials bölümü %80 case'i kapsar, Advanced sadece edge…

atezer/FMCP · 94 tokens

balise-content-test

Stress-tests selected Figma screens, frames, and components with difficult but realistic content and data. Use to audit, generate, or repair resilience cases involving text length, missing values, numeric extremes, localization, RTL, Unicode, text enlargement, variable media, narrow layouts, wrapping, truncation, and…

mrstev3n/balise-skills · 78 tokens

visual-testing

Visual testing, UI verification, and design comparison using screenshots and Figma integration. Use when the user wants to verify UI appearance, compare with Figma designs, test responsive layouts, check for visual regressions, or validate design implementation.

ironbee-ai/ironbee-devtools-skills · 50 tokens