The Anti-Slop Frontend Framework for AI Agents Sponsors Novamira · Full WordPress access for AI agents IMG.LY · CreativeEditor SDK Emil Kowalski · animations.dev Sent.dm · messaging APIs for SMS, WhatsApp, and RCS Become a
> /plugin marketplace add Leonxlnx/taste-skill> /plugin install taste-skill@taste-skill
Repo: Leonxlnx/taste-skill
What's inside
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.
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.
We would love your feedback. Suggestions and bug reports:
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.
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.
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. |
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. |
For image-to-code-skill, state the pipeline in the prompt, e.g.: follow the skill: generate images, then analyze, then code.
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.
Numbers at the top of the file are 1-10 dials:
Created with taste-skill:
If Taste Skill helps you, consider sponsoring:
Background writing that shaped these skills lives in research/.
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.
MIT License · Copyright (c) 2026 Leonxlnx
.claude-plugin/
marketplace.json
plugin.json
.github/
copilot-instructions.md
FUNDING.yml
assets/
.gitkeep
readme-banner.webp
readme-buttons/
btn-agent-skills.webp
btn-changelog.webp
btn-mit.webp
btn-site.webp
btn-tools.webp
readme-cta-tasteskill.svg
sponsors/
animations-dev.webp
emil-animations-dev.webp
imgly-logo.svg
sentdm.png
vercel-logo.svg
taste-skill-logo.png
taste-skill-logo.webp
vercel-oss-program-badge.svg
CHANGELOG.md
examples/
floria-bottom.webp
floria-full.webp
floria-top.webp
LICENSE
README.md
research/
laziness/
findings/
empirical-results.md
references.md
README.md
remediation/
architectural-patterns.md
parameter-tuning.md
prompt-engineering.md
reference-prompts.md
root-causes/
cognitive-shortcuts.md
output-limits.md
rlhf-and-compute.md
training-data-bias.md
README.md
scripts/
build-emil-sponsor-row.mjs
convert-readme-assets-webp.mjs
process-readme-buttons.mjs
process-sponsor-badge.mjs
skill.sh
skills/
brandkit/
SKILL.md
brutalist-skill/
SKILL.md
gpt-tasteskill/
SKILL.md
image-to-code-skill/
SKILL.md
imagegen-frontend-mobile/
SKILL.md
imagegen-frontend-web/
SKILL.md
llms.txt
minimalist-skill/
SKILL.md
output-skill/
SKILL.md
redesign-skill/
SKILL.md
soft-skill/
SKILL.md
stitch-skill/
DESIGN.md
SKILL.md
taste-skill/
taste-skill-v1/
SKILL.md
SKILL.mdFAQ
taste-skill is a Claude Code plugin with 13 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes brandkit, brutalist-skill, gpt-tasteskill. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.