audit

audit is a skill for Claude Code from aahil62/unslop. It costs 73 tokens per session (734 once invoked), scanned A, original, MIT.

A read-only design review for React and Tailwind websites. It checks the site against a checklist for common signs of generic, AI-generated visual design.

In plain words
What is it for?
Use it to review a React and Tailwind site at several screen sizes, detect visual and accessibility issues, and save the findings in DESIGN-AUDIT.md.
Why use it?
It replaces vague opinions about a site looking poor or generic with a scored report supported by source checks, screenshots, and contrast results.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the unslop plugin — 3 skills shipped together

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 skills/aahil62/unslop/audit
Any agent
npx skills add aahil62/unslop --skill audit
Clone the repo
git clone --depth 1 https://github.com/aahil62/unslop

Made for: Claude Code.

Or install unslop, the plugin that ships this one along with the rest of its 3 skills.

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 audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/aahil62/unslop/audit.svg)](https://agentmods.dev/skills/aahil62/unslop/audit)
Your own site
<a href="https://agentmods.dev/skills/aahil62/unslop/audit"><img src="https://agentmods.dev/badge/skills/aahil62/unslop/audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 734 The whole file, excluding the scripts and references it only reads on demand.
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.1 $0.00073 $0.00734
Opus 5 $0.00036 $0.00367
Sonnet 5 $0.00015 $0.00147
Haiku 4.5 $0.00007 $0.00073

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

Security

Grade A, and why

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 6d 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.

skills/audit/SKILL.md · 62 lines

How it starts

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

Design Audit

Audit the current project's visual design and produce a scored, evidence-backed DESIGN-AUDIT.md. This skill is strictly read-only on source code — it writes only the audit report and screenshots.

Preconditions

  1. Confirm the project is React + Tailwind (look for tailwind.config.* or the Tailwind v4 CSS import, plus React in package.json). If it isn't, stop and say: v1 of unslop supports React + Tailwind only.
  2. The site must be viewable. Find the dev command (npm run dev or equivalent) and the port. Start it in the background if not already running.

Procedure

  1. Capture. Run the bundled screenshot script against the running site:

    node "${CLAUDE_PLUGIN_ROOT}/scripts/screenshot.mjs" <url> ./unslop/screenshots
    

    It captures 375 / 768 / 1024 / 1440 px full-page shots and reports horizontal overflow per viewport. If Playwright is missing, it prints install instructions — follow them, then re-run.

  2. Deterministic checks.

    node "${CLAUDE_PLUGIN_ROOT}/scripts/slop-scan.mjs" .
    node "${CLAUDE_PLUGIN_ROOT}/scripts/contrast-check.mjs" <url>
    

    slop-scan greps the source for slop tells (stock palette, transition-all, arbitrary px values, uniform radius, weight sprawl) with file:line evidence. contrast-check reports WCAG AA failures on the rendered page.

  3. Visual evaluation. Read all four screenshots. Walk ${CLAUDE_PLUGIN_ROOT}/rules/anti-slop-checklist.md item by item — every item is PASS / FAIL / N-A with evidence (file:line from the scans, or a screenshot observation named precisely, e.g. "1440px: hero is centered headline + two buttons + 3-col icon grid → L1 FAIL"). Read key source files to confirm suspected failures; do not guess.

  4. Report. Write unslop/DESIGN-AUDIT.md:

    • Overall score (passes ÷ applicable × 100) and per-category scores.
    • Failures with evidence, grouped by category, referencing checklist IDs.
    • Top 5 fixes by visual impact, ordered, each mapped to checklist IDs.
    • Paths to the screenshots.

Read the full file on GitHub · 62 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. 6d ago First seen · 62 lines · 73 tokens per session scan A 16aaa22425ef

Subscribe to this mod's changes

audit is a skill published in the GitHub repository aahil62/unslop (17 stars, last pushed 2mo ago), licensed MIT. It adds 73 tokens to every session and 734 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-30.

Related

Other skills, from other repositories

swiftui-liquid-glass

Design, implement, review, and validate SwiftUI Liquid Glass interfaces across iOS and macOS. Use when choosing native glass effects, grouped glass surfaces, glass button styles, morphing transitions, availability fallbacks, or removing conflicting custom chrome.

gaelic-ghost/socket · 55 tokens

signals-scout-csp-violations

Signals scout for Content Security Policy violations. Watches $cspviolation events for blocked-URL clusters, per-directive bursts, post-deploy regressions, and suspicious third- party domains.

PostHog/ai-plugin · 49 tokens

signals-scout-web-vitals

Signals scout for Core Web Vitals ($webvitals). Watches each page's p75 LCP / INP / CLS / FCP against Google's thresholds and its own history — poor-band pages, band crossings, sharp regressions — and dates each regression against deploys and flag rollouts.

PostHog/ai-plugin · 67 tokens

triaging-visual-review-runs

Inspects PostHog Visual Review (VR) runs that gate PR merges with screenshot regression checks. Use when the user mentions "visual review", "VR", "snapshot diff", "screenshot test", "storybook regression", "playwright snapshot", asks why a PR is blocked or what changed visually, wants to triage the VR backlog, decide…

PostHog/ai-plugin · 136 tokens

building-html-canvases

Author a PostHog canvas with semantic HTML, CSS, and direct browser APIs — documents, articles, generative graphics, 2D canvas and WebGL experiences, and focused experiments where React components add no useful structure. Use after building-canvases has routed a canvas request to a plain-HTML/browser-API…

PostHog/ai-plugin · 99 tokens

frontend-iteration-planner

前端项目二开 / 增量改进的入口路由器——已定稿 design.md 的项目要加新页面 / 新 section / 微改 token 时,先读老资产(design.md + visual-anchors/ + motion-prompts/),按三档 tier 判定(T1 新页面 / T2 新 section / T3 微改)输出本轮最小流程路径,阻止模型"假装新项目"把已定风格冲掉。本 skill 只做路由和前置防呆,不自己执行具体阶段——执行仍委给 dualround / visual-reference / design-writer / design-review 等原 skill。触发:用户说"加个新页面""在首页加一个…

kkunkunya/ai-frontend-design-kit · 257 tokens