agentsclimarketplace

Taste audit

Skill Dragoon0x/everything-design-taste/skills/taste-audit

A taste system for AI agents. 288 skills, 80 agents, 12 rules, and 8 hooks that turn generic AI output into work with genuine design quality. Anti-slop detection, typography craft, color systems, brand voice, product strategy, and 50+ specialized reviewers across UI, industry, platform, and content domains.

Install
npx -y skills add Dragoon0x/everything-design-taste --skill taste-audit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Automated quality gate that scans design output for AI slop patterns, writing quality, accessibility baseline, and brand consistency violations.

SKILL.md

2.3 KB, 545 tokens by cl100k_base, as published. Nobody here has run it

Taste Audit

What It Checks

1. AI Slop Score (0-10, lower is better)

Scans for:

  • Default/generic font usage (Inter, Roboto, Arial without justification)
  • Purple-to-blue gradient patterns
  • Generic card grid layouts
  • Stock hero section patterns
  • Cookie-cutter button copy ("Get Started", "Learn More")
  • Overused component patterns without variation

Scoring:

  • 0-2: Clean. Intentional design choices.
  • 3-5: Mild slop. Some generic patterns leaking in.
  • 6-8: Significant slop. Needs creative intervention.
  • 9-10: Full AI default. Start over with a creative brief.

2. Writing Quality Score (0-10, higher is better)

Scans for:

  • AI tone markers (see copy-editor agent for full list)
  • Corporate buzzwords
  • Em-dash overuse
  • Passive voice excess
  • Filler phrases
  • Generic CTAs

3. Accessibility Baseline

Checks:

  • Color contrast ratios (WCAG AA)
  • Focus indicator presence
  • Alt text on images
  • Semantic HTML structure
  • Touch target sizes (44px minimum)
  • Reduced motion support

4. Hierarchy Check

Evaluates:

  • Clear visual weight distribution
  • Logical heading order (H1 > H2 > H3, no skips)
  • CTA prominence relative to other elements
  • Information grouping via proximity

5. Consistency Check

Looks for:

  • Spacing value consistency (are values from the scale?)
  • Color token consistency (raw hex vs token usage)
  • Typography consistency (type scale adherence)
  • Component pattern consistency

Output Format

## Taste Audit Report

### Overall Grade: [A-F]

| Check | Score | Status |
|-------|-------|--------|
| AI Slop | X/10 | PASS/WARN/FAIL |
| Writing | X/10 | PASS/WARN/FAIL |
| Accessibility | X/10 | PASS/WARN/FAIL |
| Hierarchy | X/10 | PASS/WARN/FAIL |
| Consistency | X/10 | PASS/WARN/FAIL |

### Issues Found
[Prioritized list of specific issues with locations]

### Recommendations
[Actionable fixes, most impactful first]

Pass Criteria

  • AI Slop: 4 or below
  • Writing: 7 or above
  • Accessibility: 8 or above
  • Hierarchy: 7 or above
  • Consistency: 7 or above
  • Overall: No FAIL on any check

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.