mk:frontend-design

mk:frontend-design is a skill for Claude Code from ngocsangyem/MeowKit. It costs 35 tokens per session (1,790 once invoked), scanned A, original, MIT.

A guide and workflow for designing user interfaces, including visual style, accessibility, responsive layouts, and design systems. Accessibility means making interfaces usable by people with different abilities.

In plain words
What is it for?
Use it when building or reviewing UI components, styling a frontend, creating design tokens, or checking accessibility.
Why use it?
It helps turn rough or inconsistent interfaces into designs that are easier to use across devices and for more people.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it when building or reviewing UI components, styling a frontend, creating design tokens, or checking accessibility.

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

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 mk:frontend-design

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/frontend-design"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/frontend-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,790 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.00035 $0.01790
Opus 5 $0.00017 $0.00895
Sonnet 5 $0.00007 $0.00358
Haiku 4.5 $0.00003 $0.00179

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

Security

Grade A, and why

mk:frontend-design 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.

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/frontend-design/SKILL.md · 129 lines

How it starts

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

Frontend Design

Production-grade UI/UX design with anti-AI-slop enforcement. Covers aesthetics, accessibility, typography, color, motion, responsive, and design tokens.

When to Use

Auto-activate on: Design tasks, UI component styling, "make it look good", "improve the design", "fix the UI", "design review", design system work, CSS/styling changes

Explicit: /mk:frontend-design [concern]

Do NOT invoke for: Vue patterns (use mk:vue), TypeScript (use mk:typescript), backend code, API integration

Workflow Integration

Operates in Phase 3 (Build GREEN) and Phase 4 (Review) for design quality checks. Output supports the developer agent (Phase 3) or reviewer agent (Phase 4).

Process

  1. Analyze — detect task type (new component, redesign, review, responsive fix), load relevant design rules from references/design-rules.md
  2. Implement — apply typography, color, spacing, motion per rules. Run anti-slop check (see checklist below). Ensure WCAG 2.1 AA accessibility.
  3. Verify — run pre-delivery checklist before presenting to user

Anti-AI-Slop Checklist (MANDATORY before delivery)

Every design output MUST pass these checks:

Category Anti-Pattern (NEVER) Do Instead
Typography System font stack only, single weight 2-3 weights, intentional font pairing (use mk:ui-design-system/assets/typography.csv)
Typography All text same size/weight Clear hierarchy: display → heading → body → caption
Typography Unexamined default font choice Choose a typeface that matches project mood and legibility needs
Color Unchecked extreme contrast Verify readable contrast and deliberate palette balance
Color Rainbow of unrelated colors 1 primary + 1 accent + neutrals (use mk:ui-design-system/assets/colors.csv)
Color Decorative treatment that obscures hierarchy Use color and gradients only when they reinforce the content hierarchy
Layout Centered everything, card grid with equal spacing Asymmetric layouts, intentional whitespace variation
Layout Default padding/margin everywhere Design tokens: consistent spacing scale (4px base)
Layout 3-column equal card grid Vary card sizes, use bento grid, or 2-column with feature highlight
Content "Lorem ipsum" in final delivery Real or realistic content
Content "John Doe", "[email protected]" placeholders Diverse, realistic names and data
Effects Gratuitous shadows, gradients, blur Subtle shadows (0 1px 3px), purposeful gradients
Effects Parallax on every section Reserve motion for hero or key CTA; respect prefers-reduced-motion
Components Default browser inputs/buttons Styled components with clear states (hover, focus, disabled)
Components Unstyled select/checkbox/radio Custom-styled form controls with accessibility preserved
Icons Emoji as functional icons SVG icons from consistent library (Lucide, Heroicons, Phosphor)
Images Stock photo hero banners Custom illustrations, product screenshots, or abstract art
Performance Unoptimized images, layout shift Next-gen formats (WebP/AVIF), explicit dimensions, skeleton loaders
Dark Mode Just invert colors Separate dark palette with reduced brightness, maintain contrast ratios

Read the full file on GitHub · 129 lines

Files

What ships with it

2 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 · 129 lines · 35 tokens per session scan A 3868dbe3ac07

Subscribe to this mod's changes

mk:frontend-design is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 1,790 once invoked, about $0.0002 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

design-loop

Autonomous multi-page site builder using a baton-passing loop. Each iteration reads a task from .design/next-prompt.md, generates a page in HTML/Tailwind, integrates it into the site, verifies visually, then writes the next task to keep the loop alive. Use whenever the user asks to build an entire site autonomously…

jezweb/claude-skills · 130 tokens

color-palette

Generate complete, accessible colour palettes from a single brand hex. Produces 11-shade scale (50-950), semantic tokens, dark mode variants, Tailwind v4 CSS output, WCAG contrast checks. Use whenever the user supplies a brand hex and asks for a palette, mentions setting up a design system, wants Tailwind theme…

jezweb/claude-skills · 87 tokens

tailwind-theme-builder

Set up Tailwind v4 + shadcn/ui themed UI with dark mode. Install deps, configure CSS variables via @theme inline, wire dark mode toggle, verify. Use whenever the user mentions Tailwind v4, setting up Tailwind theming, shadcn/ui colours, dark mode, or troubleshooting colours not working, tw-animate-css errors, @theme…

jezweb/claude-skills · 98 tokens

design-review

Review a web app or page for visual design quality — layout, typography, spacing, colour, hierarchy, consistency, interaction patterns, and responsive behaviour. Not a UX audit (that checks usability) — this checks whether it looks professional and polished. Produces a design findings report with screenshots.…

jezweb/claude-skills · 108 tokens

design-system

Extract a complete design system from an existing website or screenshot into a DESIGN.md file. Analyses colours, typography, component styles, spacing, and atmosphere through browser automation and HTML inspection. Produces a semantic design system document optimised for consistent page generation. Triggers: 'extract…

jezweb/claude-skills · 95 tokens

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check. Use when building landing pages, portfolios…

charlieviettq/awesome-agent-skill · 81 tokens