From 53c55817da86232b64524703b7e2919ca7c86836 Mon Sep 17 00:00:00 2001 From: Laith0003 Date: Thu, 4 Jun 2026 03:20:00 +0300 Subject: [PATCH] Add Laith0003/ux-skill to Code Analysis & Quality ux-skill is an open-source (MIT) MCP server with 18 tools that lints AI-generated UI for quality, applying 152 anti-slop rules with 160 brand specs and a 7-axis synthesizer. Deterministic and offline; never calls an LLM. Added to both README.md and docs/code-analysis--quality.md per the contributing format. Co-Authored-By: Claude Opus 4.8 --- README.md | 1 + docs/code-analysis--quality.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e50878200..0e73cb7c1 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ Servers focused on static analysis, linting, code metrics, security scanning, vu - [CodeLogicIncEngineering/codelogic-mcp-server](https://github.com/CodeLogicIncEngineering/codelogic-mcp-server): Leverage Codelogic's software dependency data for impact assessments in AI programming assistants. - [autonomous-testing/wopee-mcp](https://github.com/autonomous-testing/wopee-mcp): AI testing agents for web apps — dispatch test runs, analysis crawls, and AI agent tests, fetch artifacts and project status. - [kuberstar/qartez-mcp](https://github.com/kuberstar/qartez-mcp): Semantic code intelligence MCP server with 27 tools for project maps, symbol search, impact analysis, call hierarchies, architecture boundaries, and safe refactoring. Built in Rust. +- [Laith0003/ux-skill](https://github.com/Laith0003/ux-skill): Deterministic design-intelligence MCP server with 18 tools that lints AI-generated UI against 152 anti-slop rules, drawing on 160 brand specs and a 7-axis synthesizer. Runs fully offline and never calls an LLM. ## 💻 Code Execution diff --git a/docs/code-analysis--quality.md b/docs/code-analysis--quality.md index b2ae9309d..99a169230 100644 --- a/docs/code-analysis--quality.md +++ b/docs/code-analysis--quality.md @@ -104,3 +104,4 @@ Servers focused on static analysis, linting, code metrics, security scanning, vu - [y86/ex-mcp-test](https://github.com/y86/ex-mcp-test): An Elixir-based MCP server for testing and experimenting with the Model Context Protocol, featuring JSON-RPC 2.0 compliance and schema-driven validation. - [cocoindex-io/cocoindex-code](https://github.com/cocoindex-io/cocoindex-code): A super light-weight embedded MCP server for coding agents that uses tree-sitter for code search and indexing, saving 70% tokens and improving speed with Apache-2.0 license. - [kuberstar/qartez-mcp](https://github.com/kuberstar/qartez-mcp): Semantic code intelligence MCP server with 27 tools for project maps, symbol search, impact analysis, call hierarchies, architecture boundaries, and safe refactoring. Built in Rust. +- [Laith0003/ux-skill](https://github.com/Laith0003/ux-skill): Deterministic design-intelligence MCP server with 18 tools that lints AI-generated UI against 152 anti-slop rules, drawing on 160 brand specs and a 7-axis synthesizer. Runs fully offline and never calls an LLM.