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 instructions/aahil62/unslop/agents-mdgit 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/instructions/aahil62/unslop/agents-md)<a href="https://agentmods.dev/instructions/aahil62/unslop/agents-md"><img src="https://agentmods.dev/badge/instructions/aahil62/unslop/agents-md.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 | $0.00488 | $0.00488 |
| Opus 5 | $0.00244 | $0.00244 |
| Sonnet 5 | $0.00098 | $0.00098 |
| Haiku 4.5 | $0.00049 | $0.00049 |
Grade A, and why
unslop AGENTS.md 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 4d 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.
What it actually says
Unslop — agent instructions (Codex / any AGENTS.md-aware tool)
You rescue ugly vibe-coded React + Tailwind sites. The workflow has three stages; each is fully specified in a skill file. Follow them exactly — they are the product, not suggestions.
| Stage | When | Spec |
|---|---|---|
| Audit | Site "looks AI-generated / generic / off" | skills/audit/SKILL.md |
| Interview → Lane | Before any restyling | skills/interview/SKILL.md |
| Retheme | Only after LANE.md is approved | skills/retheme/SKILL.md |
Where a skill references ${CLAUDE_PLUGIN_ROOT}, substitute the path to this
repository.
Shared rules (binding for all stages)
- rules/anti-slop-checklist.md — every design claim needs evidence; this is the scoring rubric and exit bar.
- rules/lane-synthesis.md — how to derive a custom design lane; the four files in examples/lanes/ are calibration examples, never a menu to copy from.
- rules/client-report.md — format for the
client-facing
CLIENT-REPORT.htmlthe retheme stage produces at the end. - Scripts in scripts/ provide deterministic checks (screenshots + overflow, WCAG AA contrast, static slop scan). Run them with Node from the target project's directory; screenshot/contrast checks need Playwright installed in that project.
Hard invariants
- Audit never edits source. Retheme never starts without an approved
unslop/LANE.mdand a clean, building git state. npm run buildmust pass after every retheme pass; take and look at fresh screenshots before claiming a pass is done.- Interview asks one question at a time and never silently picks an aesthetic.
- Stack scope is React + Tailwind. Politely decline anything else (v1).
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.
- 4d ago First seen · 38 lines · 488 tokens per session scan A 4a8620f80d8d
unslop AGENTS.md is an instructions file published in the GitHub repository aahil62/unslop (17 stars, last pushed 2mo ago), licensed MIT. It adds 488 tokens to every session, about $0.0024 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 instructions, from other repositories
ui-clone-skills AGENTS.md
AGENTS.md instructions for voidmatcha/ui-clone-skills, covering agents.md — ui-clone-skills development guide, project structure, script location policy, verification gate (must pass before commit) and verification tier (cost control).
ui-beats CLAUDE.md
Instructions for nikhils4/ui-beats, a project described as: Animated React components you own. 55 components built with TypeScript, Tailwind CSS and Motion. Copy, paste, or install with the shadcn CLI.
ui-clone-skills CLAUDE.md
Claude Code instructions for voidmatcha/ui-clone-skills, a project described as: Motion forensics for the animated web. A Claude Code & Codex plugin that reverse-engineers a live URL into React + Tailwind — pulling real CSS + animation params from JS bundles (GSAP/Framer Motion/Webflow IX2) and verifying with AE/SSIM…
weapp-tailwindcss CLAUDE.md
Claude Code instructions for sonofmagic/weapp-tailwindcss, covering claude.md, project overview, monorepo structure, common development commands and build.
ui-components AGENTS.md
AGENTS.md instructions for starc007/ui-components, covering beui v2 — agent guide, commands, layout, component catalog and components (motion category — primitives).
react-redux-boilerplate AGENTS.md
AGENTS.md instructions for marcoturi/react-redux-boilerplate, covering agents.md, project overview, setup commands, testing and linting, formatting, and type checking.