frontend-ui-design

frontend-ui-design is a skill for Claude Code, Codex from Pixel-Process-UG/superkit-agents. It costs 31 tokens per session (2,484 once invoked), scanned A, original, MIT.

A guide for designing and building frontend user interfaces, including reusable components, responsive layouts, accessibility, performance, and application state. Frontend code is the part of an application that users see and interact with.

In plain words
What is it for?
Use it to plan UI components, choose component and state-management patterns, apply design systems, and build React, Vue, or Svelte interfaces.
Why use it?
It helps prevent inconsistent interfaces, inaccessible pages, fragile component structures, and poor behavior on different screen sizes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan UI components, choose component and state-management patterns, apply design systems, and build React, Vue, or Svelte interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pixel-process-ug/superkit-agents/frontend-ui-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 Pixel-Process-UG/superkit-agents --skill frontend-ui-design
Clone the repo
git clone --depth 1 https://github.com/Pixel-Process-UG/superkit-agents

Made for: Claude Code, Codex.

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 frontend-ui-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/pixel-process-ug/superkit-agents/frontend-ui-design.svg)](https://agentmods.dev/skills/pixel-process-ug/superkit-agents/frontend-ui-design)
Your own site
<a href="https://agentmods.dev/skills/pixel-process-ug/superkit-agents/frontend-ui-design"><img src="https://agentmods.dev/badge/skills/pixel-process-ug/superkit-agents/frontend-ui-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,484 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.00031 $0.02484
Opus 5 $0.00015 $0.01242
Sonnet 5 $0.00006 $0.00497
Haiku 4.5 $0.00003 $0.00248

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

Security

Grade A, and why

frontend-ui-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 3d 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.

templates/skills/frontend-ui-design/SKILL.md · 263 lines

How it starts

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

Frontend UI Design

Overview

Guide the design and implementation of frontend user interfaces with consistent architecture, accessibility, responsive behavior, and performance. This skill covers component patterns, design system integration, state management selection, and WCAG compliance — producing components that are testable, accessible, and performant.

Announce at start: "I'm using the frontend-ui-design skill to design the UI."

Phase 1: Discovery

Ask these questions to understand the UI requirements:

# Question What It Determines
1 What component or page are we building? Scope and complexity
2 What framework/library? (React, Vue, Svelte, etc.) Code patterns
3 Is there an existing design system or component library? Constraints
4 What devices must be supported? (mobile, tablet, desktop) Responsive strategy
5 Accessibility requirements? (WCAG level) A11y standards
6 What data does this component need? State management approach

STOP after discovery — present a summary of constraints and approach before designing.

Phase 2: Component Architecture Selection

Architecture Pattern Decision Table

Pattern When to Use When NOT to Use
Atomic Design Building a component library from scratch Adding one component to existing system
Compound Components Multi-part component needing layout flexibility Simple single-purpose component
Hooks Pattern Same logic reused across different UIs Logic tied to one specific component
Container/Presenter Components need isolated testing or multiple data sources Simple components with minimal logic

Atomic Design Levels

Level Description Examples
Atoms Smallest building blocks, single purpose Button, Input, Label, Icon
Molecules Groups of atoms functioning together SearchBar (Input + Button), FormField (Label + Input + Error)
Organisms Complex sections composed of molecules Header (Logo + Nav + SearchBar), ProductCard
Templates Page layouts with placeholder content DashboardLayout, AuthLayout
Pages Templates populated with real data HomePage, SettingsPage

Read the full file on GitHub · 263 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. 3d ago First seen · 263 lines · 31 tokens per session scan A 25a84222a71b

Subscribe to this mod's changes

frontend-ui-design is a skill published in the GitHub repository Pixel-Process-UG/superkit-agents (1 stars, last pushed 5mo ago), licensed MIT. It adds 31 tokens to every session and 2,484 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

shadcn

Provides shadcn/ui component library best practices and patterns. Triggers when writing, reviewing, or refactoring shadcn/ui components; when working with Radix primitives, Tailwind styling, React Hook Form validation, data tables, theming, or component composition patterns.

shipshitdev/skills · 59 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

shipshitdev/skills · 77 tokens

frontend-ui-engineering

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

addyosmani/agent-skills · 58 tokens

skillshare-ui-website-style

Skillshare frontend design system for the React dashboard (ui/) and Docusaurus website (website/). Use this skill whenever you: build or modify a dashboard page or component in ui/src/, style or layout website pages or custom CSS in website/, create new React components for the dashboard, add pages to the dashboard…

runkids/skillshare · 147 tokens

web-design-engineer

Build or redesign polished browser-rendered visual artifacts with HTML/CSS/JavaScript/React: pages, dashboards, prototypes, slide decks, animations, UI mockups, and data visualizations. Use for visual front-end creation, design-system exploration, design critique, or explicit browser acceptance / QA of a web artifact.…

ConardLi/garden-skills · 96 tokens

21st-ui

Find, install, and generate UI with 21st.dev. Use when the user asks for a UI component (pricing table, hero, navbar, dashboard, form, etc.), wants design inspiration, needs a brand logo as an SVG component, or wants to generate new UI from a prompt.

21st-dev/magic-mcp · 63 tokens