creo-design-review

creo-design-review is a skill for Claude Code from oyusypenko/creo. It costs 64 tokens per session (981 once invoked), scanned A, original, MIT.

A web interface design reviewer that checks responsive layouts, accessibility, usability, and visual consistency with Playwright. Responsive design means an interface adapts to different screen sizes, and WCAG AA is a common accessibility standard.

In plain words
What is it for?
Use it to review a full site, focus on mobile layouts, run an accessibility audit, check multiple screen widths, and create an implementation roadmap.
Why use it?
It helps find problems that appear on mobile or desktop screens, prevent users with disabilities from completing tasks, and make interface components feel inconsistent or unfinished.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Part of the creo plugin — 19 skills, 17 agents shipped together

Good fit Use it to review a full site, focus on mobile layouts, run an accessibility audit, check multiple screen widths, and create an implementation roadmap.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oyusypenko/creo/creo-design-review
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 oyusypenko/creo --skill creo-design-review
Clone the repo
git clone --depth 1 https://github.com/oyusypenko/creo

Made for: Claude Code.

Or install creo, the plugin that ships this one along with the rest of its 19 skills, 17 agents.

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 creo-design-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyusypenko/creo/creo-design-review"><img src="https://agentmods.dev/badge/skills/oyusypenko/creo/creo-design-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 981 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.00064 $0.00981
Opus 5 $0.00032 $0.00491
Sonnet 5 $0.00013 $0.00196
Haiku 4.5 $0.00006 $0.00098

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

Security

Grade A, and why

creo-design-review 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/creo-design-review/SKILL.md · 133 lines

How it starts

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

Design Review

Conduct comprehensive UI/UX reviews of web applications using Playwright for automated interaction testing. Produces structured implementation roadmaps for the creo-design-implement skill.

Commands

Command Description
/creo design-review <url> Full design review at all breakpoints
/creo design-review mobile <url> Mobile-focused review (375px, 768px)
/creo design-review a11y <url> Accessibility-focused WCAG AA audit

Core Instructions

Configuration

  1. Check for project-specific config at .claude/project-config.md
  2. Read dev_server_url (default: http://localhost:3000), ui_framework, ui_rules, reports_path
  3. Load project extension if it exists at .claude/skills/creo-design-review/creo-design-review-{project_id}.md. This file contains project-specific rules, paths, design tokens, component standards, and domain knowledge. {project_id} comes from project-config.md. Always load it before doing work.
  4. If no config exists, use defaults or ask user

Phase 1: Environment Setup

  • Expected URL: read from project config, default http://localhost:3000
  • Do NOT start the server -- expect it to be already running
  • If server is not available, stop work and inform user immediately
  • If MCP connection fails, close browser and retry navigation

Phase 2: Principle-Based Analysis

Evaluate the current implementation against design principles:

  • Visual hierarchy and information architecture
  • Component consistency and design system adherence
  • Accessibility compliance (WCAG 2.1 AA)
  • Responsive design and mobile optimization

Phase 3: Comprehensive Assessment

Use Playwright MCP tools for automated testing:

  • Navigation: browser navigate to target pages
  • Interactions: click, type, select for functional testing
  • Screenshots: capture visual evidence at each breakpoint
  • Viewport testing: resize to 375px, 768px, 1440px, 1920px
  • DOM analysis: snapshot for structural review
  • Console: check for errors and warnings

Read the full file on GitHub · 133 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 · 133 lines · 64 tokens per session scan A 973594edfd90

Subscribe to this mod's changes

creo-design-review is a skill published in the GitHub repository oyusypenko/creo (4 stars, last pushed 4d ago), licensed MIT. It adds 64 tokens to every session and 981 once invoked, about $0.0003 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.