uxui-principles

uxui-principles is a skill for Claude Code, Codex from beel-collab/presets.dev. It costs 25 tokens per session (451 once invoked), scanned A, original, MIT.

A collection of interface review guides based on researched UX and UI principles. It checks screens, user flows, and AI-powered interfaces for usability problems and recurring design mistakes.

In plain words
What is it for?
Use it to evaluate interfaces, find UX antipatterns, review AI interfaces, check decision and error flows, and get guidance before implementation.
Why use it?
It helps reveal confusing interactions and trust or feedback problems before they become implementation or product issues. The reviews add user-experience context to coding work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to evaluate interfaces, find UX antipatterns, review AI interfaces, check decision and error flows, and get guidance before implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/beel-collab/presets.dev/uxui-principles
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add beel-collab/presets.dev --skill uxui-principles
Clone the repo
git clone --depth 1 https://github.com/beel-collab/presets.dev

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for uxui-principles

README.md
[![agentmods](https://agentmods.dev/badge/skills/beel-collab/presets.dev/uxui-principles.svg)](https://agentmods.dev/skills/beel-collab/presets.dev/uxui-principles)
Your own site
<a href="https://agentmods.dev/skills/beel-collab/presets.dev/uxui-principles"><img src="https://agentmods.dev/badge/skills/beel-collab/presets.dev/uxui-principles.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 451 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00451
Opus 5 $0.00013 $0.00226
Sonnet 5 $0.00005 $0.00090
Haiku 4.5 $0.00003 $0.00045

Measured 4d ago against content hash e12b1c989f0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

uxui-principles scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude/skills/design/uxui-principles/SKILL.md · 50 lines

What it actually says

UX/UI Principles

A collection of 5 agent skills for evaluating interfaces against 168 research-backed UX/UI principles, detecting antipatterns, and injecting UX context into AI-assisted design and coding sessions.

Source: https://github.com/uxuiprinciples/agent-skills

Skills

Skill Purpose
uxui-evaluator Evaluate interface descriptions against 168 research-backed principles
interface-auditor Detect UX antipatterns using the uxuiprinciples smell taxonomy
ai-interface-reviewer Audit AI-powered interfaces against 44 AI-era UX principles
flow-checker Check user flows against decision, error, and feedback principles
vibe-coding-advisor Inject UX context into vibe coding sessions before implementation

When to Use

  • Auditing an existing interface for UX issues
  • Checking if a UI follows research-backed best practices
  • Detecting antipatterns and UX smells in designs
  • Reviewing AI-powered interfaces for trust, transparency, and safety
  • Getting UX guidance before or during implementation

How It Works

  1. Install any skill from the collection
  2. Describe the interface, screen, or flow you want to evaluate
  3. The skill evaluates against the relevant principles and returns structured findings with severity levels and remediation steps
  4. Optionally connect to the uxuiprinciples.com API for enriched output with full citations

Install

npx skills add uxuiprinciples/agent-skills

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 50 lines · 25 tokens per session scan A e12b1c989f0f

Subscribe to this mod's changes

uxui-principles is a skill published in the GitHub repository beel-collab/presets.dev (2 stars, last pushed 4mo ago), licensed MIT. It adds 25 tokens to every session and 451 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

apply-mantel-styles

Provides guidelines for applying Mantel's brand styles to diagrams and frontend components. Use when asked to create visuals that need to align with Mantel's branding.

sammcj/agentic-coding · 37 tokens

web-artifacts-builder-v2

Suite of tools for creating elaborate, multi-component claude.ai HTML artefacts using modern frontend web technologies (React 19, Tailwind CSS v4, shadcn/ui). Use for complex artefacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artefacts.

sammcj/agentic-coding · 73 tokens

diagrams-as-code

Use only when creating architecture diagrams with Python's diagrams library (mingrammer/diagrams).

sammcj/agentic-coding · 27 tokens

mermaid-diagrams

Use the mermaid-diagrams skill whenever you are creating or updating mermaid diagrams. Provides guidance on mermaid best practices.

sammcj/agentic-coding · 30 tokens

html-design-examples

Reference gallery of polished single-file HTML artifacts demonstrating effective ways to communicate ideas through HTML. Use when the user wants to explain, showcase, demo, plan, review, or present an idea within an HTML file.

sammcj/agentic-coding · 47 tokens

analyse-design

Reverse-engineer an application, website or document's design system from its codebase and screenshots. Use when asked to analyse visual design, extract a colour palette, document UI patterns, identify typography and spacing systems, audit design consistency, or understand the design language of a frontend codebase.

sammcj/agentic-coding · 60 tokens