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.
npx agentmods add skills/aahil62/unslop/auditnpx skills add aahil62/unslop --skill auditgit clone --depth 1 https://github.com/aahil62/unslopWrote 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.
[](https://agentmods.dev/skills/aahil62/unslop/audit)<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>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.
| Model | Per session | Once 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 |
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.
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
- 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. - The site must be viewable. Find the dev command (
npm run devor equivalent) and the port. Start it in the background if not already running.
Procedure
-
Capture. Run the bundled screenshot script against the running site:
node "${CLAUDE_PLUGIN_ROOT}/scripts/screenshot.mjs" <url> ./unslop/screenshotsIt 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.
-
Deterministic checks.
node "${CLAUDE_PLUGIN_ROOT}/scripts/slop-scan.mjs" . node "${CLAUDE_PLUGIN_ROOT}/scripts/contrast-check.mjs" <url>slop-scangreps the source for slop tells (stock palette, transition-all, arbitrary px values, uniform radius, weight sprawl) with file:line evidence.contrast-checkreports WCAG AA failures on the rendered page. -
Visual evaluation. Read all four screenshots. Walk
${CLAUDE_PLUGIN_ROOT}/rules/anti-slop-checklist.mditem 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. -
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.
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.
- 6d ago First seen · 62 lines · 73 tokens per session scan A 16aaa22425ef
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.
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.
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.
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.
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…
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…
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。触发:用户说"加个新页面""在首页加一个…