Overview
Anti-slop frontend design framework based on Leonxlnx/taste-skill. Provides 13 specialized skills that enforce distinctive, production-grade visual design — countering the generic, soulless UIs that AI agents typically generate.
The framework covers layout systems, typography hierarchies, motion design, spacing discipline, and image-to-code pipelines across three visual style variants.
Implementation Skills
- Configure agents, anti, better, boilerplate, building settings before first use
taste-skill (v2)
Core design taste engine. Injects layout/typography/color/motion constraints into agent output to prevent generic patterns.
- When to use: Every frontend generation task as a baseline quality filter.
- Key principles: White space is intentional, type scales are non-negotiable, color palettes have hierarchy, motion serves purpose.
taste-skill-v1
Legacy taste skill for backward compatibility with existing agent pipelines.
gpt-taste
GPT-specific taste calibration — adapts design constraints for GPT-based code generators.
image-to-code
Screenshot-to-production-code pipeline. Takes a reference image and generates pixel-accurate frontend code.
- When to use: Converting mockups, competitor screenshots, or design references into working code.
- Process: Image analysis → layout extraction → component mapping → responsive code generation.
redesign-existing-projects
Audit and redesign existing frontend projects. Identifies anti-patterns and applies taste-skill improvements.
- When to use: Inheriting ugly codebases, post-MVP polish, design debt cleanup.
- Process: Visual audit → priority matrix → incremental redesign → before/after validation.
high-end-visual-design
Premium visual design patterns — luxury brand aesthetics, editorial layouts, cinematic compositions.
- When to use: High-end brand sites, portfolio showcases, product launch pages.
full-output-enforcement
Ensures agents produce complete, production-ready output — no placeholder content, no stub components, no TODO comments.
minimalist-ui
Minimalist design system — reduction to essentials, generous whitespace, restrained color palettes.
- Key principles: Remove until it breaks, then stop. Every element must earn its place.
industrial-brutalist-ui
Industrial brutalist design system — raw typography, exposed structure, intentional roughness, anti-polish aesthetics.
- Key principles: Honesty in materials, function over decoration, embrace the grid.
stitch-design-taste
Design taste layer for Stitch-based component generation — ensures consistent quality across stitched UI components.
Image Generation Skills
- Configure agents, anti, better, boilerplate, building settings before first use
imagegen-frontend-web
Generate web-specific visual assets — hero images, section backgrounds, illustration sets — with consistent style matching the frontend design system.
imagegen-frontend-mobile
Generate mobile-specific visual assets — splash screens, onboarding illustrations, app store screenshots.
brandkit
Generate cohesive brand identity kits — logo variants, color palettes, typography pairings, icon sets, pattern libraries.
Visual Style Variants
- Configure agents, anti, better, boilerplate, building settings before first use
Soft/Premium
- Rounded corners, subtle gradients, soft shadows
- Warm neutral palettes with accent pops
- Smooth easing curves on transitions
- High whitespace ratio, generous padding
Minimalist
- Sharp edges or very subtle radius
- Monochrome + single accent color
- Immediate transitions (100-200ms)
- Grid-disciplined, content-first layouts
Industrial Brutalist
- No border radius, raw edges
- High contrast black/white with one bold accent
- No animation or hard cuts
- Exposed grid lines, visible structure
Installation
npx skills add Leonxlnx/taste-skill
When to Use
Trigger phrases:
"anti slop frontend"
"Building any frontend UI from scratch"
"Countering generic AI-generated boilerplate designs"
"Need distinctive, production-grade visual design"
Building any frontend UI from scratch
Countering generic AI-generated boilerplate designs
Need distinctive, production-grade visual design
Running an image-to-code conversion pipeline
Redesigning existing projects with poor visual quality
Generating brand-consistent visual assets
How to Use
- Define content goal (traffic, engagement, conversion, brand awareness)
- Research target audience pain points and search intent
- Generate content using appropriate AI tools
- Edit and humanize output for authenticity
- Optimize for target platform (SEO, hashtags, format)
- Schedule and distribute across channels
- Measure performance and iterate
When NOT to Use
- Task is about content strategy, not creation (use strategy skills)
- Task is about content distribution (use distribution skills)
- You need to analyze content performance (use analytics skills)
- Task is about content moderation (use moderation tools)
- You don't have content guidelines
- Task requires domain expertise (consult experts)
Red Flags
- AI-generated content sounds robotic: Always run through humanizer before publishing
- Engagement dropping week-over-week: Content fatigue or algorithm change — vary formats
- Duplicate content across platforms: Adapt content per platform, don't just cross-post
- No content calendar: Sporadic posting kills audience retention
- Ignoring analytics: Content without measurement is just publishing, not marketing
Verification
Process
- Analyze the task requirements
- Apply domain expertise
- Verify output quality
Anti-Rationalization Table
| Rationalization |
Reality |
| "Good enough content works" |
Quality content drives engagement. Mediocre content gets ignored. |
| "I will optimize later" |
SEO and distribution need optimization from the start. |
| "Templates are good enough" |
Templates are a starting point. Custom content outperforms generic. |
1---2name: anti-slop-frontend3description: Use when anti-slop frontend framework for AI agents. Enforces better layout, typography, motion, and spacing to counter generic AI-generated boilerplate UIs. Use when building frontend, countering generic AI UIs, need distinctive visual design, image-to-code pipeline.4license: Apache-2.05---6789## Overview1011Anti-slop frontend design framework based on [Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill). Provides 13 specialized skills that enforce distinctive, production-grade visual design — countering the generic, soulless UIs that AI agents typically generate.1213The framework covers layout systems, typography hierarchies, motion design, spacing discipline, and image-to-code pipelines across three visual style variants.1415## Implementation Skills1617- Configure agents, anti, better, boilerplate, building settings before first use181920### taste-skill (v2)2122Core design taste engine. Injects layout/typography/color/motion constraints into agent output to prevent generic patterns.2324- **When to use**: Every frontend generation task as a baseline quality filter.25- **Key principles**: White space is intentional, type scales are non-negotiable, color palettes have hierarchy, motion serves purpose.2627### taste-skill-v12829Legacy taste skill for backward compatibility with existing agent pipelines.3031### gpt-taste3233GPT-specific taste calibration — adapts design constraints for GPT-based code generators.3435### image-to-code3637Screenshot-to-production-code pipeline. Takes a reference image and generates pixel-accurate frontend code.3839- **When to use**: Converting mockups, competitor screenshots, or design references into working code.40- **Process**: Image analysis → layout extraction → component mapping → responsive code generation.4142### redesign-existing-projects4344Audit and redesign existing frontend projects. Identifies anti-patterns and applies taste-skill improvements.4546- **When to use**: Inheriting ugly codebases, post-MVP polish, design debt cleanup.47- **Process**: Visual audit → priority matrix → incremental redesign → before/after validation.4849### high-end-visual-design5051Premium visual design patterns — luxury brand aesthetics, editorial layouts, cinematic compositions.5253- **When to use**: High-end brand sites, portfolio showcases, product launch pages.5455### full-output-enforcement5657Ensures agents produce complete, production-ready output — no placeholder content, no stub components, no TODO comments.5859### minimalist-ui6061Minimalist design system — reduction to essentials, generous whitespace, restrained color palettes.6263- **Key principles**: Remove until it breaks, then stop. Every element must earn its place.6465### industrial-brutalist-ui6667Industrial brutalist design system — raw typography, exposed structure, intentional roughness, anti-polish aesthetics.6869- **Key principles**: Honesty in materials, function over decoration, embrace the grid.7071### stitch-design-taste7273Design taste layer for Stitch-based component generation — ensures consistent quality across stitched UI components.7475## Image Generation Skills7677- Configure agents, anti, better, boilerplate, building settings before first use787980### imagegen-frontend-web8182Generate web-specific visual assets — hero images, section backgrounds, illustration sets — with consistent style matching the frontend design system.8384### imagegen-frontend-mobile8586Generate mobile-specific visual assets — splash screens, onboarding illustrations, app store screenshots.8788### brandkit8990Generate cohesive brand identity kits — logo variants, color palettes, typography pairings, icon sets, pattern libraries.9192## Visual Style Variants9394- Configure agents, anti, better, boilerplate, building settings before first use959697### Soft/Premium98- Rounded corners, subtle gradients, soft shadows99- Warm neutral palettes with accent pops100- Smooth easing curves on transitions101- High whitespace ratio, generous padding102103### Minimalist104- Sharp edges or very subtle radius105- Monochrome + single accent color106- Immediate transitions (100-200ms)107- Grid-disciplined, content-first layouts108109### Industrial Brutalist110- No border radius, raw edges111- High contrast black/white with one bold accent112- No animation or hard cuts113- Exposed grid lines, visible structure114115## Installation116117```bash118npx skills add Leonxlnx/taste-skill119```120121## When to Use122123**Trigger phrases:**124- "anti slop frontend"125- "Building any frontend UI from scratch"126- "Countering generic AI-generated boilerplate designs"127- "Need distinctive, production-grade visual design"128129130- Building any frontend UI from scratch131- Countering generic AI-generated boilerplate designs132- Need distinctive, production-grade visual design133- Running an image-to-code conversion pipeline134- Redesigning existing projects with poor visual quality135- Generating brand-consistent visual assets136137## How to Use1381391. Define content goal (traffic, engagement, conversion, brand awareness)1402. Research target audience pain points and search intent1413. Generate content using appropriate AI tools1424. Edit and humanize output for authenticity1435. Optimize for target platform (SEO, hashtags, format)1446. Schedule and distribute across channels1457. Measure performance and iterate146147## When NOT to Use148149- Task is about content strategy, not creation (use strategy skills)150- Task is about content distribution (use distribution skills)151- You need to analyze content performance (use analytics skills)152- Task is about content moderation (use moderation tools)153- You don't have content guidelines154- Task requires domain expertise (consult experts)155156157## Red Flags158159- **AI-generated content sounds robotic**: Always run through humanizer before publishing160- **Engagement dropping week-over-week**: Content fatigue or algorithm change — vary formats161- **Duplicate content across platforms**: Adapt content per platform, don't just cross-post162- **No content calendar**: Sporadic posting kills audience retention163- **Ignoring analytics**: Content without measurement is just publishing, not marketing164165## Verification166167- [ ] Skill output matches expected behavior168169## Process1701711. Analyze the task requirements1722. Apply domain expertise1733. Verify output quality174175## Anti-Rationalization Table176177| Rationalization | Reality |178|---|---|179| "Good enough content works" | Quality content drives engagement. Mediocre content gets ignored. |180| "I will optimize later" | SEO and distribution need optimization from the start. |181| "Templates are good enough" | Templates are a starting point. Custom content outperforms generic. |