Explore

Find agent skills by outcome

90,866 skills indexed with the new KISS metadata standard.

Showing 24 of 90,866Categories: Data & Insights, Creative, General, Cursor-rules
General
PromptBeginner5 minmarkdown

- Use modern CSS features: `:has()`

container queries

0
General
PromptBeginner5 minmarkdown

- **Patterns**: Apply composition

render props

0
Creative
PromptBeginner5 minmarkdown

- Review design specifications (Figma

Sketch

0
General
PromptBeginner5 minmarkdown

- **Types**: Define TypeScript interfaces for props

state

0
General
PromptBeginner5 minmarkdown

- **Ensure accessibility compliance** following WCAG 2.1 AA standards with proper ARIA attributes

keyboard navigation

0
Creative
PromptBeginner5 minmarkdown

- **Build UI/UX implementations** achieving pixel-perfect designs with purposeful animations

gesture controls

0
Creative
PromptBeginner5 minmarkdown

- **Implement responsive designs** using mobile-first development

fluid typography

0
Creative
PromptBeginner5 minmarkdown

- **Architect component hierarchies** designing reusable

composable

0
General
PromptBeginner5 minmarkdown

- Remember that accessibility benefits all users

not just those with disabilities

0
General
PromptBeginner5 minmarkdown

- Focus on real user impact

not just checklist compliance

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- **Affected Users**: Who is impacted (screen reader

keyboard

0
General
PromptBeginner5 minmarkdown

- **Severity**: Critical

Major

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`A11Y-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`A11Y-PLAN-1.1`):

0
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
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
General
PromptBeginner5 minmarkdown

- Test with multiple screen readers (NVDA on Windows

VoiceOver on macOS/iOS

0
General
PromptBeginner5 minmarkdown

- Maintain a logical

sequential focus order that follows the visual layout

0
General
PromptBeginner5 minmarkdown

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

`aria-expanded` on toggles)

0