web-optimization

web-optimization is a skill for Claude Code from yasirshabbirservices/Bricks-Builder-MCP. It costs 0 tokens per session (1,418 once invoked), scanned A, original, MIT.

A set of rules for making web pages accessible, easy for search engines to understand, and easy for answer engines and AI systems to find. Accessibility means people with different abilities can use the page.

In plain words
What is it for?
Use it when creating or reviewing pages, templates, and components for accessibility, search visibility, and discovery in AI-generated answers.
Why use it?
It catches common problems such as missing image descriptions, poor keyboard support, weak color contrast, and unclear page structure while the page is being built.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add skills/yasirshabbirservices/bricks-builder-mcp/web-optimization
Any agent
npx skills add yasirshabbirservices/Bricks-Builder-MCP --skill web-optimization
Clone the repo
git clone --depth 1 https://github.com/yasirshabbirservices/Bricks-Builder-MCP

Made for: Claude Code.

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 web-optimization

README.md
[![agentmods](https://agentmods.dev/badge/skills/yasirshabbirservices/bricks-builder-mcp/web-optimization.svg)](https://agentmods.dev/skills/yasirshabbirservices/bricks-builder-mcp/web-optimization)
Your own site
<a href="https://agentmods.dev/skills/yasirshabbirservices/bricks-builder-mcp/web-optimization"><img src="https://agentmods.dev/badge/skills/yasirshabbirservices/bricks-builder-mcp/web-optimization.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,418 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.01418
Opus 5 $0.00000 $0.00709
Sonnet 5 $0.00000 $0.00284
Haiku 4.5 $0.00000 $0.00142

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

Security

Grade A, and why

web-optimization 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.

.claude/skills/web-optimization/SKILL.md · 85 lines

How it starts

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

Web Optimization — Accessibility, SEO, AEO & GEO

Use this skill when building, reviewing, or optimizing any page, template, or component for accessibility, search engine visibility, answer engine presence, or generative AI discoverability. Read the relevant reference file before starting work in that area.

Quick Rules (apply to EVERY page and component)

Accessibility — every user matters

Accessibility is not an afterthought or a checklist to run at the end. Build it into every element from the start.

  • Every image needs meaningful alt text (or alt="" if purely decorative) — set via Bricks element settings or _attributes
  • Every interactive element must be keyboard-accessible — focus states are required, not optional
  • Color contrast must meet WCAG AA minimum: 4.5:1 for normal text, 3:1 for large text. The dark theme with orange accent needs careful checking — orange on dark backgrounds can fail contrast
  • Use semantic HTML elements: <nav>, <main>, <article>, <section>, <aside>, <header>, <footer> — Bricks lets you set the tag on containers
  • Heading hierarchy must be logical: one <h1> per page, never skip levels (h1 → h3 is wrong)
  • Form inputs need associated <label> elements or aria-label attributes
  • Links must have descriptive text — never "click here" or bare URLs
  • Touch targets minimum 44x44px on mobile
  • Animations must respect prefers-reduced-motion — wrap motion in @media (prefers-reduced-motion: no-preference)
  • Read references/accessibility.md for the full WCAG checklist and Bricks-specific patterns

SEO — be found by search engines

Technical SEO is infrastructure. Get it right once and every page benefits.

  • Every page needs a unique <title> and meta description — set via Yoast/RankMath or Bricks page settings
  • Use proper heading hierarchy for content structure — search engines use headings to understand page organization
  • Structured data (JSON-LD) for local business, products, reviews, FAQ, breadcrumbs — WordPress plugins can handle most of this, but verify output
  • Images need descriptive filenames (screen-protector-9h-tempered.webp not IMG_4521.jpg), alt text, and modern formats (WebP/AVIF with fallback)
  • Core Web Vitals: LCP under 2.5s, INP under 200ms, CLS under 0.1 — lazy-load below-fold images, preload above-fold, minimize layout shifts
  • Internal linking between related content — every page should be reachable within 3 clicks
  • Mobile-first indexing: Google indexes the mobile version — test mobile layout thoroughly
  • Read references/seo.md for technical SEO checklist, structured data schemas, and WordPress/Bricks specifics

Read the full file on GitHub · 85 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 85 lines · 0 tokens per session scan A eff54c9c5549

Subscribe to this mod's changes

web-optimization is a skill published in the GitHub repository yasirshabbirservices/Bricks-Builder-MCP (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,418 tokens. 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

impeccable

Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.

Peiiii/nextclaw · 47 tokens

panel-app-react-vite-creator

Create or update an engineering-style NextClaw Panel component with pnpm, Vite, React, TypeScript, and Tailwind CSS, then build it into a static .panel directory inside a schema v2 package or an explicitly loose workspace Panel. Use for modern, reusable, complex, Agent-powered, typed Panel interfaces.

Peiiii/nextclaw · 73 tokens

clone-website

Reverse-engineer and clone a website in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a…

vibeeval/vibecosystem · 93 tokens

animation-patterns

Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.

vibeeval/vibecosystem · 26 tokens

extract-design-system

Extract design primitives from a public website and generate starter token files for your project.

arvindrk/extract-design-system · 20 tokens

component-library-patterns

Design system token management, component API design, Storybook, and visual regression testing patterns.

vibeeval/vibecosystem · 22 tokens