website-standards-auditor

website-standards-auditor is a skill for Claude Code, Codex from Abhishek-Chougule/website-standards-auditor. It costs 182 tokens per session (4,103 once invoked), scanned A, original, MIT.

A website quality checker and repair workflow for sites that are new, under construction, or already live. It checks fixed engineering, content, search, accessibility, performance, and web standards.

In plain words
What is it for?
Use it to review SEO, generative and answer-engine visibility, accessibility, structured data, performance, sitemaps, robots.txt, and related website requirements.
Why use it?
It shows where a website falls short of required standards before any changes are made. Repairs happen only after the user approves the written findings.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review SEO, generative and answer-engine visibility, accessibility, structured data, performance, sitemaps, robots.txt, and related website requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abhishek-chougule/website-standards-auditor/website-standards-auditor
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 Abhishek-Chougule/website-standards-auditor --skill website-standards-auditor
Clone the repo
git clone --depth 1 https://github.com/Abhishek-Chougule/website-standards-auditor

Made for: Claude Code, Codex.

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 website-standards-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/abhishek-chougule/website-standards-auditor/website-standards-auditor/github.svg)](https://agentmods.dev/skills/abhishek-chougule/website-standards-auditor/website-standards-auditor)
Your own site
<a href="https://agentmods.dev/skills/abhishek-chougule/website-standards-auditor/website-standards-auditor"><img src="https://agentmods.dev/badge/skills/abhishek-chougule/website-standards-auditor/website-standards-auditor/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 website-standards-auditor

Your own site · 80×15
<a href="https://agentmods.dev/skills/abhishek-chougule/website-standards-auditor/website-standards-auditor"><img src="https://agentmods.dev/badge/skills/abhishek-chougule/website-standards-auditor/website-standards-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 182 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,103 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.00182 $0.04103
Opus 5 $0.00091 $0.02051
Sonnet 5 $0.00036 $0.00821
Haiku 4.5 $0.00018 $0.00410

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

Security

Grade A, and why

website-standards-auditor 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/audit_site.py, scripts/download_media.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/website-standards-auditor/SKILL.md · 150 lines

How it starts

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

Website Standards Auditor

This skill audits a website against one fixed set of organization standards and then fixes the gaps. It works on a brand new project, a project still in development, or an already live site. It always runs in two phases with a hard approval gate between them: first it produces a written gap report (gap_identification.md), then, only after the user explicitly approves, it repairs the approved items and reconciles .gitignore and README.md.

The standards are fixed and bundled with this skill. Do not invent new rules and do not drop existing ones. The three pillars are:

  1. Engineering and content rules (see references/coding_rules.md)
  2. Mandatory git policy and the standard .gitignore (see references/git_policy.md and references/gitignore_standard.txt)
  3. Website quality criteria covering SEO, GEO, AEO, structured data, performance, and more (see references/website_criteria.md)

Operating principles (these are binding for every run)

These principles come from the organization rules and override convenience at every step.

  • Never make assumptions. Detect facts from the repository, the served site, and the user's words. When a fix needs a value that cannot be derived from those sources (for example the canonical domain, the default language and locale, the legal or brand name, social profile URLs, or contact name, address, and phone), do not guess and do not insert a plausible placeholder as if it were real. List the item under "Information required from user" in the gap report and ask for it before writing anything that depends on it.
  • Never use the em dash. Do not use the em dash character in anything you write or edit, including this skill's own output files (gap_identification.md, fix_summary.md) and any site content you touch. Use a comma, colon, parentheses, or a reworded sentence instead. The audit also treats every em dash already present in the target site as a defect to be fixed.
  • Always keep .gitignore and README.md up to date. Every run ends by reconciling these two files against the current state of the project, even if the user only asked for an SEO check.
  • Never change existing UI/UX. When fixing gaps or scaffolding new pages, preserve all existing font stacks, color tokens, spacing, border radii, shadow, and layout. New pages (privacy, 404, offline, or any other page created during a fix run) must inherit the project's existing design system. Read the project's CSS, design tokens, or component library before writing a new page. If no design system is detectable, use the bundled template defaults from assets/ and note in fix_summary.md that the user should update the tokens. This rule applies to every file the skill touches, not only to HTML pages.

Read the full file on GitHub · 150 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. 11d ago First seen · 150 lines · 182 tokens per session scan A 94e276b51dc8

Subscribe to this mod's changes

website-standards-auditor is a skill published in the GitHub repository Abhishek-Chougule/website-standards-auditor (1 stars, last pushed 2mo ago), licensed MIT. It adds 182 tokens to every session and 4,103 once invoked, about $0.0009 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

angular-architect

Generates Angular 17+ standalone components, configures advanced routing with lazy loading and guards, implements NgRx state management, applies RxJS patterns, and optimizes bundle performance. Use when building Angular 17+ applications with standalone components or signals, setting up NgRx stores, establishing RxJS…

Jeffallan/claude-skills · 77 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

information-architecture

Design the structure of a website or product including sitemap, navigation, URL structure, content types, taxonomy, and labeling. Use this skill whenever the user asks to plan a sitemap, design navigation, structure URLs, define content types, build taxonomies, design site search, or organize content at the system…

rampstackco/claude-skills · 131 tokens

slide-deck

When you want to draft, update, convert, or export a slide deck for a React/Next.js slide system (${SLIDEDECKREPO:-$HOME/code/your-slide-deck-site}/src/app/slides/). Writes TypeScript Slide[] arrays using your primitives (Eyebrow, Heading, Accent, Body, BulletList, Divider, TwoCol, GradientText), 12 cycling brand…

coreyhaines31/makerskills · 259 tokens

shiny-bslib

Build modern Shiny dashboards and applications using bslib (Bootstrap 5). Use when creating new Shiny apps, modernizing legacy apps (fluidPage, fluidRow/column, tabsetPanel, wellPanel, shinythemes), or working with bslib page layouts, grid systems, cards, value boxes, navigation, sidebars, filling layouts, theming…

posit-dev/skills · 107 tokens