gpt-taste

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

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/w0lzard/Wolzard-s-Marketplace --skill gpt-taste-w0lzard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpt-taste
Source: https://github.com/w0lzard/Wolzard-s-Marketplace/tree/main/plugins/personal-skills/skills/gpt-taste
Command: npx skills add https://github.com/w0lzard/Wolzard-s-Marketplace --skill gpt-taste-w0lzard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated landing pages suffer from predictable flaws: narrow containers causing 6-line wrapped headings, empty gaps in bento grids, cheap meta-labels, invisible button text, and repetitive layouts. This Skill enforces a rigorous design engineering process that eliminates these defaults. ## Core Features & Use Cases - Deterministic Layout Randomization: Simulates Python-based seeded randomization to select hero architectures, typography stacks, components, and GSAP paradigms, preventing repetitive outputs. - Strict Layout Rules: Enforces wide H1 containers (2-3 line maximum), gapless bento grids via grid-flow-dense, massive section spacing, and AIDA page structure. - Advanced GSAP Motion: Implements scroll pinning, scrubbing text reveals, card stacking, and image scale/fade effects with real GSAP ScrollTrigger code. - Use Case: Ask for a landing page for a SaaS product and receive a cinematic hero, dense bento feature grid, pinned scroll sections, and a high-contrast CTA footer with a mandatory pre-flight design plan verifying all constraints. ## Quick Start Ask the agent to design and build a landing page for your product using this skill's design engineering rules.

Frequently Asked Questions about gpt-taste

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent LLM-generated landing pages from looking generic?

Use deterministic randomization to select hero layouts, typography stacks, and components before writing code. This skill simulates a seeded Python random.choice to force varied architectures instead of defaulting to repeated left/right layouts.

How to fix headings that wrap into 5 or 6 lines in Tailwind?

Widen the H1 container to max-w-5xl or max-w-6xl and reduce font size with clamp(3rem, 5vw, 5.5rem). The skill enforces a strict 2-3 line limit by combining ultra-wide containers with responsive type scaling.

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. Apply Tailwind's grid-flow-dense and mathematically verify that spans fill every cell, keeping card count between 3 and 5.

Does this skill work with React and GSAP ScrollTrigger?

Yes, it targets React with @gsap/react and ScrollTrigger for pinning, scrubbing text reveals, card stacking, and image scale effects. It also uses Tailwind CSS for layout and hover physics.

What design elements are banned by this skill?

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.