premium-website

Applies curated design packs to React and Next.js frontends to replace generic AI-generated UI patterns.

3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/bravros/bravros --skill premium-website-bravros
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: premium-website
Source: https://github.com/bravros/bravros/tree/main/plugins/design/skills/premium-website
Command: npx skills add https://github.com/bravros/bravros --skill premium-website-bravros

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI-generated frontends tend to repeat the same generic patterns: Inter font, purple gradients, centered three-card layouts, neon glows, and fake placeholder data. This Skill routes design work through curated reference packs that enforce premium typography, calibrated color, and deliberate motion instead of default LLM design biases. ## Core Features & Use Cases - Design Pack Router: Selects from seven reference packs (taste, redesign, soft, output, minimalist, brutalist, stitch) based on whether you are building new, auditing an existing project, or targeting a specific aesthetic. - Redesign Audit: Runs a 100+ point checklist covering typography, color, layout, interactivity, content, and code quality to upgrade existing sites without breaking functionality. - Output Enforcement: Bans placeholder patterns and truncated code so generated UI is complete and production-usable. - Use Case: Ask for a new landing page and the taste pack applies variance, motion, and density dials plus a creative arsenal of bento grids, scroll choreography, and micro-interactions instead of a generic template. ## Quick Start Ask the agent to build a premium React landing page for your product using the premium-website design system.

Frequently Asked Questions about premium-website

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

FAQPage Schema
How do I make AI-generated React designs look less generic?▼

Apply a curated design pack that bans default patterns like Inter font, purple gradients, and 3-column card layouts. The taste pack enforces unique fonts such as Geist or Satoshi, a single desaturated accent color, and asymmetric layouts with spring-physics motion.

How to redesign an existing website without breaking functionality?▼

Use the redesign pack, which scans the codebase, diagnoses issues against a 100+ point audit covering typography, color, layout, and states, then applies targeted fixes within the existing stack. It works with Tailwind, vanilla CSS, or styled-components without migrating frameworks.

Does this work with Tailwind CSS v3 and v4?▼

Yes, but the packs require checking package.json first to lock the Tailwind version. For v4 projects, the config must use @tailwindcss/postcss or the Vite plugin instead of the legacy tailwindcss PostCSS plugin.

Can I use this with Google Stitch for screen generation?▼

Yes, the stitch pack generates a DESIGN.md file written in Stitch's semantic design language. It encodes atmosphere, color roles with hex codes, typography rules, component behaviors, and anti-patterns that Stitch interprets when generating screens.

What design patterns are banned by the anti-slop rules?▼

Banned patterns include Inter font, pure black backgrounds, neon glows, purple-blue AI gradients, 3-column equal card layouts, generic names like John Doe, fake round numbers like 99.99%, emojis, and copywriting clichés such as Elevate or Seamless.

Why does the skill avoid launching dev servers automatically?▼

The briefing instructs agents never to launch dev servers via background execution because it times out. Instead the agent announces readiness and asks the operator to run the server in their own terminal, for example with npx vite --host.