fix-website

fix-website is a skill for Claude Code from whatsuppiyush/make-my-website-non-ai-looking-claude-skill. It costs 82 tokens per session (5,696 once invoked), scanned A, original, MIT.

A website audit that finds patterns making a site look automatically generated and returns a prioritised list of specific fixes with file and line references.

In plain words
What is it for?
Use it to review hierarchy, typography, layouts, page states, calls to action, trust elements, and common generated-looking patterns.
Why use it?
It separates diagnosis from implementation, so you can see the full set of design, content, trust, and usability problems before changing the site.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the make-my-website-non-ai-looking plugin — 2 skills shipped together

Good fit Use it to review hierarchy, typography, layouts, page states, calls to action, trust elements, and common generated-looking patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/whatsuppiyush/make-my-website-non-ai-looking-claude-skill/fix-website
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.

Any agent
npx skills add whatsuppiyush/make-my-website-non-ai-looking-claude-skill --skill fix-website
Clone the repo
git clone --depth 1 https://github.com/whatsuppiyush/make-my-website-non-ai-looking-claude-skill

Made for: Claude Code.

Or install make-my-website-non-ai-looking, the plugin that ships this one along with the rest of its 2 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 fix-website

README.md
[![agentmods](https://agentmods.dev/badge/skills/whatsuppiyush/make-my-website-non-ai-looking-claude-skill/fix-website/github.svg)](https://agentmods.dev/skills/whatsuppiyush/make-my-website-non-ai-looking-claude-skill/fix-website)
Your own site
<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.

agentmods 80×15 button for fix-website

Your own site · 80×15
<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>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,696 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.
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.00082 $0.05696
Opus 5 $0.00041 $0.02848
Sonnet 5 $0.00016 $0.01139
Haiku 4.5 $0.00008 $0.00570

Measured 12d ago against content hash 39a331b0dcc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/fix-website/SKILL.md · 511 lines

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

Read the full file on GitHub · 511 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. 12d ago First seen · 511 lines · 82 tokens per session scan A 39a331b0dcc5

Subscribe to this mod's changes

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.

Related

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.…

funboy322/avoid-ai-design · 90 tokens

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…

Ferousco-dev/anti-slop-design · 138 tokens

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.

oaustegard/claude-skills · 54 tokens

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.

xiaopu-ai/web-design · 151 tokens

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…

AsyrafHussin/agent-skills · 71 tokens

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…

MustBeSimo/cinematic-scroll-skill · 78 tokens