bobbycode: Skill for Claude Code

.claude/skills/bobby-lighthouse/SKILL.md

lighthouse-audit is a skill for Claude Code from ccevans/bobbycode. It costs 98 tokens per session (1,989 once invoked), scanned A, original, MIT.

A browser-based audit guide for checking page templates against four Lighthouse areas: performance, accessibility, best practices, and search-engine visibility. Lighthouse is a tool that scores these aspects of rendered web pages.

In plain words
What is it for?
Use it to audit a site's page templates on desktop or selected pages and turn the findings into prioritized work.
Why use it?
It finds recurring page problems and ranks them by how many live URLs they affect, while avoiding duplicate open tickets.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths.

This is ccevans/bobbycode's own configuration. It tells Claude Code how to work on bobbycode itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bobbycode configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ccevans/bobbycode. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ccevans/bobbycode/main/.claude/skills/bobby-lighthouse/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ccevans/bobbycode

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 lighthouse-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-lighthouse/github.svg)](https://agentmods.dev/skills/ccevans/bobbycode/bobby-lighthouse)
Your own site
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-lighthouse"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-lighthouse/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 lighthouse-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-lighthouse"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-lighthouse.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,989 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00098 $0.01989
Opus 5 $0.00049 $0.00994
Sonnet 5 $0.00020 $0.00398
Haiku 4.5 $0.00010 $0.00199

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

Security

Grade A, and why

lighthouse-audit 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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (lighthouse-audit.mjs), 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.

.claude/skills/bobby-lighthouse/SKILL.md · 164 lines

How it starts

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

Bobby Lighthouse Audit Skill

Reads the four Lighthouse pillars across every page template, works out which gaps are real, ranks them by how many live URLs they affect, and proposes tickets only on what nobody has filed yet.

Not to be confused with bobby audit

bobby audit scores the codebase on production readiness (security, reliability, operability) from static source analysis. This skill audits rendered pages with a real browser. Different subject, different mechanism. If someone asks whether the code is production ready, they want the command, not this skill.

The shape of this skill

Measurement is already solved. This skill ships a runner:

node .claude/skills/bobby-lighthouse/lighthouse-audit.mjs --url=https://example.com
node .claude/skills/bobby-lighthouse/lighthouse-audit.mjs --desktop
node .claude/skills/bobby-lighthouse/lighthouse-audit.mjs --page=blog --runs=1

It resolves the site from --url, then BOBBY_AUDIT_URL, then lighthouse.base in .bobbyrc.yml, and fails with instructions if none is set. It needs no install: it shells out to npx --yes lighthouse@12.

Output: a ranked console report plus .lighthouse/four-pillar-audit-<formfactor>.json. Your job is the judgement the runner cannot make: decide which proposals deserve a ticket, write tickets someone can act on, and refuse to file noise.

Before Starting

  1. Read .claude/skills/bobby-lighthouse/learnings.md and learnings.local.md.
  2. Run bobby ticket list so you know what is already open before proposing anything.

Step 1: Sweep, at least 3 runs

Run mobile first; it is where the gaps are. Use the default 3 runs. Never propose a ticket off a single run — a score that looks like a regression on one run routinely flattens over three.

Step 2: Decide what is a gap

<gap_rules> The runner pre-classifies. Do not override it without saying why.

Propose a ticket when an audit fails with one or more DOM nodes or resources. That is a specific assertion about a specific thing, and it does not move without a code change.

Read the full file on GitHub · 164 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. 5d ago First seen · 164 lines · 98 tokens per session scan A 24a85eac3401

Subscribe to this mod's changes

lighthouse-audit is a skill published in the GitHub repository ccevans/bobbycode (6 stars, last pushed 3d ago), licensed MIT. It adds 98 tokens to every session and 1,989 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

expo-config-plugin

Writing Expo config plugins, withInfoPlist, withAndroidManifest, withDangerousMod, mod compose, plugin testing, and registration in app.config.ts. Triggers on config plugin, with-plugin, withInfoPlist, withAndroidManifest, withDangerousMod, withEntitlementsPlist, withGradleProperties, mod, native config, expo plugin…

fatihkan/badi · 85 tokens

expo-router

File-based routing with Expo Router, dynamic routes, layout hierarchy, deep linking, and navigation patterns. Triggers on expo-router, file-based routing, app dizini, layout.tsx, [id].tsx, deep linking, expo-linking, tab navigation, stack navigation, drawer, prefetch, parallel routes, redirects, navigation, useRouter…

fatihkan/badi · 80 tokens

frontend-taste

Premium frontend design skills that override LLM defaults. Prevents generic 'AI-looking' UI. Enforces deterministic typography, calibrated color, asymmetric layouts, spring physics, hardware-accelerated motion. Triggers: 'UI tasarla', 'design a UI', 'premium landing page', 'frontend taste', 'anti-slop', 'dashboard…

fatihkan/badi · 0 tokens

design-tokens

Project-level DESIGN.md tokens reference. When the project has a DESIGN.md file, agents producing UI / components / visuals must consult this skill to use canonical color/typography/spacing tokens rather than inventing new ones. Triggers on: UI generation, component creation, design brief, visual asset, tailwind…

fatihkan/badi · 0 tokens

image-taste-frontend

Elite frontend image-direction skill for generating premium, artistic, implementation-friendly website design references. Uses combinatorial variation to avoid repetitive AI aesthetics, enforces cinematic hero minimalism, strong hierarchy, generous spacing, image-led composition, and anti-slop visual discipline. For…

fatihkan/badi · 90 tokens

development

Modern frontend application development with React, Vue, Angular, Next.js, and component-driven architecture. Performance, accessibility, and developer experience emphasized. Triggers on: frontend, React, Vue, Angular, Next.js, component, web app, SPA, hooks, state management.

fatihkan/badi · 0 tokens