design-taste-frontend-v1

Generates React and Next.js frontend code following anti-generic design rules and motion specifications.

Updated Aug 25, 2026
One-click install
npx skills add https://github.com/KlyrhonMiko/kly-skills --skill design-taste-frontend-v1-klyrhonmiko
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-taste-frontend-v1
Source: https://github.com/KlyrhonMiko/kly-skills/tree/main/data/skills/taste-skill-v1
Command: npx skills add https://github.com/KlyrhonMiko/kly-skills --skill design-taste-frontend-v1-klyrhonmiko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated frontend code tends to fall into predictable clichés like centered heroes, purple gradients, generic card grids, and Inter font. This Skill enforces a strict set of design engineering directives so generated React/Next.js interfaces look distinctive, polished, and production-grade. ## Core Features & Use Cases - Tunable Design Dials: Baseline configuration variables (DESIGN_VARIANCE, MOTION_INTENSITY, VISUAL_DENSITY) drive layout asymmetry, animation intensity, and information density across all generated UI. - Anti-Slop Rulebook: Bans common AI tells such as neon glows, pure black, 3-column card rows, generic names, Unsplash links, and filler copywriting words. - Motion & Bento Specs: Provides Framer Motion spring physics patterns, perpetual micro-interactions, and five Bento grid card archetypes for SaaS dashboards. - Use Case: Ask your AI assistant to build a SaaS landing page or dashboard; the Skill forces split-screen heroes, skeleton loaders, empty/error states, magnetic buttons, and staggered reveals instead of generic output. ## Quick Start Use the design-taste-frontend-v1 skill to build a Next.js dashboard with a bento grid layout and animated status cards.

Frequently Asked Questions about design-taste-frontend-v1

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

FAQPage Schema
How do I make AI-generated frontend code look less generic?▼

Apply explicit design constraints: ban default fonts like Inter in favor of Geist or Satoshi, limit accent colors to one desaturated hue, forbid centered hero layouts, and replace 3-column card rows with asymmetric grids. This Skill encodes all of these rules as mandatory generation directives.

How to add Framer Motion animations without hurting React performance?▼

Use useMotionValue and useTransform outside the React render cycle for continuous animations like magnetic hover, never useState. Animate only transform and opacity, memoize perpetual loops in isolated client components, and add useEffect cleanup functions.

Does this work with both Tailwind CSS v3 and v4?▼

Yes, but the Skill enforces a version lock: it checks package.json first and forbids v4 syntax in v3 projects. For Tailwind v4, it requires @tailwindcss/postcss or the Vite plugin instead of the legacy tailwindcss PostCSS plugin.

Can I use shadcn/ui components with this design system?▼

Yes, shadcn/ui is allowed but never in its generic default state. You must customize border radii, colors, and shadows to match the project aesthetic so the output does not carry the recognizable default shadcn look.

Why should hero sections use min-h-[100dvh] instead of h-screen?▼

h-screen causes layout jumping on mobile browsers like iOS Safari because the viewport height changes as toolbars show and hide. min-h-[100dvh] uses dynamic viewport units, keeping full-height sections stable during scrolling.

When should I choose v1 over the v2 design-taste-frontend skill?▼

Choose v1 only when a project depends on its exact behavior and you need backward compatibility. The v2 release is a substantial rewrite and is the current default for new work.