frontend-design

Create production-grade frontend interfaces with distinctive aesthetics and rendered browser verification.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/toderian/project_template --skill frontend-design-toderian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/toderian/project_template/tree/main/plugins/agents-extras/skills/frontend-design
Command: npx skills add https://github.com/toderian/project_template --skill frontend-design-toderian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated UI often looks generic, reuses the same fonts and purple gradients, and ships without visual verification. This Skill guides the creation of distinctive, production-grade frontend interfaces that reuse the existing design system and are verified in a real browser before handoff. ## Core Features & Use Cases - Existing UI Discovery: Inspects component directories, styling systems, tokens, fonts, and dependencies so new work extends established patterns instead of duplicating them. - Design System First: Defines palette, typography, layout, components, and motion before coding, with bold aesthetic direction that avoids generic AI looks. - Quality Gates & Rendered Verification: Enforces mobile-first, accessibility, responsive, and interaction-state checks, then captures screenshots at multiple breakpoints and exercises real interactions. - Use Case: Ask for a redesigned settings page; the Skill inspects your Tailwind config and component library, builds a cohesive redesign, runs the dev server, and verifies desktop and mobile screenshots before delivery. ## Quick Start Ask the agent to build or redesign a web page, component, or dashboard and have it verify the result with browser screenshots at mobile and desktop widths.

Frequently Asked Questions about frontend-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a distinctive frontend UI with an AI agent?

Describe the component, page, or app you want along with purpose and audience. The Skill inspects your existing components and styling system, commits to a bold aesthetic direction, implements working code, and verifies the result with browser screenshots.

How to avoid generic AI-generated design in web UI?

The Skill bans overused fonts like Inter and Roboto, cliched purple gradients, and cookie-cutter layouts. It requires choosing a clear conceptual direction, pairing distinctive display and body fonts, and varying themes across generations.

Does this work with Tailwind, shadcn, or MUI projects?

Yes. The discovery step inspects Tailwind configs, CSS variables, theme providers, shadcn, MUI, Chakra, and similar systems, then reuses and extends established components and tokens rather than creating duplicates.

How is the frontend output verified before handoff?

The Skill starts the dev server, captures screenshots at desktop, mobile, and changed states, inspects hierarchy, spacing, and clipping visually, and exercises at least one core interaction. Artifacts go under .local/artifacts/ and are not committed.

What accessibility and responsive checks are included?

Quality gates cover semantic elements, labels, visible focus states, keyboard access, contrast, alt text, prefers-reduced-motion, 44px touch targets, 375px mobile layout, and intentional responsive reorganization rather than mere shrinking.