@xingxingli45573: 又挖到一个好东西,叫 Taste Skill,GitHub 上已经拿了 20.3k Star。 简单来说,装上它之后,AI 生成的前端界面会好看很多。布局、字体、动效、留白,各方面都有明显提升,整体看起来有高级感。 它提供了好几个设计方向…

X AI KOLs Timeline 工具

摘要

Taste Skill 是一个开源的前端框架,旨在提升 AI 生成界面的视觉品质,提供多种设计方向和可调节参数,GitHub 上已获 20.3k 星。

又挖到一个好东西,叫 Taste Skill,GitHub 上已经拿了 20.3k Star。 简单来说,装上它之后,AI 生成的前端界面会好看很多。布局、字体、动效、留白,各方面都有明显提升,整体看起来有高级感。 它提供了好几个设计方向可以选,比如通用高级感、极简风格、粗野主义,还有一个专门用来改造老项目的审计修复技能,适合给已有页面做升级。 另外还有个图片技能挺有意思,可以先让 AI 生成网页或移动端的设计稿,然后再交给编程工具去实现,相当于把设计和开发拆成了两步走。 它还提供了三个可调参数,分别控制布局的实验程度、动画的丰富度和信息密度,可以根据自己的需求灵活调整,不会把你锁死在某一种风格里。 如果你经常用 AI 来构建前端应用,又受够了那种千篇一律的模板页面,可以装一个试试,效果确实不错。 传送门:
查看原文
查看缓存全文

缓存时间: 2026/05/26 17:12

又挖到一个好东西,叫 Taste Skill,GitHub 上已经拿了 20.3k Star。

简单来说,装上它之后,AI 生成的前端界面会好看很多。布局、字体、动效、留白,各方面都有明显提升,整体看起来有高级感。

它提供了好几个设计方向可以选,比如通用高级感、极简风格、粗野主义,还有一个专门用来改造老项目的审计修复技能,适合给已有页面做升级。

另外还有个图片技能挺有意思,可以先让 AI 生成网页或移动端的设计稿,然后再交给编程工具去实现,相当于把设计和开发拆成了两步走。

它还提供了三个可调参数,分别控制布局的实验程度、动画的丰富度和信息密度,可以根据自己的需求灵活调整,不会把你锁死在某一种风格里。

如果你经常用 AI 来构建前端应用,又受够了那种千篇一律的模板页面,可以装一个试试,效果确实不错。

传送门:


Leonxlnx/taste-skill

Source: https://github.com/Leonxlnx/taste-skill

Taste Skill - Anti-slop Agent Skills for premium frontends

Taste Skill

The Anti-Slop Frontend Framework for AI Agents

Taste Skill

Open tasteskill.dev

Portable Agent Skills that upgrade AI-built interfaces: stronger layout, typography, motion, and spacing instead of boilerplate-looking UIs. This repo also includes image-generation skills for reference boards (web, mobile, brand kits). Pair them with ChatGPT Images or similar generators, then hand the frames to Codex, Cursor, or Claude Code for implementation.

GitHub stars MIT License Supported agents Changelog on tasteskill.dev

Disclaimer

Taste Skill has no official token, coin, or crypto project. Any token using my name, image, or project is unaffiliated and not endorsed by me.

Disclaimer · Install · Skills · Settings · Examples · Sponsor · Research · FAQ · License

Feedback & Contributions

We would love your feedback. Suggestions and bug reports:

Installing

The npx skills add CLI scans the skills/ folder in this repo, so all skills below (code and image-generation) install the same way.

npx skills add https://github.com/Leonxlnx/taste-skill

Install a single skill by its install name (the name: field inside the SKILL frontmatter, not the folder name):

npx skills add https://github.com/Leonxlnx/taste-skill --skill "design-taste-frontend"

You can also copy any SKILL.md into your project or paste it into ChatGPT / Codex conversations.

Updating from the previous version

The default taste-skill (install name design-taste-frontend) is now v2 (experimental), a substantial rewrite of the original v1. If you already have v1 installed, just re-run the install command and you will be upgraded:

npx skills add https://github.com/Leonxlnx/taste-skill --skill "design-taste-frontend"

The install name did not change, so no script updates are needed. The newer SKILL.md replaces the older one in place.

If you depend on the exact behavior of v1 and want to pin to it explicitly:

npx skills add https://github.com/Leonxlnx/taste-skill --skill "design-taste-frontend-v1"

See CHANGELOG.md for the full v1 to v2 diff and the rationale.

Skills

Each skill does one job; you do not need all of them at once. Implementation skills output code. Image-generation skills output reference images only.

The Install name column is the exact value you pass to --skill.

