uizze
v1.0.2STOP UI SLOP. Ground coding agents in 800,000+ real web and iOS screens before generic UI ships.
By UIZZELicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install uizze for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add uizze@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “uizze-3” remain stable.
- Codex:
uizze-3@agent-plugin-marketplace→uizze@agent-plugin-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/samuelbushi/uizze/.
Plugin files
├── .codex-plugin/plugin.json└── skills/anti-ui-slop/SKILL.md
Included Skills1
Stop UI slop before it ships. Use when building or reviewing React, Next.js, web, and iOS interfaces that need product-specific hierarchy, states, responsive decisions, and a hard finish gate grounded in UIZZE's 800,000+ real screens. Trigger with "stop UI slop", "review this UI", or "make this interface product-specific".
Plugin manifests1
{
"name": "uizze",
"version": "1.0.2",
"description": "STOP UI SLOP. Ground coding agents in 800,000+ real web and iOS screens before generic UI ships.",
"author": {
"name": "UIZZE",
"email": "[email protected]",
"url": "https://uizze.com"
},
"homepage": "https://uizze.com",
"repository": "https://github.com/samuelbushi/uizze",
"license": "MIT",
"keywords": [
"ui",
"design",
"frontend",
"anti-slop",
"agent-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "UIZZE",
"shortDescription": "Kill generic UI before it ships",
"longDescription": "If your UI looks AI-generated, you've already lost the first impression. Use 800,000+ real interfaces, a product-specific design contract, and a hard finish gate to kill disposable defaults before they reach users.",
"composerIcon": "./plugins/openai-directory/uizze/assets/uizze-logo.png",
"developerName": "UIZZE",
"category": "Developer Tools",
"capabilities": [
"Read"
],
"websiteURL": "https://uizze.com",
"privacyPolicyURL": "https://uizze.com/privacy",
"termsOfServiceURL": "https://uizze.com/terms",
"defaultPrompt": [
"Use UIZZE to kill the generic defaults and plan this interface from real product evidence.",
"Run the UIZZE finish gate and fix every blocking issue before shipping.",
"Use UIZZE to make this interface unmistakably belong to this product."
],
"brandColor": "#111111"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[uizze on Agent Plugins Marketplace](https://pluginsmp.com/plugins/uizze-3)