software-ui-ux-design

software-ui-ux-design is a skill for Codex from vasilyu1983/AI-Agents-public. It costs 38 tokens per session (5,237 once invoked), scanned A, original, MIT.

A guide to designing and reviewing software interfaces, user flows, components, and design systems with usability and accessibility in mind. WCAG is a set of guidelines for making websites and apps accessible to people with disabilities.

In plain words
What is it for?
Use it to design screens and flows, audit existing interfaces, define component systems, and prepare briefs for AI-generated frontends.
Why use it?
It helps identify confusing, inconsistent, or inaccessible interface decisions before they become implementation problems.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

not rated 87repo +5 9d ago A scan Socket: passSnyk: passSkillSpector: warn 38 tokens original MIT

Good fit Use it to design screens and flows, audit existing interfaces, define component systems, and prepare briefs for AI-generated frontends.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vasilyu1983/ai-agents-public/software-ui-ux-design
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 vasilyu1983/AI-Agents-public --skill software-ui-ux-design
Clone the repo
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public

Made for: 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 software-ui-ux-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-ui-ux-design/github.svg)](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-ui-ux-design)
Your own site
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-ui-ux-design"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-ui-ux-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for software-ui-ux-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-ui-ux-design"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-ui-ux-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,237 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. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 13 Mar 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 179
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00038 $0.05237
Opus 5 $0.00019 $0.02618
Sonnet 5 $0.00008 $0.01047
Haiku 4.5 $0.00004 $0.00524

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

Security

Grade A, and why

software-ui-ux-design 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 7d 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.

frameworks/shared-skills/skills/software-ui-ux-design/SKILL.md · 305 lines

How it starts

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

Software UI/UX Design

Use this skill to design or audit interfaces, flows, component systems, and AI-assisted frontend briefs. It owns design direction, interaction behavior, state coverage, and implementation-ready handoff, not user research or code remediation.

Quick Reference

Mode Use When Required Output
audit existing UI product has usability, accessibility, consistency, or conversion issues findings plus acceptance criteria
design new UI flow or screen must be shaped from scratch flow, states, components, handoff spec
design-system decision team must choose primitives or token structure recommendation with tradeoffs
AI frontend brief Codex or Claude will generate UI visual thesis, interaction thesis, verification plan
AI UX review product includes chat, agents, or automation transparency, control, failure handling guidance
style/palette/font selection new surface needs a concrete design direction generated design system from the offline database (scripts/search.py --design-system)

When to Use This Skill

Use this skill when the main task is:

  • designing screens, flows, or component behavior
  • auditing an interface for design-level issues
  • choosing design-system patterns or component libraries
  • preparing a strong brief for AI-generated frontend work
  • reviewing AI/automation UX

Route elsewhere when the main task is:

Need Use Instead
user research and study design ../software-ux-research/SKILL.md
code-level accessibility fixes ../software-accessibility/SKILL.md
accessibility test automation ../qa-testing-accessibility/SKILL.md
frontend implementation ../software-frontend/SKILL.md
product strategy or roadmap ../product-management/SKILL.md

Read the full file on GitHub · 305 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 305 lines · 38 tokens per session scan A cbd79db835a7

Subscribe to this mod's changes

software-ui-ux-design is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (87 stars, last pushed 9d ago), licensed MIT. It adds 38 tokens to every session and 5,237 once invoked, about $0.0002 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

brand-landingpage

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established…

wshobson/agents · 112 tokens

design-system

DESIGN.md integration for Forge — ensures visual consistency across all UI tasks through standardized design specifications.

LucasDuys/forge · 21 tokens

qa-design

UI/UX design audit and verification of web best practices, including responsive/mobile-first breakpoints. Trigger when the user wants to audit the design, verify the UI/UX, check responsive behaviour, or improve the user interface.

christopherlouet/claude-base · 48 tokens

dev-frontend-design

Distinctive UI design with strong art direction. Trigger when the user wants to create an interface, a landing page, a visual component, or when frontend code creation is detected without a defined design direction.

christopherlouet/claude-base · 45 tokens

dev-shadcn

Integration and customization of shadcn/ui (copy-paste React components, Radix + Tailwind). Trigger when the user wants to install shadcn, add components, customize the theme, or when shadcn/ui usage is detected in the project.

christopherlouet/claude-base · 57 tokens

aetox-shadcn

ทำงานกับ shadcn/ui, เพิ่ม ค้น แก้ ดีบัก สไตล์ และประกอบคอมโพเนนต์/ดีไซน์ซิสเทม ผ่าน registry และ CLI พร้อมกฎที่บังคับเสมอ (className สำหรับ layout ไม่ใช่สไตล์, ใช้ gap ไม่ใช่ space-x/y, size- เมื่อกว้างเท่าสูง, semantic colors, cn()) ใช้ตอนโปรเจกต์มี components.json หรือทำงานกับ shadcn/Tailwind/Base UI, "shadcn init"…

Mikedev115/Aetox · 130 tokens