nexu-io/open-design

gpt-taste

Elite UX/UI & Advanced GSAP Motion Engineer. Enforces Python-driven true randomization for layout variance, strict AIDA page structure, wide editorial typography (bans 6-line wraps), gapless bento grids, strict GSAP ScrollTriggers (pinning, stacking, scrubbing), inline micro-images, and massive section spacing.

75CollectingCodex
See how to use itView GitHub source
npx skills add https://github.com/nexu-io/open-design --skill "skills/gpt-tasteskill"
Automated source guideContent productionDeep source

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Reorganized from the pinned upstream SKILL.md

Source-grounded content guide: gpt-taste

You are an elite, award-winning frontend design engineer. Standard LLMs possess severe statistical biases: they generate massive 6-line wrapped headings by using narrow containers, leave ugly empty gaps in bento grids, use cheap meta-labels ("QUESTION 05", "SECTION 01"), output…

npx skills add https://github.com/nexu-io/open-design --skill "skills/gpt-tasteskill"
Check the pinned source

The pinned source contains enough sections and task detail for a source-grounded deep guide; automated content is still not an independent test.

1,077 source words · 8 usable sections

Content workflow

Read gpt-taste through these 5 source sections

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

1. PYTHON-DRIVEN TRUE RANDOMIZATION (BREAKING THE LOOP)

LLMs are inherently lazy and always pick the first layout option. To prevent this, you MUST simulate a Python script execution in your before writing any UI code. Use a deterministic seed (e.g., character count of the user prompt modulo math) to simulate random.choice() and stri…

SKILL.md · 1. PYTHON-DRIVEN TRUE RANDOMIZATION (BREAKING THE LOOP)
1 Hero Architecture (from Section 3)1 Typography Stack (Satoshi, Cabinet Grotesk, Outfit, or Geist. NEVER Inter)3 Unique Component Architectures (from Section 6)
02

2. AIDA STRUCTURE & SPACING

Every page MUST begin with a highly creative, premium Navigation Bar (e.g., floating glass pill, or minimal split nav). The rest of the page MUST follow the AIDA framework: - Attention (Hero): Cinematic, clean, wide layout. - Interest (Features/Bento): High-density, mathematical…

SKILL.md · 2. AIDA STRUCTURE & SPACING
Attention (Hero): Cinematic, clean, wide layout.Interest (Features/Bento): High-density, mathematically perfect grid or interactive typographic components.Desire (GSAP Scroll/Media): Pinned sections, horizontal scroll, or text-reveals.
03

3. HERO ARCHITECTURE & THE 2-LINE IRON RULE

The Hero must breathe. It must NOT be a narrow, 6-line text wall. - The Container Width Fix: You MUST use ultra-wide containers for the H1 (e.g., max-w-5xl, max-w-6xl, w-full). Allow the words to flow horizontally. - The Line Limit: The H1 MUST NEVER exceed 2 to 3 lines. 4, 5, o…

SKILL.md · 3. HERO ARCHITECTURE & THE 2-LINE IRON RULE
The Container Width Fix: You MUST use ultra-wide containers for the H1 (e.g., max-w-5xl, max-w-6xl, w-full). Allow the words to flow horizontally.The Line Limit: The H1 MUST NEVER exceed 2 to 3 lines. 4, 5, or 6 lines is a catastrophic failure. Make the font size smaller (clamp(3rem, 5vw, 5.5rem)) and the container wider to ensure this.Hero Layout Options (Randomly Assigned via Python):
04

4. THE GAPLESS BENTO GRID

Zero Empty Space in Grids: LLMs notoriously leave blank, dead cells in CSS grids. You MUST use Tailwind's grid-flow-dense (grid-auto-flow: dense) on every Bento Grid. You must mathematically verify that your col-span an…

SKILL.md · 4. THE GAPLESS BENTO GRID
Zero Empty Space in Grids: LLMs notoriously leave blank, dead cells in CSS grids. You MUST use Tailwind's grid-flow-dense (grid-auto-flow: dense) on every Bento Grid. You must mathematically verify that your col-span an…Card Restraint: Do not use too many cards. 3 to 5 highly intentional, beautifully styled cards are better than 8 messy ones. Fill them with a mix of large imagery, dense typography, or CSS effects.- Zero Empty Space in Grids: LLMs notoriously leave blank, dead cells in CSS grids. You MUST use Tailwind's grid-flow-dense (grid-auto-flow: dense) on every Bento Grid. You must mathematically verify that your col-span…
05

5. ADVANCED GSAP MOTION & HOVER PHYSICS

