gpt-taste

Generates award-level React landing pages with GSAP animations, bento grids, and AIDA structure.

Updated May 21, 2025
One-click install
npx skills add https://github.com/nielslataire/Group-LN --skill gpt-taste-nielslataire
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gpt-taste
Source: https://github.com/nielslataire/Group-LN/tree/main/.agents/skills/gpt-taste
Command: npx skills add https://github.com/nielslataire/Group-LN --skill gpt-taste-nielslataire

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated frontend code tends to produce repetitive layouts, narrow headings that wrap into 6-line walls, gappy bento grids, invisible button text, and static pages without motion. This Skill enforces a rigorous design engineering process that eliminates these default failure patterns. ## Core Features & Use Cases - Deterministic Layout Randomization: Simulates a Python RNG seeded by prompt character count to select hero architectures, typography stacks, components, and GSAP paradigms, preventing repeated layouts. - Strict Structural 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, and card stacking with real GSAP ScrollTrigger code. - 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 AI to build a landing page for your product using the gpt-taste skill and it will output a verified 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 complete React code using @gsap/react and ScrollTrigger. It implements scroll pinning, scrubbing text reveals, image scale-and-fade effects, and card stacking animations.

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 for the H1 and caps font size with clamp(3rem, 5vw, 5.5rem). This guarantees headings flow horizontally in 2-3 lines instead of wrapping into 4-6 line walls.

Why do CSS bento grids have empty gaps and how to fix them?▼

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 all spans fill the grid with zero empty space.

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

Yes, the generated code uses Tailwind utility classes and React components compatible with @gsap/react. It also uses @phosphor-icons/react for iconography and inline images via background-image styles.

What fonts and design elements are banned by this skill?▼

The Inter font is banned in favor of Satoshi, Cabinet Grotesk, Outfit, or Geist. Also banned are meta-labels like SECTION 01, floating stamp badges on heroes, pill-tags under heroes, and emojis in code or output.