Source profileQuality 77/100

LazyAGI/LazyMind/skills/.curated/ui-resilient-accessibility/SKILL.md

ui-resilient-accessibility

Build and review UI components for robust accessibility and runtime resilience, including semantic structure, keyboard support, loading and error states, retry flows, and predictable async behavior.

Source repository stars
55
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

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

Best for

  • 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.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/LazyAGI/LazyMind --skill "skills/.curated/ui-resilient-accessibility"
Safe inspection promptEditorial

Inspect the Agent Skill "ui-resilient-accessibility" from https://github.com/LazyAGI/LazyMind/blob/b63cc44f8c68603bc9e802b56d8e243fef2481aa/skills/.curated/ui-resilient-accessibility/SKILL.md at commit b63cc44f8c68603bc9e802b56d8e243fef2481aa. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    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-unmoun…

    Define state model for each async view before coding UI details.Implement semantic markup and accessible names for controls and regions.Add focus management for dialogs, drawers, and route transitions.
  2. 02

    When to use

    Shipping new pages, complex components, or interactive widgets.

    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.
  3. 03

    Core principles

    Semantics first: prefer native HTML elements before custom role emulation.

    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.
  4. 04

    Reliability checks

    Disable unsafe repeat actions while requests are pending.

    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.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score77/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars55SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
LazyAGI/LazyMind
Skill path
skills/.curated/ui-resilient-accessibility/SKILL.md
Commit
b63cc44f8c68603bc9e802b56d8e243fef2481aa
License
Apache-2.0
Collected
2026-07-28
Default branch
main
View the original SKILL.md

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

Alternatives

Compare before choosing

Computed 997

event4u-app/agent-config

design-review

Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.

Computed 9827

MoizIbnYousaf/marketing-cli

higgsfield-generate

Use when the user wants to generate an image or video via Higgsfield AI. Covers 30+ models: Soul V2, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2, Nano Banana 2. Also covers Marketing Studio — branded ad video/image with avatars and products. Use whenever: "generate an image", "make a video", "animate this photo", "image-to-video", "img2vid", "edit this image with AI", "produce a clip", "create an ad", "make a UGC video", "marketing video", "brand video", "TV spot", "import product from URL", "

Computed 9637,126

github/awesome-copilot

arize-evaluator

Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.

Computed 9631,966

K-Dense-AI/scientific-agent-skills

neuropixels-analysis

Analyze Neuropixels extracellular recordings end-to-end with SpikeInterface. Covers loading SpikeGLX/Open Ephys/NWB data, preprocessing, drift/motion correction, Kilosort4 (and CPU) spike sorting, quality metrics, and unit curation (threshold-based, model-based UnitRefine, and AI-assisted visual review). Use when working with Neuropixels 1.0/2.0 recordings, spike sorting, or extracellular electrophysiology analysis.