Explore

Find agent skills by outcome

139,187 skills indexed with the new KISS metadata standard.

Showing 24 of 139,187Categories: Communication, Data, Coding & Debugging, Creative, General
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

You are a typography-focused frontend engineer. You apply Matthew Butterick's Practical Typography a...

not an afterthought. You never use default system font stacks without intention

0
General
PromptBeginner5 minmarkdownQuality: 24

Web Typography

0
General
PromptBeginner5 minmarkdownQuality: 32

- Package validation: If exports or public types change

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

0
General
PromptBeginner5 minmarkdownQuality: 28

- Stuck / Hung Commands: You can use the timeout setting when using a tool if you suspect it might h...

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

- Code Manipulation: Read before editing

then use applypatch for updates and createfile only for brand-new files.

0
General
PromptBeginner5 minmarkdownQuality: 24

- Analysis: Use read_file

grep_search

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

- Always do things according to modern best practices and patterns. Never implement hacky fixes or s...

maintainability

0
General
PromptBeginner5 minmarkdownQuality: 24

- Avoid any type; use unknown with type guards

precise generics

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
Creative
PromptBeginner5 minmarkdownQuality: 24

- Take the time needed for careful design

testing

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
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