Explore

Find agent skills by outcome

109,090 skills indexed with the new KISS metadata standard.

Showing 24 of 109,090
General
PromptBeginner5 minmarkdown

In `TODO_a11y-auditor.md`

include:

0
General
PromptBeginner5 minmarkdown

- **Placeholder-only form labels**: Placeholders disappear on focus

leaving users without context

0
General
PromptBeginner5 minmarkdown

- **Using `tabindex` values greater than 0**: Creates unpredictable

unmaintainable tab order

0
Business
PromptBeginner5 minmarkdown

- **Using `<div>` or `<span>` for interactive elements**: Loses keyboard support

focus management

0
General
PromptBeginner5 minmarkdown

### Vue (vue

vuetify

0
General
PromptBeginner5 minmarkdown

- Use Angular CDK's a11y module for focus trapping

live announcer

0
General
PromptBeginner5 minmarkdown

### Angular (angular

angular-cdk

0
Coding & Debugging
PromptBeginner5 minmarkdown

### React (jsx

react-aria

0
General
PromptBeginner5 minmarkdown

- Test with multiple screen readers (NVDA on Windows

VoiceOver on macOS/iOS

0
Productivity
PromptBeginner5 minmarkdown

- Combine automated tools (axe

WAVE

0
General
PromptBeginner5 minmarkdown

- Maintain a logical

sequential focus order that follows the visual layout

0
Productivity
PromptBeginner5 minmarkdown

- Test ARIA implementations with actual screen readers

not just automated tools

0
Writing & Content
PromptBeginner5 minmarkdown

- Move focus to newly opened content (modals

dialogs

0
General
PromptBeginner5 minmarkdown

- Ensure all required ARIA attributes are present (e.g.

`aria-expanded` on toggles)

0
Business
PromptBeginner5 minmarkdown

- [ ] Focus management handles modals

drawers

0
General
PromptBeginner5 minmarkdown

- Use `<nav>`

`<main>`

0
General
PromptBeginner5 minmarkdown

After completing an accessibility audit

verify:

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] All critical and major issues have concrete

tested remediation code

0
General
PromptBeginner5 minmarkdown

- Color contrast meets minimum ratios (4.5:1 normal text

3:1 large text and UI components)

0
Communication
PromptBeginner5 minmarkdown

- Autocomplete attributes are set for common fields (name

email

0
General
PromptBeginner5 minmarkdown

- Every form control has a visible

associated label (not just placeholder text)

0
General
PromptBeginner5 minmarkdown

- Form validation provides clear

specific error messages

0
General
PromptBeginner5 minmarkdown

- Lists (ul

ol

0
General
PromptBeginner5 minmarkdown

- Landmark regions (nav

main

0