gpt-taste

Generates Awwwards-style React landing pages with GSAP animations and strict layout rules.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/alex-jordan547/agent-setup --skill gpt-taste-alex-jordan547
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpt-taste
Source: https://github.com/alex-jordan547/agent-setup/tree/main/archive/gpt-taste
Command: npx skills add https://github.com/alex-jordan547/agent-setup --skill gpt-taste-alex-jordan547

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated landing pages tend to repeat the same narrow layouts, produce 6-line wrapped headings, leave empty gaps in bento grids, and use cheap meta-labels. This Skill enforces a rigorous design system that breaks those defaults and produces varied, motion-rich, editorial-quality UI. ## Core Features & Use Cases - Deterministic Layout Randomization: Simulates a Python RNG seeded by prompt length to select hero architecture, typography stack, components, and GSAP paradigms, preventing repeated layouts. - Strict Layout Rules: Enforces AIDA page structure, 2-3 line H1 limits with wide containers, gapless bento grids via grid-flow-dense, and massive section spacing. - Advanced GSAP Motion: Requires ScrollTrigger pinning, scrubbing text reveals, card stacking, and image scale/fade scroll effects in every page. - Use Case: Ask for a landing page for a SaaS product and receive a 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 build a landing page for your product and it will output a design plan followed by the full React and GSAP 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 ScrollTrigger for pinned sections, scrubbing text reveals, card stacking, and image scale effects. Every clickable element includes hover physics via Tailwind transitions.

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

The skill enforces a 2-3 line limit on H1 elements by requiring ultra-wide containers like max-w-5xl or max-w-6xl and clamp-based font sizing. The pre-flight design plan explicitly verifies the container width before any code is written.

Does this work with Tailwind CSS and React?

Yes, all output is written in React with Tailwind CSS utility classes and GSAP via @gsap/react. It also references @phosphor-icons/react for icon marquees and picsum.photos for placeholder imagery.

Why do bento grids end up with empty cells and how is it fixed?

Empty cells happen when col-span and row-span values do not interlock. The skill mandates grid-flow-dense on every bento grid and requires mathematical verification in the design plan that all cells are filled with no voids.

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, the Inter font, emojis, and static interfaces without GSAP motion.