@xingxingli45573: 又挖到一个好东西,叫 Taste Skill,GitHub 上已经拿了 20.3k Star。 简单来说,装上它之后,AI 生成的前端界面会好看很多。布局、字体、动效、留白,各方面都有明显提升,整体看起来有高级感。 它提供了好几个设计方向…
摘要
Taste Skill 是一个开源的前端框架,旨在提升 AI 生成界面的视觉品质,提供多种设计方向和可调节参数,GitHub 上已获 20.3k 星。
查看缓存全文
缓存时间: 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
The Anti-Slop Frontend Framework for AI Agents
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.
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:
- Open a Pull Request or Issue on GitHub
- DM @lexnlin or @blueemi99
- Email us at [email protected]
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 name | Description |
|---|---|---|
| taste-skill | design-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-v1 | design-taste-frontend-v1 | The 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-tasteskill | gpt-taste | Stricter variant for GPT/Codex: higher layout variance, stronger GSAP direction, aggressive anti-slop. |
| image-to-code-skill | image-to-code | Image-first pipeline: generate site references, analyze them, then implement the frontend to match. |
| redesign-skill | redesign-existing-projects | Existing projects: audit the UI first, then fix layout, spacing, hierarchy, styling. |
| soft-skill | high-end-visual-design | Polished, calm, expensive UI with softer contrast, whitespace, premium fonts, spring motion. |
| output-skill | full-output-enforcement | When the model ships half-finished work: full output, no placeholder comments. |
| minimalist-skill | minimalist-ui | Editorial product UI (Notion/Linear vibes), restrained palette, crisp structure. |
| brutalist-skill | industrial-brutalist-ui | Hard mechanical language: Swiss type, sharp contrast, experimental layout. |
| stitch-skill | stitch-design-taste | Google 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 name | Description |
|---|---|---|
| imagegen-frontend-web | imagegen-frontend-web | Website comps: hero, landing, multi-section with strong typography, spacing, anti-slop art direction. |
| imagegen-frontend-mobile | imagegen-frontend-mobile | Mobile screens and flows: iOS/Android/cross-platform, mockups, readable type, coherent sets. |
| brandkit | brandkit | Brand-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:
Current Sponsors
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…
ConardLi 的 garden-skills 项目已获 6k+ star,提供 25 种风格配方和 4 个 Skill 模块,通过 npx 一键安装,支持 Claude Code、Cursor 等平台,旨在提升 AI 生成网页的审美水平,告别千篇一律的设计。
@yaohui12138: 卧槽!本以为claude design已是最强,没想到这个项目也这么好用啊 周六晚上,朋友做的一个 SaaS 后台 UI AI味太重,丑到客户发了个「呵呵」..... 我直接用一个 GitHub 项目1小时帮他重做完。其实就是一个叫 DE…
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
Taste Skill 是一个开源的便携式 Agent Skills 框架,它通过更强的布局、排版、动画和间距来升级 AI 构建的界面,针对 Codex、Cursor 和 Claude Code 等工具。
@Jackywine: 友友们,这个看起来不错! 你的 AI 设计看起来很平庸,因为它不懂任何真正的排版系统 这个 Skill 决绝问题 → 它教你的Agent使用平面设计中最强大的网格系统(这本书巨厚,有 162 页 这样,你的 Agent 相当于掌握了人类最…
介绍了一个教AI Agent使用平面设计网格系统的技能,旨在提升AI设计的排版质量。
@GoSailGlobal: https://x.com/GoSailGlobal/status/2059101718957166684
一个名为AI Engineering的GitHub项目(拥有18.7k星)旨在帮助用户提升AI工具的实际应用能力,填补使用率与自信度之间的差距。