Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Frontend Design

ASecurity

Designs, builds, or refactors user-facing web or application interfaces with deliberate visual direction, typography, color and spacing tokens, content hierarchy, responsive behavior, accessible interaction states, and real rendered-surface verification. Use for pages, components, dashboards, landing pages, design systems, and frontend polish. Not for backend logic, API-only work, or visual claims that cannot be rendered or inspected.

95 stars
0 votes
0 copies
0 views
Added 9/22/2026
developmentpythonbashreacttestingapifrontendbackend

Works with

api

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add thiientv/godmode --skill frontend-design --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Frontend Design?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Frontend Design
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/thiientv-frontend-design/badge)](https://www.skillsdirectory.com/skills/thiientv-frontend-design)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: frontend-design
description: >-
  Designs, builds, or refactors user-facing web or application interfaces with
  deliberate visual direction, typography, color and spacing tokens, content
  hierarchy, responsive behavior, accessible interaction states, and real
  rendered-surface verification. Use for pages, components, dashboards,
  landing pages, design systems, and frontend polish. Not for backend logic,
  API-only work, or visual claims that cannot be rendered or inspected.
---

# Frontend Design

Build an interface with a point of view and a usable system, not a collection
of default cards.

## Before writing UI code

1. Inspect the existing product, design tokens, routes, components, assets,
   fonts, and responsive conventions. Preserve a real system unless a scoped
   redesign is intended.
2. Identify product type, user context, primary action, content hierarchy,
   brand constraints, supported viewport range, and available visual assets.
3. Extract the existing visual system before inventing one. Inspect CSS
   variables, theme configuration, type loading, spacing, radii, breakpoints,
   component variants, and recurring layout patterns. Use the dependency-free
   helper when the system is spread across source files:

   ```bash
   python3 skills/frontend-design/scripts/extract_design_system.py ./src
   ```

   Read [design-system-extraction.md](references/design-system-extraction.md)
   before replacing or normalizing an existing token system.
4. Choose a visual direction and record the reason: type pairing, color role,
   density, shape language, imagery, and motion voice. Use the local
   `scripts/design_system.py` helper for a deterministic starting brief when a
   project has no design system:

   ```bash
   python3 skills/frontend-design/scripts/design_system.py \
     --product "analytics dashboard" --tone "technical" --stack react
   ```

   Search the small bundled design-intelligence catalog when a choice needs
   comparison; read [design-intelligence.md](references/design-intelligence.md)
   for the supported domains and limits. Do not treat a catalog result as a
   substitute for inspecting the existing product.

5. Define semantic tokens before scattering raw values through components.
6. Sketch the primary flow and all meaningful states: loading, empty, error,
   disabled, success, permission, and long-content cases.

## Build the system

- Use real content, realistic dimensions, and an intentional type scale.
- Prefer composition and hierarchy over decorative gradients, excessive
  shadows, or nested card stacks.
- Make controls semantic, keyboard reachable, focus-visible, and labeled.
- Design mobile and intermediate widths as first-class states, not a desktop
  layout squeezed into a phone.
- Make motion explain state or spatial continuity; provide reduced motion.
- Use icons consistently and never substitute emoji for product controls.

Read [design-system.md](references/design-system.md) for direction, tokens,
and anti-generic heuristics. Read [interaction-states.md](references/interaction-states.md)
for state and accessibility detail. Read [stack-adapters.md](references/stack-adapters.md)
only for the detected implementation stack. Use `browser-testing` for a real
browser flow and `ui-ux-review` for a separate quality pass.

## Visual verification

Render the actual route at the narrow, intermediate, and desktop widths. Check
hierarchy, overflow, focus, contrast, state transitions, content wrapping, and
reduced-motion behavior. Exercise the primary task with keyboard-only input and
run the project's accessibility tooling when available. Capture the state and
viewport matrix from [runtime-validation.md](references/runtime-validation.md).
Record screenshots or observations; source inspection alone cannot prove a
visual claim.

## Completion condition

The primary flow is usable, visual decisions are coherent and intentional,
states and responsive behavior are covered, accessibility is not traded for
appearance, and relevant rendered evidence is fresh.

Attribution

thiientvthiientv
View sourceMore from thiientv →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284072 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →