gpt-tasteskill

Generates award-level React landing pages with GSAP animations and strict layout rules.

3|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/langgenius/due-date-hq-jwl --skill gpt-tasteskill-langgenius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpt-tasteskill
Source: https://github.com/langgenius/due-date-hq-jwl/tree/main/.claude/skills/gpt-tasteskill
Command: npx skills add https://github.com/langgenius/due-date-hq-jwl --skill gpt-tasteskill-langgenius

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated frontend code often suffers from repetitive layouts, narrow containers that wrap headings into 6-line walls, empty gaps in bento grids, invisible button text, and static pages without motion. This Skill enforces a rigorous design system that eliminates these default failure patterns. ## Core Features & Use Cases - Deterministic Layout Randomization: Simulates Python-based seeded randomization to select hero architectures, typography stacks, component arsenals, and GSAP paradigms so no two pages repeat the same layout. - Strict Structural Rules: Enforces AIDA page structure, 2-3 line H1 limits with wide containers, gapless bento grids via grid-flow-dense, and bans cheap meta-labels like "SECTION 01". - Advanced GSAP Motion: Implements scroll pinning, scrubbing text reveals, card stacking, and image scale/fade effects using @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 verified pre-flight design plan. ## 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-tasteskill

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?

Describe your product and request a landing page. The Skill outputs a design plan verifying layout randomization, hero width math, and grid density, then produces React code using @gsap/react, ScrollTrigger pinning, scrubbing text reveals, and Tailwind styling.

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

The Skill enforces a 2-3 line H1 limit by requiring ultra-wide containers like max-w-5xl or max-w-6xl and responsive font sizing with clamp(3rem, 5vw, 5.5rem), so headings flow horizontally instead of stacking vertically.

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

Yes, the generated code uses Tailwind utility classes including grid-flow-dense, group-hover transitions, and overflow-x-hidden wrappers, alongside @gsap/react which integrates with React frameworks like Next.js.

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

Empty cells occur when col-span and row-span values do not interlock. The Skill mandates grid-flow-dense (grid-auto-flow: dense) and requires mathematical verification in the design plan that all grid cells are filled with zero voids.

What are the limitations of this design approach?

The Skill targets single-page marketing and landing experiences, not full application UIs like dashboards or forms. It also relies on placeholder imagery from picsum.photos, so production use requires swapping in real brand assets.