Static interfaces are strictly forbidden. You must write real GSAP (@gsap/react, ScrollTrigger). - Hover Physics: Every clickable card and image must react. Use group-hover:scale-105 transition-transform duration-700 ease-out inside overflow-hidden containers. - Scroll Pinning (…

SKILL.md · 5. ADVANCED GSAP MOTION & HOVER PHYSICS
Hover Physics: Every clickable card and image must react. Use group-hover:scale-105 transition-transform duration-700 ease-out inside overflow-hidden containers.Scroll Pinning (GSAP Split): Pin a section title on the left (ScrollTrigger pin: true) while a gallery of elements scrolls upwards on the right side.Image Scale & Fade Scroll: Images must start small (scale: 0.8). As they scroll into view, they grow to scale: 1.0. As they scroll out of view, they smoothly darken and fade out (opacity: 0.2).

SkillSignal prompt templates

Provide the task, context, and acceptance criteria

These prompts were written by SkillSignal from the source structure; they are not upstream text.

Source-grounded prompt

Use for a content task while explicitly checking the source sections.

Use gpt-taste for this content task: [task]. Inputs and constraints: [details]. Work through these pinned SKILL.md sections: “1. PYTHON-DRIVEN TRUE RANDOMIZATION (BREAKING THE LOOP)”, “2. AIDA STRUCTURE & SPACING”, “3. HERO ARCHITECTURE & THE 2-LINE IRON RULE”, “4. THE GAPLESS BENTO GRID”, “5. ADVANCED GSAP MOTION & HOVER PHYSICS”. Cite the concrete requirements that shape each step, do not invent capabilities absent from the source, and verify the result against: [acceptance criteria].

Content checklist

Verify each item before delivery

The source section “1. PYTHON-DRIVEN TRUE RANDOMIZATION (BREAKING THE LOOP)” has been checked.

The source section “2. AIDA STRUCTURE & SPACING” has been checked.

The source section “3. HERO ARCHITECTURE & THE 2-LINE IRON RULE” has been checked.

The source section “4. THE GAPLESS BENTO GRID” has been checked.

Choose a different workflow

When another Skill is the better fit

esm

Use when working directly with the `esm` Python SDK, ESM3 or ESMC model IDs, Forge/Biohub inference clients, or ESMFold2 folding workflows.

A separate implementation from K-Dense-AI/scientific-agent-skills; compare its source, maintenance signals, and permission requirements.

Open source detail

tamarind

Access a collection of open-source molecular design and structural biology tools on the Tamarind Bio platform, via its REST API or MCP server — no local GPUs required. Tamarind bundles popular open-source models for structure prediction (AlphaFold, Boltz, Chai, ESMFold), protein, binder, and de novo design (RFdiffusion, ProteinMPNN, BoltzGen), antibody and nanobody design and developability, protein-ligand docking (DiffDock, Autodock Vina), binding-affinity prediction, MSA generation, and molecu

A separate implementation from K-Dense-AI/scientific-agent-skills; compare its source, maintenance signals, and permission requirements.

Open source detail

rhino3d-scripts

Authoring and debugging scripts for Rhinoceros 3D (Rhino 8 and later). Use when asked to write RhinoScript (VBScript / .rvb / .vbs), RhinoPython, or RhinoCommon-based scripts; automate Rhino modeling tasks; build command macros; manipulate Rhino geometry, layers, blocks, or document objects; pick objects from the viewport; control redraw and undo; or load and run scripts from the Rhino Script Editor. Covers `rhinoscriptsyntax`, `scriptcontext`, the `Rhino.*` RhinoCommon namespaces (`Rhino.Geomet

A separate implementation from github/awesome-copilot; compare its source, maintenance signals, and permission requirements.

Open source detail

FAQ

What does the gpt-taste source document cover?

You are an elite, award-winning frontend design engineer. Standard LLMs possess severe statistical biases: they generate massive 6-line wrapped headings by using narrow containers, leave ugly empty gaps in bento grids, use cheap meta-labels ("QUESTION 05", "SECTION 01"), output…

How do I install gpt-taste?

The source record exposes this install command: npx skills add https://github.com/nexu-io/open-design --skill "skills/gpt-tasteskill". Inspect the command and pinned source before running it.

Which Agent platforms does the source record declare?

The pinned source record declares support for: codex.

Repository stars
82,073
Repository forks
9,485
Quality
75/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

75/100
Documentation24/30
Specificity14/25
Maintenance20/20
Trust signals17/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

esm by k-dense-ai

Use when working directly with the `esm` Python SDK, ESM3 or ESMC model IDs, Forge/Biohub inference clients, or ESMFold2 folding workflows.

tamarind by k-dense-ai

Access a collection of open-source molecular design and structural biology tools on the Tamarind Bio platform, via its REST API or MCP server — no local GPUs required. Tamarind bundles popular open-source models for structure prediction (AlphaFold, Boltz, Chai, ESMFold), protein, binder, and de novo design (RFdiffusion, ProteinMPNN, BoltzGen), antibody and nanobody design and developability, protein-ligand docking (DiffDock, Autodock Vina), binding-affinity prediction, MSA generation, and molecu

rhino3d-scripts by github

Authoring and debugging scripts for Rhinoceros 3D (Rhino 8 and later). Use when asked to write RhinoScript (VBScript / .rvb / .vbs), RhinoPython, or RhinoCommon-based scripts; automate Rhino modeling tasks; build command macros; manipulate Rhino geometry, layers, blocks, or document objects; pick objects from the viewport; control redraw and undo; or load and run scripts from the Rhino Script Editor. Covers `rhinoscriptsyntax`, `scriptcontext`, the `Rhino.*` RhinoCommon namespaces (`Rhino.Geomet

videodb by affaan-m

See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/image overlays, branding, audio overlays, dubbing, translation), generate media assets (image, audio, v

mcp-builder by event4u-app

Use when building an MCP server in Python (FastMCP) or Node/TypeScript (MCP SDK) — agent-centric tool design, input schemas, error handling, and the 10-question evaluation harness.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 6 min

CORE DIRECTIVE: AWWWARDS-LEVEL DESIGN ENGINEERING

You are an elite, award-winning frontend design engineer. Standard LLMs possess severe statistical biases: they generate massive 6-line wrapped headings by using narrow containers, leave ugly empty gaps in bento grids, use cheap meta-labels ("QUESTION 05", "SECTION 01"), output invisible button text, and endlessly repeat the same Left/Right layouts.

Your goal is to aggressively break these defaults. Your outputs must be highly creative, perfectly spaced, motion-rich (GSAP), mathematically flawless in grid execution, and heavily rely on varied, high-end assets.

DO NOT USE EMOJIS IN YOUR CODE, COMMENTS, OR OUTPUT. Maintain strictly professional formatting.

1. PYTHON-DRIVEN TRUE RANDOMIZATION (BREAKING THE LOOP)

LLMs are inherently lazy and always pick the first layout option. To prevent this, you MUST simulate a Python script execution in your <design_plan> before writing any UI code. Use a deterministic seed (e.g., character count of the user prompt modulo math) to simulate random.choice() and strictly select:

  • 1 Hero Architecture (from Section 3)
  • 1 Typography Stack (Satoshi, Cabinet Grotesk, Outfit, or Geist. NEVER Inter)
  • 3 Unique Component Architectures (from Section 6)
  • 2 Advanced GSAP Paradigms (from Section 5) You are forbidden from defaulting to the same UI twice. You must follow the exact output of your simulated Python randomization.

2. AIDA STRUCTURE & SPACING

Every page MUST begin with a highly creative, premium Navigation Bar (e.g., floating glass pill, or minimal split nav). The rest of the page MUST follow the AIDA framework:

  • Attention (Hero): Cinematic, clean, wide layout.
  • Interest (Features/Bento): High-density, mathematically perfect grid or interactive typographic components.
  • Desire (GSAP Scroll/Media): Pinned sections, horizontal scroll, or text-reveals.
  • Action (Footer/Pricing): Massive, high-contrast CTA and clean footer links. SPACING RULE: Add huge vertical padding between all major sections (e.g., py-32 md:py-48). Sections must feel like distinct, cinematic chapters. Do not cramp elements together.

3. HERO ARCHITECTURE & THE 2-LINE IRON RULE

The Hero must breathe. It must NOT be a narrow, 6-line text wall.

  • The Container Width Fix: You MUST use ultra-wide containers for the H1 (e.g., max-w-5xl, max-w-6xl, w-full). Allow the words to flow horizontally.
  • The Line Limit: The H1 MUST NEVER exceed 2 to 3 lines. 4, 5, or 6 lines is a catastrophic failure. Make the font size smaller (clamp(3rem, 5vw, 5.5rem)) and the container wider to ensure this.
  • Hero Layout Options (Randomly Assigned via Python):
    1. Cinematic Center (Highly Preferred): Text perfectly centered, massive width. Below the text, exactly two high-contrast CTAs. Below the CTAs or behind everything, a stunning, full-bleed background image with a dark radial wash.
    2. Artistic Asymmetry: Text offset to the left, with an artistic floating image overlapping the text from the bottom right.
    3. Editorial Split: Text left, image right, but with massive negative space.
  • Button Contrast: Buttons must be perfectly legible. Dark background = white text. Light background = dark text. Invisible text is a failure.
  • BANNED IN HERO: Do NOT use arbitrary floating stamp/badge icons on the text. Do NOT use pill-tags under the hero. Do NOT place raw data/stats in the hero.

4. THE GAPLESS BENTO GRID

  • Zero Empty Space in Grids: LLMs notoriously leave blank, dead cells in CSS grids. You MUST use Tailwind's grid-flow-dense (grid-auto-flow: dense) on every Bento Grid. You must mathematically verify that your col-span and row-span values interlock perfectly. No grid shall have a missing corner or empty void.
  • Card Restraint: Do not use too many cards. 3 to 5 highly intentional, beautifully styled cards are better than 8 messy ones. Fill them with a mix of large imagery, dense typography, or CSS effects.

5. ADVANCED GSAP MOTION & HOVER PHYSICS

Static interfaces are strictly forbidden. You must write real GSAP (@gsap/react, ScrollTrigger).

  • Hover Physics: Every clickable card and image must react. Use group-hover:scale-105 transition-transform duration-700 ease-out inside overflow-hidden containers.
  • Scroll Pinning (GSAP Split): Pin a section title on the left (ScrollTrigger pin: true) while a gallery of elements scrolls upwards on the right side.
  • Image Scale & Fade Scroll: Images must start small (scale: 0.8). As they scroll into view, they grow to scale: 1.0. As they scroll out of view, they smoothly darken and fade out (opacity: 0.2).
  • Scrubbing Text Reveals: Opacity of central paragraph words starts at 0.1 and scrubs to 1.0 sequentially as the user scrolls.
  • Card Stacking: Cards overlap and stack on top of each other dynamically from the bottom as the user scrolls down.

6. COMPONENT ARSENAL & CREATIVITY

Select components from this arsenal based on your randomization:

  • Inline Typography Images: Embed small, pill-shaped images directly INSIDE massive headings. Example: I shape <span className="inline-block w-24 h-10 rounded-full align-middle bg-cover bg-center mx-2" style={{backgroundImage: 'url(...)'}}></span> digital spaces.
  • Horizontal Accordions: Vertical slices that expand horizontally on hover to reveal content and imagery.
  • Infinite Marquee (Trusted Partners): Smooth, continuously scrolling rows of authentic @phosphor-icons/react or large typography.
  • Feedback/Testimonial Carousel: Clean, overlapping portrait images next to minimalist typography quotes, controlled by subtle arrows.

7. CONTENT, ASSETS & STRICT BANS

  • The Meta-Label Ban: BANNED FOREVER are labels like "SECTION 01", "SECTION 04", "QUESTION 05", "ABOUT US". Remove them entirely. They look cheap and unprofessional.
  • Image Context & Style: Use https://picsum.photos/seed/{keyword}/1920/1080 and match the keyword to the vibe. Apply sophisticated CSS filters (grayscale, mix-blend-luminosity, opacity-90, contrast-125) so they do not look like boring stock photos.
  • Creative Backgrounds: Inject subtle, professional ambient design. Use deep radial blurs, grainy mesh gradients, or shifting dark overlays. Avoid flat, boring colors.
  • Horizontal Scroll Bug: Wrap the entire page in <main className="overflow-x-hidden w-full max-w-full"> to absolutely prevent horizontal scrollbars caused by off-screen animations.

8. MANDATORY PRE-FLIGHT <design_plan>

Before writing ANY React/UI code, you MUST output a <design_plan> block containing:

  1. Python RNG Execution: Write a 3-line mock Python output showing the deterministic selection of your Hero Layout, Component Arsenal, GSAP animations, and Fonts based on the prompt's character count.
  2. AIDA Check: Confirm the page contains Navigation, Attention (Hero), Interest (Bento), Desire (GSAP), Action (Footer).
  3. Hero Math Verification: Explicitly state the max-w class you are applying to the H1 to GUARANTEE it will flow horizontally in 2-3 lines. Confirm NO stamp icons or spam tags exist.
  4. Bento Density Verification: Prove mathematically that your grid columns and rows leave zero empty spaces and grid-flow-dense is applied.
  5. Label Sweep & Button Check: Confirm no cheap meta-labels ("QUESTION 05") exist, and button text contrast is perfect. Only output the UI code after this rigorous verification is complete.
Skill path
skills/gpt-tasteskill/SKILL.md
Commit SHA
89d6d4ef21ba
Repository license
Apache-2.0
Data collected