Leonxlnx/taste-skill

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 10 minutes ago
Added to GitGenius on May 28th, 2026
Created on February 19th, 2026
Open Issues & Pull Requests: 59 (+0)
GitHub issues: Enabled
Number of forks: 5,712
Total Stargazers: 83,471 (+25)
Total Subscribers: 277 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.9 days
Mean response time: 7.6 days
90th percentile: 22.6 days
Tracked items: 26

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 13% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 30
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 12 days
Stale 30+ days: 23
Stale 90+ days: 8

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 1

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

Taste-Skill is a JavaScript-based framework designed to improve the visual quality of AI-generated user interfaces by providing portable agent skills that enhance layout, typography, motion, and spacing. The project addresses a specific problem in AI-assisted development: preventing generated interfaces from appearing generic or low-effort.

The core offering consists of multiple specialized skills that developers can integrate into AI coding agents like Claude Code, Cursor, and Codex. The default skill, design-taste-frontend, recently underwent a substantial rewrite to version 2 (currently experimental), introducing features like brief inference, design-system mapping, canonical GSAP code skeletons, and a redesign-audit protocol. The original v1 remains available for projects requiring its exact behavior. A stricter GPT-optimized variant called gpt-taste provides higher layout variance and aggressive anti-slop enforcement specifically tuned for GPT and Codex models.

Beyond the core design skills, the repository includes specialized variants for different use cases. The image-to-code-skill enables an image-first pipeline where developers generate site references, analyze them, and then implement frontends to match. The redesign-skill audits existing projects before improving layout, spacing, hierarchy, and styling. Visual direction-specific skills include soft-skill for polished, premium interfaces with softer contrast and spring motion; minimalist-skill for editorial product UI resembling Notion or Linear; and brutalist-skill for hard mechanical design with Swiss typography and sharp contrast. An output-skill addresses incomplete model outputs by enforcing full code delivery without placeholder comments.

The repository also provides image-generation skills that produce design references rather than code. These include imagegen-frontend-web for website compositions with strong typography and spacing, imagegen-frontend-mobile for iOS and Android mockups, and brandkit for brand identity boards covering logos, palettes, and type applications. These image skills integrate with ChatGPT Images and Codex image mode, allowing developers to generate visual references that can then be handed to coding agents for implementation.

Installation occurs through the npx skills CLI, which scans the skills folder and allows installation by the install name field within skill frontmatter. The taste-skill v2 introduces three configurable dials: DESIGN_VARIANCE controls layout experimentation from centered to asymmetric, MOTION_INTENSITY adjusts animation depth from hover effects to scroll-based interactions, and VISUAL_DENSITY ranges from spacious layouts to dense dashboards.

The project is sponsored by Emil Kowalski's animations.dev and the Vercel Open Source Program, and operates under an MIT license. The homepage at tasteskill.dev provides additional documentation and a changelog tracking version updates and feature additions.