thedaviddias

93 mods across 5 repositories, 75k stars between them.

aria-dialog-name

25

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Ensure dialogs have an accessible name. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 49 tokens

aria-hidden-body

26

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Do not use aria-hidden on the document body. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 52 tokens

aria-hidden-focus

27

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Remove focusable elements from aria-hidden containers. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 51 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when applies to all (except type=hidden), , , and custom form widgets using role=textbox, role=combobox, role=spinbutton, role=searchbox, or role=listbox.

74k 18d ago A 56 tokens

aria-labels

29

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide accessible names for all interactive elements. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 50 tokens

aria-live-regions

30

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Announce dynamic content with ARIA live regions. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 53 tokens

aria-meter-name

31

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide accessible names for meter elements. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 49 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide accessible names for progress bars. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 50 tokens

aria-required-attr

33

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Include required ARIA attributes for roles. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 51 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when applies to custom ARIA widgets using composite roles: tablist, list, listbox, menu, menubar, tree, treegrid, grid, rowgroup, row, radiogroup. Use when reviewing components built with div/span elements that replace native HTML list, select, or nav elements.

74k 18d ago A 67 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Ensure ARIA roles are contained by required parent roles. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 53 tokens

aria-roles

36

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use valid ARIA role values. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 49 tokens

aria-text

37

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Avoid focusable descendants in role='text' elements. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 52 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide accessible names for toggle fields. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 50 tokens

aria-tooltip-name

39

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide accessible names for tooltips. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 49 tokens

aria-treeitem-name

40

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when applies to custom tree widgets built with role='tree', role='treeitem', and role='group'. Common in file explorers, nested navigation menus, org charts, and any UI where items can be expanded or collapsed to reveal children.

74k 18d ago A 54 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use valid values for ARIA attributes. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 52 tokens

aria-valid-attr

42

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Ensure ARIA attributes are valid. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 50 tokens

article-links

43

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when auditing metadata, crawlability, structured data, or indexability related to Optimize article link density. Verify the rendered HTML and HTTP response rather than relying only on source files.

74k 18d ago A 39 tokens

article

44

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when auditing metadata, crawlability, structured data, or indexability related to Implement valid Article structured data. Verify the rendered HTML and HTTP response rather than relying only on source files.

74k 18d ago A 39 tokens

audio-descriptions

45

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide audio descriptions for video. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

74k 18d ago A 48 tokens

author-byline

46

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when auditing metadata, crawlability, structured data, or indexability related to Display clear author bylines. Verify the rendered HTML and HTTP response rather than relying only on source files.

74k 18d ago A 41 tokens

author-expertise

47

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when auditing metadata, crawlability, structured data, or indexability related to Highlight author credentials and expertise. Verify the rendered HTML and HTTP response rather than relying only on source files.

74k 18d ago A 41 tokens

author-info

48

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when auditing metadata, crawlability, structured data, or indexability related to Implement comprehensive author markup. Verify the rendered HTML and HTTP response rather than relying only on source files.

74k 18d ago A 39 tokens