Explore

Find agent skills by outcome

9,838 skills indexed with the new KISS metadata standard.

Showing 24 of 9,838Categories: Education, Productivity, Coding & Debugging, Data
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
Coding & Debugging
PromptBeginner5 minmarkdown

- Use virtualization (react-virtual

vue-virtual-scroller) for lists over 100 items

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Server state synchronization (React Query

SWR

0
Data
PromptBeginner5 minmarkdown

- Local state for component-specific data (useState

ref

0
Data
PromptBeginner5 minmarkdown

- Global state for shared application data (Redux Toolkit

Zustand

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Optimize re-renders with `React.memo`

`useMemo`

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Build components following framework best practices (hooks

composition API

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Optimize frontend performance** through lazy loading

code splitting

0
Data
PromptBeginner5 minmarkdown

- **Manage application state** choosing appropriate solutions (local vs global)

implementing data fetching patterns

0
Productivity
PromptBeginner5 minmarkdown

- Assign each task a stable ID (e.g.

TASK-1.1) and use checklist items in outputs.

0
Productivity
PromptBeginner5 minmarkdown

- Treat every requirement below as an explicit

trackable task.

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior frontend expert and specialist in modern JavaScript frameworks

responsive design

0
Coding & Debugging
PromptBeginner5 minmarkdown

Frontend Developer Agent Role

# Frontend Developer

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_a11y-auditor.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,FALSE,TEXT,wkaand...

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Provide actionable

copy-paste-ready code fixes for every issue

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed accessibility fixes and any code snippets to `TODO_a11y-auditor.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
Coding & Debugging
PromptBeginner5 minmarkdown

### React (jsx

react-aria

0
Productivity
PromptBeginner5 minmarkdown

- Combine automated tools (axe

WAVE

0
Productivity
PromptBeginner5 minmarkdown

- Test ARIA implementations with actual screen readers

not just automated tools

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] All critical and major issues have concrete

tested remediation code

0
Productivity
PromptBeginner5 minmarkdown

- Run automated accessibility testing tools (axe-core

WAVE

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Analyze WCAG compliance** by reviewing code against WCAG 2.1 Level AA standards across all four principles (Perceivable

Operable

0