Skill (folder)Install nameDescription
taste-skilldesign-taste-frontend🆕 v2 (experimental) - substantial rewrite of the default skill. Reads the brief, infers the design language, tunes three dials (VARIANCE / MOTION / DENSITY). Brief inference, design-system map, hard em-dash ban, canonical GSAP code skeletons, redesign-audit protocol, strict pre-flight check. Actively iterating toward v2.0.0 stable.
taste-skill-v1design-taste-frontend-v1The original v1 of taste-skill, preserved for projects depending on its exact behavior. Use only if the v2 default breaks something specific in your workflow.
gpt-tasteskillgpt-tasteStricter variant for GPT/Codex: higher layout variance, stronger GSAP direction, aggressive anti-slop.
image-to-code-skillimage-to-codeImage-first pipeline: generate site references, analyze them, then implement the frontend to match.
redesign-skillredesign-existing-projectsExisting projects: audit the UI first, then fix layout, spacing, hierarchy, styling.
soft-skillhigh-end-visual-designPolished, calm, expensive UI with softer contrast, whitespace, premium fonts, spring motion.
output-skillfull-output-enforcementWhen the model ships half-finished work: full output, no placeholder comments.
minimalist-skillminimalist-uiEditorial product UI (Notion/Linear vibes), restrained palette, crisp structure.
brutalist-skillindustrial-brutalist-uiHard mechanical language: Swiss type, sharp contrast, experimental layout.
stitch-skillstitch-design-tasteGoogle Stitch-compatible rules, including optional DESIGN.md export format.

Image generation skills

These produce design images only (no code). Use with ChatGPT Images, Codex image mode, or any agent that generates images.

Skill (folder)Install nameDescription
imagegen-frontend-webimagegen-frontend-webWebsite comps: hero, landing, multi-section with strong typography, spacing, anti-slop art direction.
imagegen-frontend-mobileimagegen-frontend-mobileMobile screens and flows: iOS/Android/cross-platform, mockups, readable type, coherent sets.
brandkitbrandkitBrand-kit boards: logo directions, palettes, type, identity applications across categories.

Which one should I use?

  • Start with taste-skill for the safest general default. (Now v2 experimental - see what changed in the CHANGELOG.)
  • If you depend on the exact behavior of the original taste-skill, install taste-skill-v1 instead.
  • Use gpt-taste when you want the stricter GPT/Codex-oriented rules and motion/layout enforcement.
  • Use image-to-code-skill for image → analyze → code website workflows.
  • Use redesign-skill to improve an existing codebase instead of greenfield styling.
  • Add soft-skill, minimalist-skill, or brutalist-skill when the visual direction is already chosen.
  • Add output-skill if the agent keeps truncating output.
  • Use imagegen-frontend-web, imagegen-frontend-mobile, or brandkit when the deliverable is images (comps, flows, identity boards), then pass results to your coding agent.

Image-first tip

For image-to-code-skill, state the pipeline in the prompt, e.g.: follow the skill: generate images, then analyze, then code.

ChatGPT Images and Codex

Attach or paste imagegen-frontend-web, imagegen-frontend-mobile, or brandkit and ask for the frames you need, then feed the renders to Codex, Cursor, or Claude Code. Use image-to-code-skill when you want one workflow that both generates references and implements the site in code.

Settings (taste-skill only)

Numbers at the top of the file are 1-10 dials:

  • DESIGN_VARIANCE: Layout experimentation (lower: centered/clean · higher: asymmetric/modern).
  • MOTION_INTENSITY: Animation depth (lower: hover · higher: scroll/magnetic).
  • VISUAL_DENSITY: Information per viewport (lower: spacious · higher: dense dashboards).

Examples

Created with taste-skill:

Support the project

If Taste Skill helps you, consider sponsoring:

Sponsor on GitHub

Current Sponsors

dnakov AkramReshad ajmalaksar25 krikkkk navanchauhan robinebers JKc66 u2393696078-rgb a-human-created-this AtharvaJaiswal005 ghughes7 mccun934

Star History Rank

Research

Background writing that shaped these skills lives in research/.

Common Questions

How is this different from other AI design skills?
Multiple specialized variants, adjustable dials in key skills, anti-repetition rules informed by dedicated research. All are framework agnostic across major coding agents.

Does it work with React, Vue, Svelte?
Yes. Rules target design intent, not a single framework API.

What is SKILL.md?
A portable instruction file agents can load automatically; install via npx skills add or by copying into a repo or conversation.

Do image-generation skills install with npx skills add?
Yes. They live under skills/ alongside the code skills so the same CLI discovers them.

License

MIT License · Copyright (c) 2026 Leonxlnx

相似文章

@IndieDevHailey: 这个 garden-skills 审美绝了,AI味网站终于拜拜了! ConardLi 的 garden-skills 已 6k+ star。 25种风格配方直接把 AI 生成网页的审美拉满—彻底告别千篇一律的蓝紫卡片,Linear、Aes…

X AI KOLs Timeline

ConardLi 的 garden-skills 项目已获 6k+ star,提供 25 种风格配方和 4 个 Skill 模块,通过 npx 一键安装,支持 Claude Code、Cursor 等平台,旨在提升 AI 生成网页的审美水平,告别千篇一律的设计。

@yaohui12138: 卧槽!本以为claude design已是最强,没想到这个项目也这么好用啊 周六晚上,朋友做的一个 SaaS 后台 UI AI味太重,丑到客户发了个「呵呵」..... 我直接用一个 GitHub 项目1小时帮他重做完。其实就是一个叫 DE…

X AI KOLs Timeline

The article introduces 'awesome-design-md', an open-source collection of DESIGN.md files that reverse-engineer the design systems of major tech companies. It allows developers to use AI coding agents like Claude or Cursor to generate UI with specific brand styles by simply adding a markdown file to their project.

Leonxlnx/taste-skill

GitHub Trending (daily)

Taste Skill 是一个开源的便携式 Agent Skills 框架,它通过更强的布局、排版、动画和间距来升级 AI 构建的界面,针对 Codex、Cursor 和 Claude Code 等工具。