Explore

Find agent skills by outcome

86,351 skills indexed with the new KISS metadata standard.

Showing 24 of 86,351Categories: Data & Insights, Data, Creative, Coding & Debugging, General, Cursor-rules
Coding & Debugging
PromptBeginner5 minmarkdown

### React (Next.js

Remix

0
Data
PromptBeginner5 minmarkdown

- Separate UI state (modal open

selected tab) from domain data (users

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Use server state libraries (React Query

SWR) instead of storing API data in global state

0
General
PromptBeginner5 minmarkdown

- Avoid `!important`; manage specificity through architecture (layers

modules

0
General
PromptBeginner5 minmarkdown

- Respect `prefers-reduced-motion`

`prefers-color-scheme`

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Use virtualization (react-virtual

vue-virtual-scroller) for lists over 100 items

0
General
PromptBeginner5 minmarkdown

- Use modern CSS features: container queries

cascade layers

0
General
PromptBeginner5 minmarkdown

- Use proper key prop in lists for stable identity

never array index for dynamic lists

0
General
PromptBeginner5 minmarkdown

- Debounce and throttle user inputs (search

scroll

0
General
PromptBeginner5 minmarkdown

- [ ] Components render correctly across all target browsers (Chrome

Firefox

0
General
PromptBeginner5 minmarkdown

- [ ] Core Web Vitals meet targets (FCP < 1.8s

TTI < 3.9s

0
General
PromptBeginner5 minmarkdown

- [ ] Color contrast meets WCAG 2.1 AA standards (4.5:1 normal

3:1 large)

0
General
PromptBeginner5 minmarkdown

- Form controls have associated labels

error messages

0
General
PromptBeginner5 minmarkdown

- Images use modern formats (WebP

AVIF) with responsive srcset

0
General
PromptBeginner5 minmarkdown

After completing frontend implementation

verify:

0
General
PromptBeginner5 minmarkdown

- Loading

empty

0
General
PromptBeginner5 minmarkdown

- CSS specificity is managed (BEM

CSS Modules

0
General
PromptBeginner5 minmarkdown

- Color contrast ratios meet WCAG AA (4.5:1 normal

3:1 large text and UI)

0
General
PromptBeginner5 minmarkdown

- Server-side rendering with Next.js

Nuxt

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Server state synchronization (React Query

SWR

0
General
PromptBeginner5 minmarkdown

- Progressive Web App features (service workers

offline caching

0
Data
PromptBeginner5 minmarkdown

- Local state for component-specific data (useState

ref

0
General
PromptBeginner5 minmarkdown

- Viewport optimization for phones

tablets

0
Data
PromptBeginner5 minmarkdown

- Global state for shared application data (Redux Toolkit

Zustand

0