MCP.so
登录

Ux Skill

@Laith0003

关于 Ux Skill

A deterministic, offline design-intelligence engine for AI coding tools. Replaces improvised UI generation with structured constraints plus a rule-based anti-AI-slop linter. Ships as a Claude Code plugin, a Python package, an MCP server (18 tools), and a 17-IDE installer.

基本信息

分类

开发工具

传输方式

stdio

发布者

Laith0003

提交者

Laith Junaidy

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ux-skill": {
      "command": "ux-mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ux-skill?

ux-skill is a design intelligence engine for AI coding tools. It runs as a Python package (pip install uxskill), as a Claude Code plugin, and as a 17-IDE multi-installer. The engine ingests a project brief and returns a complete recommended design system deterministically, without calling any LLM. It is free, MIT licensed, and fully offline.

How to use ux-skill?

Install via pip (pip install uxskill) or via the Claude Code plugin marketplace (/plugin marketplace add Laith0003/ux-skill). After installation, run /ux-init to set up the per-project .ux/ state directory. The engine provides 25 slash commands, 5 sub-agents, and 18 MCP tools. Use /ux-discover to capture the brief, /ux-recommend to pick the system, /ux-design to generate code, and /ux-lint to verify against 152 deterministic anti-AI-slop rules.

Key features of ux-skill

  • Deterministic 7-axis synthesizer (warmth, contrast, density, geometry, formality, motion, type_personality)
  • 12 queryable JSON manifests (84 styles, 176 palettes, 70 type pairings, 148 components, 184 industries, 35 chart types, 57 motion presets, 112 UX laws, 152 anti-pattern rules, 25 tech stacks, 160 brand specs)
  • 152 anti-AI-slop linting rules with a quality gate at 65
  • Brand fidelity enforcement via pixel-based color extraction and hard floor evaluation
  • Mobile-first gating that fails on horizontal scroll, wrapping nav, or over-tall sticky headers
  • Decisions ledger (.ux/decisions.jsonl) that re-ranks candidates by past wins in the same industry/UI bucket
  • Three auto-dispatched modes: strict_brand, brand_anchor, pure_synthesis
  • Works with 17 AI coding tools including Claude Code, Cursor, Windsurf,

评论

开发工具 分类下的更多 MCP 服务器