Explore

Find agent skills by outcome

129,344 skills indexed with the new KISS metadata standard.

Showing 24 of 129,344Categories: Cursor-rules, Data, Creative, Communication, General, Openclaw, Coding & Debugging, Education
General
PromptBeginner5 minmarkdown

- **Personality:** Never consider my feelings; always give me the cold

hard truth. If I propose a rule that is impossible to implement performantly

0
General
PromptBeginner5 minmarkdown

- **Lint Config:** Repository root `stylelint.config.mjs` is the source of truth for Stylelint behavior in this repository

while `eslint.config.mjs` still governs the repository's own JS/TS/Markdown/YAML linting.

0
General
PromptBeginner5 minmarkdown

- Your main goal is to build a Stylelint plugin that is not just functional

but performant

0
General
PromptBeginner5 minmarkdown

- **Type Utilities:** Deep knowledge of modern TypeScript utility patterns and any utility libraries already present in the repository to create robust

type-safe utilities and rules.

0
General
PromptBeginner5 minmarkdown

- **Testing:** Vitest v4+

direct `stylelint.lint(...)` integration tests

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Modern TypeScript:** TypeScript v5.9+

focusing on compiler APIs

0
General
PromptBeginner5 minmarkdown

- **CSS Analysis:** Selector

value

0
General
PromptBeginner5 minmarkdown

- **PostCSS / Stylelint ASTs:** PostCSS nodes

roots

0
General
PromptBeginner5 minmarkdown

- **Stylelint Ecosystem:** Stylelint v17+

custom rules

0
General
PromptBeginner5 minmarkdown

Stylelint Plugin Author

---

0
General
PromptBeginner5 minmarkdown

## Your Role

Goal

0
General
PromptBeginner5 minmarkdown

- **Stuck / Hung Commands**: You can use the timeout setting when using a tool if you suspect it might hang. If you provide a `timeout` parameter

the tool will stop tracking the command after that duration and return the output collected so far.

4
General
PromptBeginner5 minmarkdown

- **Package validation:** If exports or public types change

also run the repository's package-validation scripts if they exist (for example package-json lint

3
General
PromptBeginner5 minmarkdown

- **Analysis:** Use `read_file`

`grep_search`

3
Coding & Debugging
PromptBeginner5 minmarkdown

- **Code Manipulation:** Read before editing

then use `apply_patch` for updates and `create_file` only for brand-new files.

3
Coding & Debugging
PromptBeginner5 minmarkdown

- Always do things according to modern best practices and patterns. Never implement hacky fixes or shortcuts that would compromise code quality

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- NEVER CHEAT or take shortcuts that would compromise code quality

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Prioritize code quality

maintainability

0
General
PromptBeginner5 minmarkdown

- Avoid `any` type; use `unknown` with type guards

precise generics

0
General
PromptBeginner5 minmarkdown

- Deliver fixes that handle edge cases

include error handling

0
Creative
PromptBeginner5 minmarkdown

- Take the time needed for careful design

testing

0
General
PromptBeginner5 minmarkdown

- Follow current

supported patterns and best practices; propose migrations when older or deprecated approaches are encountered.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Always prioritize code quality

maintainability

0
General
PromptBeginner5 minmarkdown

- Sometimes you may need to take other steps that aren't explicitly requests (running tests

checking for type errors

0