Explore

Find agent skills by outcome

74,735 skills indexed with the new KISS metadata standard.

Showing 24 of 74,735Categories: Data & Insights, Communication, General
General
PromptBeginner5 minmarkdown

- Define import grouping order: built-in

external

0
General
PromptBeginner5 minmarkdown

- Configure language-specific overrides for Markdown

JSON

0
General
PromptBeginner5 minmarkdown

- Set core options: print width

tab width

0
General
PromptBeginner5 minmarkdown

- Select and compose rule sets from airbnb

standard

0
General
PromptBeginner5 minmarkdown

- Set up overrides for different file types (test files

config files

0
General
PromptBeginner5 minmarkdown

- Configure parser options for TypeScript

JSX

0
General
PromptBeginner5 minmarkdown

- Configure ESLint with the correct parser

plugins

0
General
PromptBeginner5 minmarkdown

- Check for conflicts between existing tools (ESLint vs Prettier

multiple configs).

0
General
PromptBeginner5 minmarkdown

- Select the appropriate formatter for each language (Prettier

Black

0
General
PromptBeginner5 minmarkdown

- Review any existing style guides

CLAUDE.md notes

0
General
PromptBeginner5 minmarkdown

- Examine the project structure

technology stack

0
General
PromptBeginner5 minmarkdown

- **Configure** ESLint

Prettier

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- **Setup**: Required fixtures

mocks

0
General
PromptBeginner5 minmarkdown

- [ ] Edge cases

error scenarios

0
General
PromptBeginner5 minmarkdown

- **Scope**: Unit

integration

0
General
PromptBeginner5 minmarkdown

- **No edge case coverage**: Only testing the happy path and ignoring boundaries

nulls

0
General
PromptBeginner5 minmarkdown

- **Testing implementation details**: Asserting on internal state

private methods

0
General
PromptBeginner5 minmarkdown

- Apply markers to categorize tests (slow

integration

0
General
PromptBeginner5 minmarkdown

- Use AssertJ for fluent

readable assertions.

0
General
PromptBeginner5 minmarkdown

- Query elements by accessible roles and text

not implementation selectors.

0
General
PromptBeginner5 minmarkdown

- Use fixtures with appropriate scopes (function

class

0
General
PromptBeginner5 minmarkdown

- Handle flaky tests with proper waits and retries

never `cy.wait(ms)`.

0
General
PromptBeginner5 minmarkdown

- Configure test environments (jsdom

node) appropriately per test suite.

0