gpt-taste

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

Updated May 11, 2026
One-click install
npx skills add https://github.com/cloudofgeorge/AI-hands-Engineer --skill gpt-taste-cloudofgeorge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpt-taste
Source: https://github.com/cloudofgeorge/AI-hands-Engineer/tree/main/skills/design/gpt-taste
Command: npx skills add https://github.com/cloudofgeorge/AI-hands-Engineer --skill gpt-taste-cloudofgeorge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated frontend code tends to repeat the same layouts, produce narrow multi-line hero headings, leave gaps in bento grids, and use cheap meta-labels. This Skill enforces a rigorous design engineering process that breaks those defaults and produces varied, motion-rich, editorial-quality landing pages. ## Core Features & Use Cases - Deterministic Layout Randomization: Simulates a Python RNG seeded by prompt character count to select hero architecture, typography stack, components, and GSAP paradigms, preventing repeated designs. - Strict Layout Rules: Enforces AIDA page structure, 2-3 line hero headings via wide containers, gapless bento grids with grid-flow-dense, and massive section spacing. - Advanced GSAP Motion: Implements scroll pinning, scrubbing text reveals, image scale/fade on scroll, card stacking, and hover physics with @gsap/react and ScrollTrigger. - Use Case: Ask for a landing page for a SaaS product 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 all constraints. ## Quick Start Ask the agent to design a landing page for your product and it will output a design plan followed by the full React UI 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 a landing page with GSAP scroll animations?

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-and-fade effects, and card stacking based on randomized selection.

How to prevent AI-generated websites from looking repetitive?

The skill simulates a Python random.choice() seeded by the prompt's character count to select hero layouts, typography stacks, components, and animations. This deterministic randomization forbids defaulting to the same UI pattern twice.

What fonts and libraries does this design workflow use?

It uses Tailwind CSS for styling, @gsap/react with ScrollTrigger for motion, and @phosphor-icons/react for icons. Typography is restricted to Satoshi, Cabinet Grotesk, Outfit, or Geist, with Inter explicitly banned.

Why do bento grids have empty gaps and how is it fixed?

Empty grid cells happen when col-span and row-span values do not interlock. The skill requires Tailwind's grid-flow-dense on every bento grid and mathematical verification that spans fill all cells before code is written.

Does this skill work with plain HTML or only React?

The instructions are written for React with Tailwind CSS and @gsap/react, including JSX-specific patterns like inline image spans in headings. Applying it to plain HTML would require adapting the component and animation patterns manually.