UX Simplifier — audits UI complexity and refactors code to reduce cognitive load
npx claudepluginhub erenilhan/ux-simpliferAnalyses any web project's UI complexity and directly refactors the code to reduce cognitive load. Applies UX principles (Hick's Law, Miller's Law, progressive disclosure) used by Stripe, Linear, Notion, and Vercel.
An Agent Skill that audits UI complexity and directly refactors your code to reduce cognitive load.
Works with any framework — Filament, Laravel/Blade, Livewire, React, Vue, Svelte, plain HTML/Tailwind, or mixed stacks.
Applies world-class UX principles (Hick's Law, Miller's Law, progressive disclosure) used by Stripe, Linear, Notion, and Vercel.
/plugin marketplace add erenilhan/ux-simplifer
/plugin install ux-simplifier
# Clone into your global skills directory
git clone https://github.com/erenilhan/ux-simplifer.git ~/.claude/skills/ux-simplifier
# Add to your project repo
mkdir -p .claude/skills
git clone https://github.com/erenilhan/ux-simplifer.git .claude/skills/ux-simplifier
Copy the ux-simplifier/ folder into your project's .skills/ or .claude/skills/ directory (check your tool's docs for the exact path).
Just tell your AI agent:
The skill triggers automatically based on context.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest for plugin install
├── ux-simplifier/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ └── skills/
│ └── ux-simplifier/
│ ├── SKILL.md # Main instructions (scan → audit → refactor)
│ └── references/
│ ├── principles.md # UX laws + how top products apply them
│ └── patterns.md # 10 refactor patterns with code examples
| Framework | Support |
|---|---|
| Filament (PHP) | Full — actions, forms, tables, navigation, widgets |
| Laravel Blade / Livewire | Full |
| React / Next.js | Full |
| Vue / Nuxt | Full |
| Svelte | Full |
| Plain HTML / Tailwind | Full |
| Any other web framework | Principles apply, patterns adapt |
MIT
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search