Explore

Find agent skills by outcome

133,927 skills indexed with the new KISS metadata standard.

Showing 24 of 133,927Categories: Productivity, Coding & Debugging, Data, General
Productivity
PromptBeginner5 minmarkdownQuality: 24

- If you can't finish a task in a single request

thats fine. Just do as much as you can

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

- NEVER CHEAT or take shortcuts that would compromise code quality

maintainability

0
General
PromptBeginner5 minmarkdownQuality: 24

- Deliver fixes that handle edge cases

include error handling

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

- Prioritize code quality

maintainability

0
General
PromptBeginner5 minmarkdownQuality: 28

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

checking for type errors

0
General
PromptBeginner5 minmarkdownQuality: 28

- Follow current

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

- Always prioritize code quality

maintainability

0
General
PromptBeginner5 minmarkdownQuality: 28

- Error Handling: When parsing weird syntax

fail gracefully. Do not crash the linter process.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

- When finishing a task or request

review everything from the lens of code quality

0
Productivity
PromptBeginner5 minmarkdownQuality: 28

- If you are getting truncated or large output from any command

you should redirect the command to a file and read it using proper tools. Put these files in the temp/ directory. This folder is automatically cleared between prompts

0
Data
PromptBeginner5 minmarkdownQuality: 24

- Template-aware changes: When changing rule metadata

docs

0
General
PromptBeginner5 minmarkdownQuality: 24

- Break down PostCSS traversal logic into small

testable utility functions.

0
Data
PromptBeginner5 minmarkdownQuality: 32

- If the template uses additional static docs metadata (for example description / recommended flags...

keep that authored metadata static and explicit.

0
General
PromptBeginner5 minmarkdownQuality: 28

- Custom Syntax Awareness: When a rule depends on syntax that does not exist in plain CSS

scope it carefully and document the expected customSyntax or file context.

0
General
PromptBeginner5 minmarkdownQuality: 24

- Utility Usage: Before writing a helper function

check whether the standard library

0
General
PromptBeginner5 minmarkdownQuality: 24

3. Edge cases (nested rules

comments

0
Data
PromptBeginner5 minmarkdownQuality: 24

- Metadata: Every rule must expose a static ruleName

messages

0
General
PromptBeginner5 minmarkdownQuality: 28

- Fixers: Only mark a rule as meta.fixable = true when the fix is deterministic and safe across supp...

report only.

0
General
PromptBeginner5 minmarkdownQuality: 28

- Use built-in TypeScript utility types first

and use installed utility-type libraries only when they clearly improve intent and match repository conventions.

0
General
PromptBeginner5 minmarkdownQuality: 24

- AST Traversal: Use the narrowest viable PostCSS walk (walkDecls

walkRules

0
General
PromptBeginner5 minmarkdownQuality: 28

- Performance First: Stylelint rules run on every save and often across large generated stylesheets....

repeated reparsing of selector/value strings

0
General
PromptBeginner5 minmarkdownQuality: 24

- If the repository syncs Node version files

peer dependency ranges

0
General
PromptBeginner5 minmarkdownQuality: 24

- dist/

coverage outputs

0
Data
PromptBeginner5 minmarkdownQuality: 28

- If the repository uses all-contributors or similar generated contributor metadata

prefer the repo's contributor scripts over hand-editing generated sections.

0