taste-skill

Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop

67,325 stars JavaScript Markdown Skills API Spec #agent#ai#claude#claude-code
AI Prompts & Specs

Repository: Leonxlnx/taste-skill


Stars: 9131

README.md

Taste Skill

<p>
<a href="https://tasteskill.dev">
<img src="https://img.shields.io/badge/Official_Website-tasteskill.dev-black?style=for-the-badge&logo=vercel" alt="Official Website" />
</a>
</p>

A collection of skills that improve how AI tools write frontend code. Instead of generating generic, boring interfaces, the AI builds modern, premium designs with proper animations, spacing, and visual quality.

![Agent Skills](https://github.com/vercel-labs/agent-skills)
![GitHub stars](https://github.com/Leonxlnx/taste-skill/stargazers)
![AI Supported](#)
![Premium UI](#)

Taste Skill v2 Beta

A major update is in progress. If you want early access, sign up for the beta:

Join the Waitlist

Feedback & Contributions

I'd love to hear your thoughts! If you have suggestions or find any bugs:

- Open a Pull Request or Issue right here on GitHub
- DM me on x.com/lexnlin
- Email me at [email protected]

Installing

Works via CLI for all major AI coding agents (Cursor, Antigravity, Claude Code, Codex, Windsurf, Copilot, etc.):

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

Skills

| Skill | Description |
| --- | --- |
| taste-skill | The main design skill for premium frontend code. Covers layout, typography, colors, spacing, and motion. |
| gpt-taste | Premium Awwwards-level frontend/UI skill with deterministic randomization checks and strict GSAP animation requirements. |
| redesign-skill | For upgrading existing projects by auditing and fixing design problems first. |
| soft-skill | Focuses on an expensive, soft UI look with premium fonts, whitespace, depth, and smooth spring animations. |
| output-skill | Stops the AI from being lazy. Prevents placeholder comments, skipped code blocks, and half-finished outputs. |
| minimalist-skill | For clean, editorial-style interfaces inspired by tools like Notion and Linear. Monochrome, crisp borders. |
| brutalist-skill | ⚠️ BETA Raw mechanical interfaces fusing Swiss typographic print with CRT terminal aesthetics. |
| stitch-skill | Google Stitch-compatible semantic design rules for premium AI UI generation. Includes DESIGN.md for export. |

Settings (taste-skill only)

The taste skill has three settings at the top of the file. Change these numbers (1-10) depending on what you're building:

- DESIGN_VARIANCE — How experimental the layout is. (1-3: Clean/centered | 8-10: Asymmetric/modern)
- MOTION_INTENSITY — How much animation there is. (1-3: Simple hover | 8-10: Magnetic/scroll-triggered)
- VISUAL_DENSITY — How much content fits on one screen. (1-3: Spacious/luxury | 8-10: Dense dashboards)

Examples

Created with taste-skill:

<p>
<img src="examples/floria-top.webp" width="400" />
<img src="examples/floria-bottom.webp" width="400" />
</p>

Support the project

If you find taste-skill useful, consider sponsoring the development.

Sponsor on GitHub

Current Sponsors

<a href="https://github.com/u2393696078-rgb"><img src="https://github.com/u2393696078-rgb.png" width="40" height="40" style="border-radius:50%" alt="u2393696078-rgb" title="u2393696078-rgb" /></a>
<a href="https://github.com/mccun934"><img src="https://github.com/mccun934.png" width="40" height="40" style="border-radius:50%" alt="mccun934" title="mccun934" /></a>
<a href="https://github.com/supply-guy"><img src="https://github.com/supply-guy.png" width="40" height="40" style="border-radius:50%" alt="supply-guy" title="supply-guy" /></a>
<a href="https://github.com/ghughes7"><img src="https://github.com/ghughes7.png" width="40" height="40" style="border-radius:50%" alt="ghughes7" title="ghughes7" /></a>
<a href="https://github.com/AtharvaJaiswal005"><img src="https://github.com/AtharvaJaiswal005.png" width="40" height="40" style="border-radius:50%" alt="AtharvaJaiswal005" title="AtharvaJaiswal005" /></a>

Research

Background research that informed how these skills were built. See the research folder.

Common Questions

How is this different from other AI design skills?
Taste Skill includes 7 specialized variants instead of a single file, a 3-dial parameterization system for adjustable output, and anti-repetition rules backed by original research. It is framework-agnostic and works across all major agents.

Does it work with React, Vue, Svelte, etc.?
Yes. Taste Skill is framework-agnostic. The rules focus on design decisions, not framework-specific code patterns.

What is a SKILL.md file?
A portable instruction file that AI coding agents detect and follow automatically. No configuration is needed, just install it and your agent reads it.