Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
ux-simplifier logo

ux-simplifier

erenilhan-ux-simplifier

developmentClaude Codeby erenilhan

Summary

Analyses 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.

Install to Claude Code

/plugin install ux-simplifier@erenilhan-ux-simplifier

Run in Claude Code. Add the marketplace first with /plugin marketplace add erenilhan/ux-simplifer if you haven't already.

README.md

UX Simplifier

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.

What it does

1. Scans your project files and counts UI components (fields, columns, actions, nav items, widgets) 2. Audits against established UX principles with a scored report 3. Refactors the code directly (with your approval) — removes clutter, groups actions, sections forms, hides non-essential columns

Installation

Claude Code (plugin — recommended)

/plugin marketplace add erenilhan/ux-simplifer
/plugin install ux-simplifier

Claude Code (global — all projects)

# Clone into your global skills directory
git clone https://github.com/erenilhan/ux-simplifer.git ~/.claude/skills/ux-simplifier

Claude Code (per-project — shared with team)

# Add to your project repo
mkdir -p .claude/skills
git clone https://github.com/erenilhan/ux-simplifer.git .claude/skills/ux-simplifier

Cursor / GitHub Copilot / Other Agent Skills compatible tools

Copy the ux-simplifier/ folder into your project's .skills/ or .claude/skills/ directory (check your tool's docs for the exact path).

Usage

Just tell your AI agent:

  • "This page is too complex, simplify it"
  • "UX audit on this resource"
  • "Too many buttons, help me clean up"
  • "Bu formu sadeleştir" (works in Turkish too)

The skill triggers automatically based on context.

Structure

├── .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

Supported Frameworks

| 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 |

UX Principles Applied

  • Hick's Law — fewer choices = faster decisions
  • Miller's Law — 7±2 items in working memory
  • Fitts's Law — important targets should be large and close
  • Jakob's Law — users expect your UI to work like others they know
  • Gestalt Proximity — visual grouping = information architecture
  • Progressive Disclosure — show only what's needed now

License

MIT

Related plugins

Browse all →