UX Design

UX Design is a skill for Claude Code, Codex from kok-o/koko-contextos-agents. It costs 10 tokens per session (754 once invoked), scanned A, original, MIT.

A set of user-experience design guidelines for planning how people navigate and use an interface.

In plain words
What is it for?
Use it when designing information structure, navigation, user flows, forms, validation, help text, defaults, and confirmations for an application.
Why use it?
It helps teams account for empty, loading, partial, ideal, and error states while keeping information and forms understandable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it when designing information structure, navigation, user flows, forms, validation, help text, defaults, and confirmations for an application.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kok-o/koko-contextos-agents/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 kok-o/koko-contextos-agents --skill ux-design
Clone the repo
git clone --depth 1 https://github.com/kok-o/koko-contextos-agents

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/kok-o/koko-contextos-agents/ux-design/github.svg)](https://agentmods.dev/skills/kok-o/koko-contextos-agents/ux-design)
Your own site
<a href="https://agentmods.dev/skills/kok-o/koko-contextos-agents/ux-design"><img src="https://agentmods.dev/badge/skills/kok-o/koko-contextos-agents/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 UX Design

Your own site · 80×15
<a href="https://agentmods.dev/skills/kok-o/koko-contextos-agents/ux-design"><img src="https://agentmods.dev/badge/skills/kok-o/koko-contextos-agents/ux-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 754 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.00010 $0.00754
Opus 5 $0.00005 $0.00377
Sonnet 5 $0.00002 $0.00151
Haiku 4.5 $0.00001 $0.00075

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

Security

Grade A, and why

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 10d 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.

.agents/core/skills/ux-design/SKILL.md · 117 lines

How it starts

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

UX Design

Overview

A brief summary of what the skill does and its core philosophy.

When to Use

Context for when this skill is applicable.

Rules & Patterns

UX Design — Best Practices

Information Architecture

  • Mental models — organize content the way users think, not the way your code is structured
  • Card sorting — group features into logical categories
  • Navigation structure — no more than 3 clicks to any page
  • Naming — use user's language, not internal jargon

User Flows

Design every state

Every screen has 5 states. Design ALL of them:

  1. Empty state — first visit, no data yet. Include CTA to get started
  2. Loading state — skeleton screens > spinners
  3. Partial state — some data, not complete
  4. Ideal state — normal usage with data
  5. Error state — what went wrong and how to fix it

Reduce cognitive load

  • Progressive disclosure — show only what's needed now
  • Sensible defaults — pre-fill what you can
  • Inline help — tooltips and contextual guidance
  • Confirmation for destructive actions — but NOT for every action

Forms UX

  • Show progress for multi-step forms
  • Validate inline (on blur), not on submit
  • Show password requirements as the user types
  • Auto-focus the first input
  • Use appropriate input types (email, tel, date)
  • Disable submit button only when form is submitting, never as "validation"

Onboarding

  • Quick win — let users see value within 30 seconds
  • Minimal signup — only ask for what's absolutely needed
  • Progressive onboarding — teach features as users encounter them
  • Skip option — always let users skip tutorials

Feedback

  • Every action needs feedback (success, error, pending)
  • Use toast notifications for non-blocking feedback
  • Use inline messages for form validation
  • Loading states should be < 300ms before showing (avoid flash)
  • Optimistic UI for fast-perceived actions

Mobile UX

  • Touch targets: minimum 44x44px
  • Thumb zones — place primary actions within easy reach
  • Bottom navigation for core actions
  • Pull-to-refresh for content lists
  • Haptic feedback for important actions

Read the full file on GitHub · 117 lines

Files

What ships with it

5 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. 10d ago First seen · 117 lines · 10 tokens per session scan A 1d6e06acbadb

Subscribe to this mod's changes

UX Design is a skill published in the GitHub repository kok-o/koko-contextos-agents (2 stars, last pushed 6d ago), licensed MIT. It adds 10 tokens to every session and 754 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

write-zot-themes

Help the user create, install, or package zot themes, including theme-only extensions.

patriceckhart/zot · 23 tokens

code-quality-principles

Applies KISS, YAGNI, and SOLID principles for clean code with reduced complexity. Use when refactoring or reviewing code for over-engineering.

athola/claude-night-market · 38 tokens

accessibility

Audits or remediates Flutter widgets against WCAG 2.2 conformance levels A, AA, or AAA across iOS, Android, Web, macOS, Windows, and Linux, covering Semantics labels and screen reader output under VoiceOver and TalkBack, touch target sizes, dragging alternatives, focus order and keyboard navigation, color contrast…

VeryGoodOpenSource/vgv-ai-flutter-plugin · 119 tokens

common-ui-design

Design distinctive, production-grade frontend UI with bold aesthetic choices. Use when building web components, pages, interfaces, dashboards, or applications in any framework (React, Next.js, Angular, Vue, HTML/CSS).

HoangNguyen0403/agent-skills-standard · 47 tokens

system-design-diagramming

Draw system diagrams in the Archify visual language: a typed JSON spec rendered as dark-canvas SVG with numbered lanes, semantic node colors, masked edge labels, and a legend. Covers architecture, workflow, sequence, dataflow, and lifecycle views. Use for any design-session diagram.

HoangNguyen0403/agent-skills-standard · 63 tokens

android-edge-to-edge

Migrate a Jetpack Compose app to edge-to-edge display and fix system bar inset issues. Use when UI components are obscured by navigation/status bars, fixing IME insets, or enabling edge-to-edge for SDK 35+.

HoangNguyen0403/agent-skills-standard · 52 tokens