ui-resilient-accessibility

ui-resilient-accessibility is a skill for Claude Code, Codex from LazyAGI/LazyMind. It costs 39 tokens per session (485 once invoked), scanned A, original, Apache-2.0.

Guidance for building user interfaces that remain accessible and usable during loading, empty, successful, and failed states.

In plain words
What is it for?
Creating or reviewing pages and interactive components with semantic HTML, keyboard support, focus management, cancellation, safe retries, and clear loading or error handling.
Why use it?
It reduces problems such as keyboard traps, unclear errors, unstable asynchronous updates, and interfaces that stop working when conditions are imperfect.

Skill for Claude CodeCodex

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

Good fit Creating or reviewing pages and interactive components with semantic HTML, keyboard support, focus management, cancellation, safe retries, and clear loading or error handling.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lazyagi/lazymind/ui-resilient-accessibility
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 LazyAGI/LazyMind --skill ui-resilient-accessibility
Clone the repo
git clone --depth 1 https://github.com/LazyAGI/LazyMind

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 ui-resilient-accessibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/lazyagi/lazymind/ui-resilient-accessibility/github.svg)](https://agentmods.dev/skills/lazyagi/lazymind/ui-resilient-accessibility)
Your own site
<a href="https://agentmods.dev/skills/lazyagi/lazymind/ui-resilient-accessibility"><img src="https://agentmods.dev/badge/skills/lazyagi/lazymind/ui-resilient-accessibility/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 ui-resilient-accessibility

Your own site · 80×15
<a href="https://agentmods.dev/skills/lazyagi/lazymind/ui-resilient-accessibility"><img src="https://agentmods.dev/badge/skills/lazyagi/lazymind/ui-resilient-accessibility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 485 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
  • NVIDIA SkillSpector pass 7 Sept 2026
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.00039 $0.00485
Opus 5 $0.00019 $0.00243
Sonnet 5 $0.00008 $0.00097
Haiku 4.5 $0.00004 $0.00049

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

Security

Grade A, and why

ui-resilient-accessibility 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.

skills/.curated/ui-resilient-accessibility/SKILL.md · 50 lines

How it starts

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

UI Resilient Accessibility

Use this skill when a UI must remain usable, accessible, and stable under imperfect conditions.

When to use

  • Shipping new pages, complex components, or interactive widgets.
  • Fixing regressions caused by async loading, race conditions, or keyboard traps.
  • Preparing admin or customer-facing UI for production readiness.

Core principles

  • Semantics first: prefer native HTML elements before custom role emulation.
  • Keyboard complete: every actionable element must be operable without a mouse.
  • State explicitness: always define loading, empty, success, and error states.
  • Async predictability: handle cancellation, stale responses, and rapid re-requests.
  • Failure recovery: give users clear next steps and safe retry behavior.

Delivery workflow

  1. Define state model for each async view before coding UI details.
  2. Implement semantic markup and accessible names for controls and regions.
  3. Add focus management for dialogs, drawers, and route transitions.
  4. Guard against out-of-order responses and set-state-after-unmount issues.
  5. Provide clear empty and error messages with retry paths.
  6. Validate with keyboard-only walkthrough and screen-reader-friendly labels.

Reliability checks

  • Disable unsafe repeat actions while requests are pending.
  • Ensure retries do not duplicate side effects for non-idempotent operations.
  • Render skeleton or loading indicators that do not shift layout excessively.
  • Preserve critical user context after transient failures.
  • Fail closed for privileged actions when permission data is uncertain.

Accessibility checks

  • One clear page heading hierarchy.
  • Inputs have associated labels and error text linked via aria-describedby.
  • Modals trap focus and restore focus on close.
  • Contrast and focus indicators are visible.
  • Announce async status changes where needed (aria-live).

Suggested checks

rg -n "aria-|role=|tabIndex|onKeyDown|onKeyUp|onClick" frontend/src
rg -n "loading|isLoading|error|retry|empty|skeleton" frontend/src
rg -n "useEffect|AbortController|cleanup|unmount|stale" frontend/src

Read the full file on GitHub · 50 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. 10d ago First seen · 50 lines · 39 tokens per session scan A 50c767b88f1b

Subscribe to this mod's changes

ui-resilient-accessibility is a skill published in the GitHub repository LazyAGI/LazyMind (77 stars, last pushed today), licensed Apache-2.0. It adds 39 tokens to every session and 485 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-08-30.

Related

Other skills, from other repositories

frontend-dev

Full-stack frontend development combining premium UI design, cinematic animations, AI-generated media assets, persuasive copywriting, and visual art. Builds complete, visually striking web pages with real media, advanced motion, and compelling copy. Use when: building landing pages, marketing sites, product pages…

UnicomAI/wanwu · 87 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

UnicomAI/wanwu · 77 tokens

3d-web-experience

Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing dep.

ranbot-ai/awesome-skills · 53 tokens

glassmorphism

Glassmorphism design system skill. Use when building frosted-glass UI components with blur, transparency, and layered depth effects.

fengshao1227/ccg-workflow · 30 tokens

liquid-glass

Apple Liquid Glass design system. Use when building UI with translucent, depth-aware glass morphism following Apple's design language. Provides CSS tokens, component patterns, dark/light mode, and animation specs.

fengshao1227/ccg-workflow · 43 tokens

web-design

Penguin visual language for generated web pages and app UIs — GitHub-style simplicity with a single blue accent, light and pure-black dark themes, design tokens, component and chat-interface recipes, plus an opt-in warm paper editorial theme.

Prism-Shadow/penguin-harness · 51 tokens