gpt-taste

Generates award-level React landing pages with GSAP animations and randomized layout selection.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/NarixHine/uni-chem --skill gpt-taste-narixhine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gpt-taste
Source: https://github.com/NarixHine/uni-chem/tree/main/.agents/skills/gpt-taste
Command: npx skills add https://github.com/NarixHine/uni-chem --skill gpt-taste-narixhine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated frontend code tends to repeat the same narrow layouts, produce multi-line wrapped headings, leave empty gaps in bento grids, and use cheap meta-labels. This Skill enforces a rigorous design engineering workflow that breaks those defaults and produces varied, motion-rich, editorial-quality landing pages. ## Core Features & Use Cases - Deterministic Layout Randomization: Simulates a Python RNG step to select hero architectures, typography stacks, components, and GSAP paradigms so no two pages look alike. - Strict Design Rules: Enforces AIDA page structure, 2-3 line hero headings with wide containers, gapless bento grids via grid-flow-dense, and bans meta-labels and low-contrast buttons. - Advanced GSAP Motion: Implements scroll pinning, scrubbing text reveals, image scale-and-fade effects, and card stacking with @gsap/react and ScrollTrigger. - Use Case: Ask for a SaaS product landing page and receive a complete React/Tailwind page with a cinematic hero, dense bento feature grid, pinned scroll sections, and a pre-flight design plan verifying spacing and grid math. ## Quick Start Ask the AI to build a landing page for your product using the gpt-taste skill and it will output a design plan followed by the full animated React code.

Frequently Asked Questions about gpt-taste

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

FAQPage Schema
How do I generate an animated landing page with GSAP and React?▼

Request a landing page and the skill outputs a design plan followed by React code using @gsap/react and ScrollTrigger. It implements scroll pinning, scrubbing text reveals, image scale effects, and card stacking based on a randomized selection of motion paradigms.

How to prevent AI-generated hero headings from wrapping into many lines?▼

The skill enforces ultra-wide containers like max-w-5xl or max-w-6xl and font sizes using clamp(3rem, 5vw, 5.5rem) so the H1 flows horizontally in 2-3 lines. Narrow containers that cause 4-6 line wraps are treated as a failure.

What is grid-flow-dense and why use it in bento grids?▼

grid-flow-dense is a Tailwind utility for grid-auto-flow: dense that backfills empty grid cells. The skill requires it on every bento grid and verifies col-span and row-span values interlock so no dead cells or empty corners remain.

Does this skill work with Tailwind CSS and Next.js?▼

Yes, the generated code uses Tailwind utility classes and React components compatible with @gsap/react, fitting standard Next.js or React projects. It also references @phosphor-icons/react for icon marquees.

Why does the skill simulate a Python randomization step?▼

LLMs default to the first layout option repeatedly, producing identical pages. The simulated Python RNG uses a deterministic seed from the prompt's character count to force varied hero layouts, font stacks, components, and animations each time.

What design elements are banned by this skill?▼

Banned elements include meta-labels like SECTION 01 or QUESTION 05, floating stamp badges on hero text, pill-tags under heroes, raw stats in heroes, emojis, invisible low-contrast button text, and the Inter font.