taste-skill

Leonxlnx/taste-skill

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

60k
Stars
4.1k
Forks
42
Open issues
164
Watchers
JavaScript MITLast pushed Jul 4, 2026

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

Categories

Tags

Similar tools

Install

npm install taste-skill

README

Taste Skill

The Anti-Slop Frontend Framework for AI Agents

Sponsors

Emil Kowalski · animations.dev

Become a sponsor

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 · Sponsors · 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 hello@tasteskill.dev

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