gpt-taste

Generates award-level React landing pages with GSAP animations, AIDA structure, and randomized layouts.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/danieliudi/trackforge-os --skill gpt-taste-danieliudi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpt-taste
Source: https://github.com/danieliudi/trackforge-os/tree/main/.cursor/skills/gpt-taste
Command: npx skills add https://github.com/danieliudi/trackforge-os --skill gpt-taste-danieliudi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated frontend code tends to repeat the same narrow layouts, produce headings that wrap into 5-6 lines, leave empty cells 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 length to select hero architectures, typography stacks, components, and GSAP paradigms, preventing repetitive outputs. - 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: Requires real ScrollTrigger implementations including pinning, scrubbing text reveals, card stacking, and image scale/fade scroll effects. - 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 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 stop AI-generated landing pages from looking repetitive?

Use deterministic randomization seeded by the prompt to select hero layouts, typography stacks, components, and GSAP animations before writing code. This forces varied output instead of defaulting to the same left-right layouts every time.

How to prevent hero headings from wrapping into 5 or 6 lines?

Use ultra-wide containers like max-w-5xl or max-w-6xl for the H1 and reduce font size with clamp(3rem, 5vw, 5.5rem). This lets text flow horizontally and keeps headings within 2-3 lines.

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

Empty cells happen when col-span and row-span values do not interlock. Apply Tailwind's grid-flow-dense and mathematically verify that spans fill every row and column with no missing corners.

Does this approach work with GSAP ScrollTrigger in React?

Yes, it mandates real GSAP implementations via @gsap/react and ScrollTrigger, including section pinning, scrubbing text reveals, card stacking, and image scale-and-fade scroll effects.

What design elements are banned in generated pages?

Banned elements include meta-labels like SECTION 01 or QUESTION 05, floating stamp badges on heroes, pill-tags under heroes, raw stats in heroes, the Inter font, and emojis in code or output.