Taste-Skill — Anti-Slop Frontend Skill for AI-Generated Sites
Taste-skill (taste-skill-v1 and gpt-tasteskill) is the most-cited anti-slop frontend skill in the ecosystem. Pairs an opinionated design vocabulary with a set of hard 'no' patterns to keep AI-generated sites from looking generic.

Taste-Skill
Taste-skill is the most-cited anti-slop frontend skill in the ecosystem. It pairs an opinionated design vocabulary with a hard set of "no" patterns — the failure modes that make AI-generated sites look generic. Two variants are in active use:
- taste-skill-v1 — the original, MIT-licensed, opinionated on hierarchy/type/space
- gpt-tasteskill — a GPT-tuned variant; verify license before embedding the full text on a public page
The SKILL.md files for both variants are publicly available in their respective GitHub repos. Discover the canonical publisher via skills.sh before installing.
When to use
- You're building a landing page or portfolio with an agent and want a guardrail against the generic look
- You're running a design-system bake-off and want one arm to have a known anti-slop baseline
- You maintain a design vocabulary and want to encode it as a skill rather than a doc
When not to use
- The job is a dashboard or data table — taste-skill is for marketing/landing/portfolio, not information-dense UI (the standard caveat in the source)
- You want the agent to be unconstrained — taste-skill is opinionated by design
How it works
The SKILL.md defines a small set of design vocabulary tokens (type scale, spacing rhythm, color usage rules) and a longer list of "do not" patterns — generic gradients, stock-photo hero treatments, AI-looking illustration defaults. The agent loads it on landing-page work and applies both sets as constraints. The result is a site that looks designed, not assembled.
Install
npx skills add <taste-skill-repo>
(Use the canonical repo URL once you've confirmed a specific upstream — verify the publisher before running npx skills add.)
Full SKILL.md
The full SKILL.md files live in the canonical publisher's GitHub repos. Discover the publisher via skills.sh and read from the verified source:
taste-skill-v1/SKILL.md(MIT) — the originalgpt-tasteskill/SKILL.md— verify license before redistributing
The embedded copy is intentionally not pasted into this page at launch: the second variant has not had its license independently verified for public embed, and the first is best read in context of the upstream repo.
Verify it yourself
Quick static check — taste-skill is text-heavy and (intentionally) opinionated. Static red-flag scan still applies: confirm no curl|sh, no base64 -d, no process.env. The opinionated content is not the same as injected content; the scan distinguishes them.
Two-model review — paste the SKILL.md into two different models with the Vetting Guide prompt. The interesting case for taste-skill is whether the two models agree on the "no" patterns — if one flags a pattern as an injection class, dig in.
Review transparency
| Field | Value |
|---|---|
| Last reviewed | 2026-08-28 (launch baseline) |
| Reviewers | site baseline (local copy read; static scan only) |
| Source | canonical publisher via skills.sh; verify before install |
| License | MIT (v1); verify independently for gpt-tasteskill |
| Re-vet trigger | upstream change in either variant; >30 days since review |
Related
- Skills Collection Overview
- Vetting Guide
- Building Antigravity + OpenCode Skills — first-person build log
Related Articles & Guides
#skillsSkills Collection — Curated Agent Skills for Every Tool
A curated, vetted catalog of agent skills (SKILL.md) that work across Claude Code, OpenCode, Gemini CLI, Codex, Cursor, and 40+ other agents. Each skill includes install tabs, full source, and instructions for verifying it yourself.
#skillsHow to Vet an Agent Skill With Models
A repeatable methodology for vetting agent skills before installing. Static red-flag scan plus a copyable two-model review prompt that flags prompt injection, exfiltration, and over-broad permissions. Built on the Aug 2026 security research wave.
#skillsAnthropic Official Skills — Reference Implementations of the Standard
Anthropic's published skill examples — artifacts-builder, pdf, docx, and others. The canonical reference for SKILL.md anatomy, frontmatter conventions, and progressive-disclosure patterns.