Skip to main content
ClaudeWave

Four free UI skills, focused UIZZE MCP references, and a conservative GitHub Action for coding agents.

MCP ServersRegistry oficial11 estrellas1 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/24/2026
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add uizze -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "uizze": {
      "command": "npx",
      "args": ["-y", "skills"],
      "env": {
        "UIZZE_AGENT_TOKEN": "<uizze_agent_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
UIZZE_AGENT_TOKEN
Casos de uso

Resumen de MCP Servers

> **Stop AI coding agents from shipping generic UI.**

# Stop Making UI Slop

Build product-specific UI with four free skills and, when useful, focused
references from [UIZZE](https://uizze.com).

![Stop Making UI Slop with UIZZE](https://uizze.com/landing/anti-ui-slop-skill-banner.png)

[![CI](https://github.com/uizze/uizze/actions/workflows/ci.yml/badge.svg)](https://github.com/uizze/uizze/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-black.svg)](LICENSE)

## Install a skill

Use `ui-design` as the broad design and implementation workflow:

```bash
npx skills add https://uizze.com --skill ui-design
```

Use `anti-ui-slop` when the task is specifically about preventing or reviewing
generic UI:

```bash
npx skills add https://uizze.com --skill anti-ui-slop
```

The skills work without an account, token, script, or MCP connection. The
domain packages are canonical; the four copies in this repository match them
for GitHub-native installers.

## Connect the paid MCP

Create an agent token in [UIZZE](https://uizze.com), keep it out of source
control, and connect the authenticated endpoint:

```bash
export UIZZE_AGENT_TOKEN="uizze_at_your_token"
codex mcp add uizze --url https://uizze.com/mcp --bearer-token-env-var UIZZE_AGENT_TOKEN
```

The MCP intentionally exposes two tools:

- `find_ui_references` — find or inspect up to three full-screen references.
- `find_ui_materials` — find up to three hosted fonts, icons, animated icons,
  or explicitly requested packs.

No result is a valid result. Agents should continue with the product's existing
system instead of retrying or inventing advice.

## GitHub Action

```yaml
permissions:
  contents: read

steps:
  - uses: actions/checkout@v4
  - uses: uizze/uizze@v1
```

The action performs a conservative source check on the GitHub runner. It does
not upload source or replace visual, accessibility, security, or usability
review. See [integrations/github-action](integrations/github-action).

## Repository map

| Path | Purpose |
| --- | --- |
| [`skills/anti-ui-slop`](skills/anti-ui-slop) | Prevent or review generic UI |
| [`skills/ui-design`](skills/ui-design) | Design, build, redesign, or improve interfaces |
| [`skills/ui-radar`](skills/ui-radar) | Find and compare focused UI references |
| [`skills/ui-slop-score`](skills/ui-slop-score) | Review a rendered interface for generic choices |
| [`integrations/mcp`](integrations/mcp) | Authenticated MCP setup and registry metadata |
| [`integrations/github-action`](integrations/github-action) | Local pull-request source check |
| [`integrations`](integrations) | Optional examples and host-specific packaging |

Production metadata is authoritative:

- [Agent Skills index](https://uizze.com/.well-known/agent-skills/index.json)
- [MCP manifest](https://uizze.com/.well-known/mcp.json)
- [MCP server card](https://uizze.com/.well-known/mcp/server-card.json)
- [Setup documentation](https://uizze.com/docs)

Public directory status lives in [DISTRIBUTION.md](DISTRIBUTION.md). It is a
short inventory, not a submission backlog.

## License

[MIT](LICENSE). Bundled third-party material retains its own notices and license.
agent-skillsai-agentsai-codinganti-ui-slopclaude-codecodexcursordesign-systemsdeveloper-toolsfrontendgithub-actionsgithub-copilotios-designmcp-serverskillsui-designui-qualityui-referenceui-slopweb-design

Lo que la gente pregunta sobre uizze

¿Qué es uizze/uizze?

+

uizze/uizze es mcp servers para el ecosistema de Claude AI. Four free UI skills, focused UIZZE MCP references, and a conservative GitHub Action for coding agents. Tiene 11 estrellas en GitHub y su última actualización registrada es del 2026-08-23.

¿Cómo se instala uizze?

+

Puedes instalar uizze clonando el repositorio (https://github.com/uizze/uizze) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar uizze/uizze?

+

Nuestro agente de seguridad ha analizado uizze/uizze y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene uizze/uizze?

+

uizze/uizze es mantenido por uizze. La última actividad registrada en GitHub es del 2026-08-23, con 0 issues abiertos.

¿Hay alternativas a uizze?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega uizze en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: uizze/uizze
[![Featured on ClaudeWave](https://claudewave.com/api/badge/uizze-uizze)](https://claudewave.com/repo/uizze-uizze)
<a href="https://claudewave.com/repo/uizze-uizze"><img src="https://claudewave.com/api/badge/uizze-uizze" alt="Featured on ClaudeWave: uizze/uizze" width="320" height="64" /></a>

Más MCP Servers

Alternativas a uizze