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 skills add whatsuppiyush/make-my-website-non-ai-looking-claude-skill --skill fix-websitegit clone --depth 1 https://github.com/whatsuppiyush/make-my-website-non-ai-looking-claude-skillWrote 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/whatsuppiyush/make-my-website-non-ai-looking-claude-skill/fix-website)<a href="https://agentmods.dev/skills/whatsuppiyush/make-my-website-non-ai-looking-claude-skill/fix-website"><img src="https://agentmods.dev/badge/skills/whatsuppiyush/make-my-website-non-ai-looking-claude-skill/fix-website/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.
<a href="https://agentmods.dev/skills/whatsuppiyush/make-my-website-non-ai-looking-claude-skill/fix-website"><img src="https://agentmods.dev/badge/skills/whatsuppiyush/make-my-website-non-ai-looking-claude-skill/fix-website.svg" alt="Reviewed on agentmods" width="80" 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.00082 | $0.05696 |
| Opus 5 | $0.00041 | $0.02848 |
| Sonnet 5 | $0.00016 | $0.01139 |
| Haiku 4.5 | $0.00008 | $0.00570 |
Grade A, and why
fix-website 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 12d 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 — 511 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fix a website that looks AI-made
Reads an existing site, works out what is giving it away, and returns an ordered list of things to change with the effort each one costs.
The output is an improvement plan, not a rewrite. Find everything first, report it, then fix only what is asked for. Auditing and fixing in one pass leaves a half-audited, half-fixed page and no record of what was wrong.
0. What this checks
Two layers, because a page can fail either way and they need different fixes.
| Layer | What it catches | Where it comes from |
|---|---|---|
| The thirty tells | Specific giveaway patterns: gradient stripes, sparkle icons, fake testimonials, missing privacy policy | §4 |
| Design quality | Weak hierarchy, broken hero, repeated layouts, no states, unreadable CTAs, absent dark mode | §3 |
A site can pass every tell check and still look generated, because it has no hierarchy and eight identical sections. A site can be beautifully composed and still look generated, because the testimonials are invented and there is no privacy policy. Check both.
Verdict.
| Verdict | Condition |
|---|---|
| FAIL | Any Class A tell present, or any Class C requirement missing |
| OVER BUDGET | A and C clean, but more than 4 Class B tells, or 2 from one family |
| NEEDS WORK | Tells clean, but design-quality findings remain |
| PASS | Tells clean, budget respected, no blocking quality findings |
1. Procedure
Step 1: scope it
- A codebase. Find the route tree: Next (
app/,pages/), Vite or React (src/routes,src/pages), TanStack (src/routes), Astro (src/pages), plain HTML. - A live site. Fetch the homepage, pricing, one product page and the footer. That covers most of it.
- One page. Audit that page and the shared shell it renders inside. Most tells live in the layout, not the page.
State what you scoped. An audit of one route that reports on the whole site is wrong.
Step 2: mechanical pass
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.
- 12d ago First seen · 511 lines · 82 tokens per session scan A 39a331b0dcc5
fix-website is a skill published in the GitHub repository whatsuppiyush/make-my-website-non-ai-looking-claude-skill (2 stars, last pushed 26d ago), licensed MIT. It adds 82 tokens to every session and 5,696 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-31.
Other skills, from other repositories
avoid-ai-design
Audit and rewrite frontend UI to remove generic AI design patterns ("AI slop"). Use this skill when asked to "de-slop a UI", "make a design look less AI-generated", "audit a component or page for AI design tells", or "fix Claude/Codex-generated frontend that looks generic". Covers HTML/CSS and React/Tailwind/shadcn.…
anti-slop-design
Eliminates generic AI-generated design ("AI slop") from any front-end you build or review — web or mobile. Use whenever generating, reviewing, refactoring, or critiquing a website, landing page, dashboard, web app, iOS or Android app, React Native or Flutter screen, component, design system, or micro-interaction — and…
json-render-ui
Generate guardrailed UI from natural language. Emits constrained JSON that a Preact runtime renders. Use when the request is for a dashboard with metrics, charts, or tables; an admin panel; a data visualization interface; or a form-based application.
web-design
A web design workflow for turning a brief, reference website, screenshot, or keywords into a design specification and then web code. It covers visual style, page structure, interaction, responsive layouts, and motion.
web-design-guidelines
UI/UX best practices and accessibility audit. Use when reviewing UI code, checking accessibility, running accessibility audits, auditing forms, or ensuring web interface best practices. Triggers on "audit accessibility", "check WCAG", "review UI", "check accessibility", "audit design", "review UX", or "check best…
cinematic-scroll
Design and build cinematic websites, 3D websites, interactive portfolios and product landing pages with scroll-driven storytelling, parallax, text animation and optional Three.js/WebGL scenes. Use for new experiences, motion improvements, scroll audits and storyboards in standalone HTML or an existing app. Includes…