Taste-Skill (High-Agency Frontend) - gives your AI good taste. stops the AI from generating boring, generic, "slop"
npx skills add https://github.com/leonxlnx/taste-skill --skill minimalist-uiInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
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.
Release soon!
I'd love to hear your thoughts! If you have suggestions or find any bugs:
Works via CLI for all major AI coding agents (Cursor, Antigravity, Claude Code, Codex, Windsurf, Copilot, etc.):
npx skills add https://github.com/Leonxlnx/taste-skill
Each skill has a different job. You do not need to use all of them at once.
Frontend implementation skills live in skills/.
images-taste-skill remains part of the normal skills/ set.
A separate image-only companion also exists at imagegenskills/frontendwebsiteimageskill/ for the dedicated image-generation-first workflow.
| Skill | Description |
|---|---|
| taste-skill | The default all-rounder. Use this when you want premium frontend output without forcing one narrow visual style. |
| gpt-taste | The stricter, more opinionated variant for GPT/Codex models. Best for high-variance layouts, stronger GSAP direction, and more aggressive anti-slop rules. |
| images-taste-skill | The regular image-first frontend reference skill in skills/images-taste-skill/. It is optimized for generating premium website images first, deeply analyzing them, then implementing the frontend to match closely. |
| redesign-skill | Use this when a project already exists and needs to be improved. It focuses on auditing the current UI first, then fixing weak layout, spacing, hierarchy, and styling decisions. |
| soft-skill | Use this for polished, calm, expensive-looking interfaces with softer contrast, more whitespace, premium fonts, and smooth spring motion. |
| output-skill | Use this when the model keeps being lazy. It pushes for complete output, no placeholder comments, and no skipped implementation steps. |
| minimalist-skill | Use this for cleaner editorial product UI inspired by tools like Notion or Linear. It keeps the palette restrained and the structure crisp. |
| brutalist-skill | ⚠️ BETA Use this for harder, more mechanical visual language: Swiss typography, sharp contrast, raw structure, and more experimental composition. |
| stitch-skill | Use this when you want Google Stitch-compatible semantic design rules, including the extra DESIGN.md export format. |
For images-taste-skill, it often helps to state the workflow explicitly in the prompt. A line like follow rules strictly and generate images, then analyze, then code can reinforce the intended execution order in agents that support both image generation and implementation.
The taste skill has three settings at the top of the file. Change these numbers (1-10) depending on what you're building:
Created with taste-skill:
If you find taste-skill useful, consider sponsoring the development.
Background research that informed how these skills were built. See the research folder.
How is this different from other AI design skills?
Taste Skill includes 9 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.