Explore

Find agent skills by outcome

92,769 skills indexed with the new KISS metadata standard.

Showing 24 of 92,769Categories: General, Data, Coding & Debugging, Openclaw
General
PromptBeginner5 minmarkdown

- **Tool**: ESLint

Prettier

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed configurations and any code snippets to `TODO_code-formatter.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

In `TODO_code-formatter.md`

include:

0
General
PromptBeginner5 minmarkdown

- **Unpinned versions**: Formatter versions not pinned

causing different results across team members.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Missing ignore patterns**: Formatting generated code

vendor files

0
General
PromptBeginner5 minmarkdown

- Chain formatters: run Prettier first

then ESLint --fix for staged files.

0
General
PromptBeginner5 minmarkdown

- Combine extends

plugins

0
General
PromptBeginner5 minmarkdown

- Use .prettierignore to exclude lockfiles

build output

0
General
PromptBeginner5 minmarkdown

- Set printWidth to 80-100

using the team's consensus value.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Provide editor configuration files (.vscode/settings.json

.editorconfig) in the repository.

0
General
PromptBeginner5 minmarkdown

- Configure ignore patterns to skip generated

vendor

0
General
PromptBeginner5 minmarkdown

- Establish a clear process for proposing

discussing

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Use lint-staged to format only changed files

not the entire codebase on commit.

0
General
PromptBeginner5 minmarkdown

- Use overrides to apply different rules to test files

scripts

0
General
PromptBeginner5 minmarkdown

After configuring formatting

verify:

0
General
PromptBeginner5 minmarkdown

- [ ] Import sorting produces consistent

deterministic ordering.

0
General
PromptBeginner5 minmarkdown

- Configuration files (TOML

INI

0
Coding & Debugging
PromptBeginner5 minmarkdown

- ESLint handles code quality rules (unused variables

no-console

0
General
PromptBeginner5 minmarkdown

- CSS

SCSS

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Prettier handles code formatting (semicolons

quotes

0
General
PromptBeginner5 minmarkdown

- Configure language-specific overrides for Markdown

JSON

0
General
PromptBeginner5 minmarkdown

- Define import grouping order: built-in

external

0
General
PromptBeginner5 minmarkdown

- Set core options: print width

tab width

0
General
PromptBeginner5 minmarkdown

- Set up overrides for different file types (test files

config files

0