gpt-tasteskill

gpt-tasteskill is a skill for Claude Code, Codex from aaronnat23/disp8ch. It costs 0 tokens per session (739 once invoked), scanned A, original, MIT.

A design-and-animation guide for building polished web interfaces with scrolling effects and tightly arranged tile-based layouts. It sets rules for typography, page structure, and visual choices.

In plain words
What is it for?
Use it when creating frontend pages with GSAP scroll animations, bento-style grids, and carefully chosen fonts and layouts.
Why use it?
It reduces guesswork when an interface needs a distinctive visual style and coordinated motion. It also provides checks for common layout and heading problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating frontend pages with GSAP scroll animations, bento-style grids, and carefully chosen fonts and layouts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaronnat23/disp8ch/gpt-tasteskill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aaronnat23/disp8ch --skill gpt-tasteskill
Clone the repo
git clone --depth 1 https://github.com/aaronnat23/disp8ch

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gpt-tasteskill

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaronnat23/disp8ch/gpt-tasteskill/github.svg)](https://agentmods.dev/skills/aaronnat23/disp8ch/gpt-tasteskill)
Your own site
<a href="https://agentmods.dev/skills/aaronnat23/disp8ch/gpt-tasteskill"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/gpt-tasteskill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gpt-tasteskill

Your own site · 80×15
<a href="https://agentmods.dev/skills/aaronnat23/disp8ch/gpt-tasteskill"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/gpt-tasteskill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 739 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00739
Opus 5 $0.00000 $0.00369
Sonnet 5 $0.00000 $0.00148
Haiku 4.5 $0.00000 $0.00074

Measured 10d ago against content hash cc2028d2cd10, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gpt-tasteskill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

optional-skills/gpt-tasteskill/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GPT Taste Skill — Award-Winning Motion-First UI Engineering

Use this skill for premium frontend interfaces that require GSAP scroll animations, mathematically verified bento grids, and award-quality design. The most demanding taste variant.

Use when

  • The output needs to qualify for Awwwards, CSS Design Awards, or similar recognition.
  • GSAP ScrollTrigger animations are required or expected.
  • Building complex bento grids with mathematically verified column/row interlocking.
  • Typography and layout must break standard LLM bias patterns at a measurable level.

Pre-Flight Verification (run before coding)

  1. Simulate component arsenal selection from: hero types, bento variants, scroll paradigms.
  2. Choose typography stack from: Satoshi, Cabinet Grotesk, Outfit, or Geist — never Inter.
  3. Choose GSAP paradigm: pin-scrub, text-reveal, card-stack, image-scale, or parallax.
  4. Verify grid interlocking with grid-flow-dense — no empty cells allowed.

Typography & Layout Mandates

  • Headers: 2–3 line maximum using ultra-wide containers (max-w-6xl or wider).
  • 6+ wrapped heading lines = failure state — widen container before reducing font size.
  • No meta-labels like "SECTION 01" or "QUESTION 05" — cheap and unprofessional.
  • No emojis in code or UI copy.

Grid Construction Rules

  • All bento grids must use grid-flow-dense.
  • Column/row span combinations must be mathematically verified to interlock without gaps.
  • Allowed patterns: 2×1, 1×2, 2×2 spans mixed with 1×1 to fill efficiently.
  • Test every grid permutation for empty cell scenarios before finalizing.

GSAP ScrollTrigger Requirements

  • Pinning: Hero sections pin during scroll while content reveals.
  • Scrub text reveals: Characters or words reveal as viewport scrolls.
  • Image scaling: scale() transitions triggered by scroll position.
  • Card stacking: Cards layer on top of each other as user scrolls down.
  • Scrub value: 0.5–2 for smooth progression.

AIDA Page Structure (mandatory for full pages)

  1. Navigation — Sticky, minimal, expands on scroll.
  2. Attention / Hero — Pinned with GSAP, large asymmetric typography.
  3. Interest / Bento — Dense grid-flow-dense grid with micro-interactions.
  4. Desire / GSAP Scroll — Parallax, card stacks, scroll-triggered reveals.
  5. Action / Footer — Huge vertical padding, editorial typography, CTA.

Read the full file on GitHub · 64 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 64 lines · 0 tokens per session scan A cc2028d2cd10

Subscribe to this mod's changes

gpt-tasteskill is a skill published in the GitHub repository aaronnat23/disp8ch (100 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 739 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

web-design

Penguin visual language for generated web pages and app UIs — GitHub-style simplicity with a single blue accent, light and pure-black dark themes, design tokens, component and chat-interface recipes, plus an opt-in warm paper editorial theme.

Prism-Shadow/penguin-harness · 51 tokens

ui-craft

Design, build, redesign, or modify browser-visible web interfaces with product-quality composition, visual systems, interaction states, responsive behavior, accessibility, and browser visual QA. Use for HTML, CSS, JavaScript, React, Vue, or Svelte pages and components, landing pages, dashboards, admin tools, settings…

MemTensor/memmy-agent · 86 tokens

make-interfaces-feel-better

Use when building or reviewing UI polish: typography, hit areas, nested radius, optical alignment, shadows, media outlines, micro-interactions, and animation performance.

Insajin/autopus-adk · 40 tokens

design-system

DESIGN.md integration for Forge — ensures visual consistency across all UI tasks through standardized design specifications.

LucasDuys/forge · 21 tokens

shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…

antgroup/agentic-ai-landscape · 94 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

PM-Shawn/Abu-Cowork · 77 tokens