Form UX Optimizer

Form UX Optimizer is a skill for Claude Code, Codex from Notysoty/openagentskills. It costs 24 tokens per session (1,799 once invoked), scanned A, original, MIT.

A web-form review helper that checks how easy and accessible forms are to use, including labels, field order, validation, errors, and keyboard navigation.

In plain words
What is it for?
Use it to review form code and validation logic and receive prioritized usability and accessibility improvements with code examples.
Why use it?
It reveals confusing or inaccessible form behavior that can make people abandon registration, checkout, contact, or data-entry forms.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Claude Code; mentions Codex; built for cline.

Good fit Use it to review form code and validation logic and receive prioritized usability and accessibility improvements with code examples.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/notysoty/openagentskills/form-ux-optimizer
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 Notysoty/openagentskills --skill form-ux-optimizer
Clone the repo
git clone --depth 1 https://github.com/Notysoty/openagentskills

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 Form UX Optimizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/notysoty/openagentskills/form-ux-optimizer.svg)](https://agentmods.dev/skills/notysoty/openagentskills/form-ux-optimizer)
Your own site
<a href="https://agentmods.dev/skills/notysoty/openagentskills/form-ux-optimizer"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/form-ux-optimizer.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,799 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.00024 $0.01799
Opus 5 $0.00012 $0.00899
Sonnet 5 $0.00005 $0.00360
Haiku 4.5 $0.00002 $0.00180

Measured 8d ago against content hash 12da7105c552, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Form UX Optimizer 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 8d 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.

skills/form-ux-optimizer/SKILL.md · 178 lines

How it starts

The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Form UX Optimizer

What this skill does

This skill reviews the code and design of web forms to identify usability and accessibility issues. It checks for poor field ordering, confusing labels, missing or unhelpful error messages, incorrect input types, broken keyboard navigation, and accessibility violations. The output is a prioritized list of specific improvements with code examples for each fix.

Use this before shipping a registration, checkout, contact, or any data-entry form — especially when your form has a high abandonment rate or you're getting support requests about users not knowing what to enter.

How to use

Claude Code / Cline

Copy this file to .agents/skills/form-ux-optimizer/SKILL.md in your project root.

Then ask:

  • "Use the Form UX Optimizer skill to review our checkout form in CheckoutForm.tsx."
  • "Review this registration form for UX and accessibility issues using the Form UX Optimizer skill."

Provide the form component code and, if available, any validation logic.

Cursor

Add the instructions below to your .cursorrules or paste them into the Cursor AI pane. Provide the form code to review.

Codex

Paste the form HTML/JSX and validation code. Ask Codex to follow the instructions below.

The Prompt / Instructions for the Agent

When asked to review a form for UX, follow this checklist systematically:

Category 1 — Field design and labeling

Labels

  • Every input must have a visible <label> element (not just placeholder text)
  • Labels must be associated with inputs via for/htmlFor or wrapping
  • Placeholder text must not be used as a substitute for labels — it disappears on input and has poor contrast
  • Required fields must be clearly marked (e.g., asterisk with a legend explaining it means required)

Field order

  • Fields should follow a logical, natural sequence (name before email, shipping before billing)
  • Related fields should be grouped visually and in DOM order
  • The most important or most-filled field should come first, not last

Read the full file on GitHub · 178 lines

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. 8d ago First seen · 178 lines · 24 tokens per session scan A 12da7105c552

Subscribe to this mod's changes

Form UX Optimizer is a skill published in the GitHub repository Notysoty/openagentskills (9 stars, last pushed 25d ago), licensed MIT. It adds 24 tokens to every session and 1,799 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-08-31.

Related

Other skills, from other repositories

accessibility-audit

Conduct accessibility audits against WCAG 2.2 guidelines. Evaluate pages, components, and flows for conformance at A, AA, and AAA levels. Identify issues, assess severity, provide code fixes, and generate audit reports. Covers automated testing, manual testing, keyboard navigation, screen reader compatibility, color…

cuellarfr/design-skills · 72 tokens

interface-auditor

Detect UX antipatterns (smells) in interface descriptions using the uxuiprinciples smell taxonomy. Returns structured findings with matched symptoms, severity, and step-by-step remediation recipes. API key optional — full remediation recipes require uxuiprinciples.com API Access.

uxuiprinciples/agent-skills · 60 tokens

uxui-evaluator

Evaluate interface descriptions against 195 research-backed UX/UI principles. Returns structured findings with severity, remediation, and business impact. API key optional — enriched output requires uxuiprinciples.com API Access.

uxuiprinciples/agent-skills · 45 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/oh-my-openagent · 49 tokens

interaction-skill

Layer A interaction-mechanics reference anchored to the beui.dev catalog. Stacks on any style skill whenever work adds or changes motion or interaction — micro-interactions, animated components, transitions, gestures, hover/press/state feedback, loading/success/error morphs, 'make it feel alive'. Mandates reading the…

code-yeongyu/oh-my-openagent · 104 tokens