SkillAgentSearch skills...

vibe-design-harness

🎨 Studio-Grade UI/UX Design System Engine & Anti-Slop Harness for AI Agents. Guarantees insanely beautiful Websites, SaaS WebApps & Mini Apps (Claude, Cursor, Codex, Gemini, Hermes).

Install / Use

claude mcp add teddiesloco -- npx -y github:teddiesloco/vibe-design-harness

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

76/100

Category

Design

Supported Platforms

Claude Code
Claude Desktop
Cursor
Gemini CLI
OpenAI Codex

Our assessment of vibe-design-harness

vibe-design-harness scores 76/100 on our quality scale, 94th of 127 Design skills we index.

Its MCP Server is 4.6 KB long, well organised into 13 sections with 3 code examples: a solid amount of guidance for an agent.

It has 3 GitHub stars, so there is little community track record yet; judge it on its content.

Substance
26/30
Structure
18/20
Description
15/15
Adoption
3/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 11 days ago, so vibe-design-harness is actively maintained.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 80/100, with 2 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

vibe-design-harness compared with similar skills

All 4 of these similar skills score higher than vibe-design-harness; compare them before choosing.

SkillScoreStarsUpdatedFormat
vibe-design-harness (this skill)by teddiesloco76311d agoMCP Server
Agent-Reachby Panniantong10085.2k9d agoCLAUDE.md
headroomby headroomlabs-ai10073.7ktodayCLAUDE.md
rufloby ruvnet10073.2ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install vibe-design-harness?
Run claude mcp add teddiesloco -- npx -y github:teddiesloco/vibe-design-harness. The install tabs above show the steps for each supported agent.
Which AI agents does vibe-design-harness work with?
It is written for Claude Code, Claude Desktop, Cursor, Gemini CLI and OpenAI Codex, as a MCP Server file. Other agents that read the same format can often use it too.
Is vibe-design-harness safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It declares no license and scores 80/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is vibe-design-harness still maintained?
The repository was last updated 11 days ago, so vibe-design-harness is actively maintained.

VibeDesign-Harness 🎨🛡️

npm version License: MIT Pure JavaScript Zero AI-Slop High Conversion UI

Universal Quality Harness & Aesthetic Anti-Slop Linter for AI Coding Agents.
Deterministic AST-based UI linter (<1ms) + High-Converting Design Token Engine + Studio-Grade Multi-Domain Visual Harness. Built for Cursor, Claude Code, Codex CLI, Gemini 3.7 & Hermes Agent.


🎯 1 Problem. 1 Niche. 1 Market Gap.

| The AI Coding Pain | The VibeDesign-Harness Fix (v1.4.0) | | :--- | :--- | | Aesthetic AI-Slop & Toy-Box Logos: AI models consistently generate cheap purple gradients (from-purple-600 to-blue-600), toy-box sticker initial squares, raw emoji badges, muddy gray backgrounds (bg-gray-800), and AI-slop fonts (Syne, Space Grotesk, Outfit). | Deterministic AST Linter (<1ms): Intercepts and blocks 100% of generic AI anti-patterns before render (including Hallmark 57 gates, font blacklists, and elongated pill buttons). Supports --fix for instant token remediation. | | Visual Inconsistency: Coding agents drift from brand guidelines across multi-turn sessions. | Zero-Token Pre-Engine: Injects structured DESIGN.md tokens (14 architectural themes: Precision Quiet Luxury, Swiss Minimalism, Vogue Haute Couture, Linear Dark, Modern Clean). | | Framework Lock-in: Output locked into raw HTML. | Modern Export: Export directly to React (TSX Tailwind / Lucide) or clean standalone High-Converting Sales Pages / WebApp HTML. |


🚀 Quickstart

# 1. Audit any file or HTML component for AI-slop defects (<1ms)
npx vibe-design-harness lint src/App.html

# 2. Auto-fix detected AI-slop anti-patterns instantly
npx vibe-design-harness lint src/App.html --fix

# 3. Scaffold a high-converting sales page or dashboard layout (React TSX or HTML)
npx vibe-design-harness scaffold apple_luxury page.tsx --framework react

# 4. Generate DESIGN.md brand tokens for AI agents (Cursor / Claude / Gemini)
npx vibe-design-harness design-system apple_luxury "#65a30d" > DESIGN.md

# 5. Expand visual prompt across 30+ domains (Midjourney, FLUX, Imagen 3, DALL-E 3)
npx vibe-design-harness expand "minimalist luxury ceramic vessel on travertine stone" photorealism

🛡️ Anti-Slop Deterministic Guardrail Rules

Our linter runs 100% deterministic pattern matching at zero token cost:

  • 🚫 toy-box-logo: Bans 2-letter uppercase initials inside gradient rounded squares.
  • 🚫 emoji-in-badge: Bans raw decorative emojis (🔥, ⭐, 🪙, 🎁) inside buttons or status badges — enforces monochrome SVG stroke icons (stroke-width="1.5").
  • 🚫 harsh-multi-gradient: Blocks violent multi-gradient color clashes (e.g. red-to-cyan or pink-to-yellow) on cards.
  • 🚫 generic-purple-ai: Blocks generic from-purple-600 to-blue-600 default AI patterns.
  • 🚫 ai-slop-fonts: Blocks generic AI fonts (Space Grotesk, Syne, Outfit, Sora, Chivo). Enforces clean grotesque or serif (Inter, Plus Jakarta Sans, Oswald).
  • 🚫 elongated-pill-cta: Blocks unstyled rounded-full px-12+ pill buttons; enforces balanced rounded-lg or rounded-xl.
  • ✅ tabular-nums: Enforces strict monospace numeric alignment on telemetry dashboards and price tags.

⚙️ Custom Configuration (.viberc.json)

Customize brand rules and ban lists directly in your project root:

{
  "banned_patterns": [
    "bg-red-500",
    "font-comic-sans"
  ]
}

🤖 Model Context Protocol (MCP Server)

Plug into Claude Desktop, Cursor, or Hermes Agent in 1 line:

{
  "mcpServers": {
    "vibe-design-harness": {
      "command": "npx",
      "args": ["-y", "vibe-design-harness-mcp"]
    }
  }
}

🛠️ Exposed MCP Tools

  • lint_ui: Deterministic UI/UX linter checking for AI-slop defects.
  • fix_ui: Remediate AI-slop anti-patterns automatically.
  • get_design_system: Generate DESIGN.md token specifications across 14 themes (including Quiet Luxury & Modern Clean).
  • scaffold_landing_page: Assemble complete high-converting sales pages & UI components in HTML or React TSX.
  • expand_image_prompt: Studio-grade multi-model visual prompt generator (30+ domains).

📄 License

MIT © teddiesloco

Related Skills

View on GitHub
GitHub Stars3
CategoryDesign
Updated11d ago
Forks2

Languages

JavaScript

Trust signals

80/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium1 low