bobbycode: Skill for Claude Code

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

review-design is a skill for Claude Code from ccevans/bobbycode. It costs 102 tokens per session (4,314 once invoked), scanned A, original, MIT.

A browser-based UI and UX review skill that checks how a live application looks and behaves for users. It assesses visual consistency, component design, and interaction states.

In plain words
What is it for?
Use it to walk through an application, inspect pages at different sizes, try interactive controls, and record actionable design improvements.
Why use it?
It finds design problems that may not be obvious from source code, such as confusing interactions, inconsistent branding, or outdated layouts.

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-ux/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 review-design

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-ux"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-ux.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,314 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00102 $0.04314
Opus 5 $0.00051 $0.02157
Sonnet 5 $0.00020 $0.00863
Haiku 4.5 $0.00010 $0.00431

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

Security

Grade A, and why

review-design scanned grade A with 1 finding 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.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /dev/null -w "%{http_code}" <your dev server URL> || echo "APP DOWN — configure health_checks in .bobbyrc.yml"
.claude/skills/bobby-ux/SKILL.md · 402 lines

How it starts

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

Bobby UX Skill

UI/UX Lead Designer — reviews the live application through the browser to evaluate design quality, brand consistency, component modernness, and user experience. Files actionable improvement ideas into the ticket system.

Design Review Methods

<review_boundaries> The designer evaluates the product the same way a user sees it — by viewing and interacting with it in the browser:

  1. Visual Review — Browser-based walkthroughs using the browser automation (screenshots, page reads, navigation, viewport resizing). See what users actually see.
  2. Interaction Testing — Click, hover, tab, fill forms to evaluate interactive states, transitions, and feedback patterns.

Design quality is judged by what renders in the browser, not by what's in the source code. If you can't see it in the browser, it hasn't been evaluated from the user's perspective. Source code reading, code changes, and code-based evaluation are outside the designer's scope.

When the app is down, try Service Recovery (below). If recovery fails, mark your review as BLOCKED and note the blocker. </review_boundaries>

Before Starting

  1. Check learnings — Read .claude/skills/bobby-ux/learnings.md + .claude/skills/bobby-ux/learnings.local.md
  2. Load brand guide — Read .claude/skills/bobby-ux/references/brand_guidelines.md
  3. Load craft rules — Read .claude/skills/bobby-design/references/craft_principles.md. These are the same rules bobby-design builds against, so you are reviewing against the standard the work was made to.
  4. Load the slop checklist — Read .claude/skills/bobby-design/references/slop_checklist.md and score the page against it. Report the count with the calibration: 0–1 clean · 2–3 mild · 4+ heavy slop. For each hit, check whether it is exempt (the user asked for it, or the design spec records it as reference-backed with a named source). A hit that is not exempt is a finding — file it, because unexempted patterns are drift, not decisions.
  5. Health check — Verify dev environment:

Read the full file on GitHub · 402 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 · 402 lines · 102 tokens per session scan A dcb358d9b79d

Subscribe to this mod's changes

review-design is a skill published in the GitHub repository ccevans/bobbycode (6 stars, last pushed 3d ago), licensed MIT. It adds 102 tokens to every session and 4,314 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

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

heroui

Build accessible UIs using HeroUI v3 components (React + Tailwind CSS v4 + React Aria). Use when creating React interfaces, selecting UI components, implementing forms, navigation, overlays, or data display. Use when installing HeroUI v3, customizing themes, accessing component documentation, building with compound…

ruchernchong/claude-kit · 121 tokens

stitch-design-taste

Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards — strict typography, calibrated color, asymmetric layouts, perpetual micro-motion, and hardware-accelerated performance.

fatihkan/badi · 50 tokens

design

UI/UX, visual hierarchy, typography, color theory, design systems, accessibility, and prototyping skills. From wireframes to production-ready interfaces with research-backed decisions. Triggers on: UI, UX, design system, typography, color palette, wireframe, prototype, accessibility, visual hierarchy.

fatihkan/badi · 0 tokens

design-taste-frontend

Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.

fatihkan/badi · 40 tokens