Taste Skill
Updated 2026-08-04
Questions this answers
- The UIs my AI coding agent builds all look the same.
- How do I get Claude Code or Cursor to design something that doesn't look like a template?
- My AI writes working code but the design comes out bland.
- Everything I vibe-code looks like every other AI app.
The Fix
Taste Skill is a set of design rules you drop into your coding agent so it stops shipping generic-looking frontends. Install it once with npx skills add Leonxlnx/taste-skill, and from then on the agent carries a SKILL.md that tells it how to handle layout, typography, spacing, and motion instead of defaulting to the same centered-card template everyone else gets.
It works across the usual agents: Claude Code, Cursor, Codex, v0, Lovable. The v2 skill gives you dials to set the vibe, from how experimental the layout gets to how spacious or dense it feels. There are also focused variants for things like redesigning an existing project or going full brutalist.
When to Use It
Best when you're building a frontend with an AI agent and you care how it looks, like a landing page or a dashboard you'll put in front of someone. It helps most right at the start, before the agent commits to a bland layout you then have to fight.
It won't do much for backend or logic-heavy work, since it only touches the design layer. And it's young and moving fast, with v2 still experimental, so treat the output as a strong first pass you'll still refine.