Skip to main content
NEW · APP STORE Now on iOS · macOS · iPad Android & Windows soon GET IT
Prompts UX/UI Principles Interface Evaluator

agent evaluation skill risk: low

UX/UI Principles Interface Evaluator

The prompt describes five agent skills for evaluating interfaces against 168 research-backed UX/UI principles, detecting antipatterns via a smell taxonomy, and injecting UX context…

SKILL 1 file

SKILL.md
---
name: antigravity-awesome-skills-uxui-principles-27487c45
description: "Evaluate interfaces against 168 research-backed UX/UI principles, detect antipatterns, and inject UX context into AI coding sessions."
---
# 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.

REQUIRED CONTEXT

  • interface description
  • screen
  • user flow

OPTIONAL CONTEXT

  • connection to uxuiprinciples.com API

ROLES & RULES

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

EXPECTED OUTPUT

Format
structured_report
Constraints
  • return structured findings with severity levels and remediation steps
  • use relevant principles from the 168 UX/UI set

CAVEATS

Missing context
  • Example input/output pairs for each skill
  • Full list or link to the 168 principles within the prompt itself
  • Output schema or structured format for findings
Ambiguities
  • Does not specify the actual 168 principles or the 44 AI-era principles
  • Does not define the exact input format expected for interface descriptions

QUALITY

OVERALL
0.65
CLARITY
0.80
SPECIFICITY
0.65
REUSABILITY
0.70
COMPLETENESS
0.55

IMPROVEMENT SUGGESTIONS

  • Add a short example of an interface description and the expected structured output
  • Include a minimal inline summary or key categories of the 168 principles
  • Specify the exact JSON or markdown schema returned by each skill

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR AGENT