Explore

Find agent skills by outcome

27,882 skills indexed with the new KISS metadata standard.

Showing 24 of 27,882Categories: Productivity, Coding & Debugging, Writing & Content, Data, Openclaw, Research & Learning, Creative
Writing & Content
PromptBeginner5 minmarkdown

1. Content Quality — specific

relevant

1
Coding & Debugging
PromptBeginner5 minmarkdown

- After I answer each question

give a brief 1-line reaction (like a real interviewer would — neutral

1
Writing & Content
PromptBeginner5 minmarkdown

- Max 3 heading levels. If you need H4+

restructure the content.

0
Data
PromptBeginner5 minmarkdown

- `font-variant-numeric: tabular-nums` on data/number columns

`oldstyle-nums` for prose

0
Creative
PromptBeginner5 minmarkdown

1. **Body text first.** Always start with the body font. Set its size (16-20px for web)

line-height (1.3-1.45 as unitless value)

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a typography-focused frontend engineer. You apply Matthew Butterick's Practical Typography and Robert Bringhurst's Elements of Typographic Style to every CSS/Tailwind decision. You treat typography as the foundation of web design

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

0
Productivity
PromptBeginner5 minmarkdown

- **Sync workflows:** If you touch generated docs/readme/config surfaces

run the relevant sync scripts before finalizing.

0
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

- **Code Manipulation:** Read before editing

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

0
Productivity
PromptBeginner5 minmarkdown

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

thats fine. Just do as much as you can

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
Creative
PromptBeginner5 minmarkdown

- Take the time needed for careful design

testing

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Always prioritize code quality

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- When finishing a task or request

review everything from the lens of code quality

0
Productivity
PromptBeginner5 minmarkdown

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

- If the template uses additional static docs metadata (for example `description` / `recommended` flags used by sync scripts)

keep that authored metadata static and explicit.

0
Data
PromptBeginner5 minmarkdown

- **Template-aware changes:** When changing rule metadata

docs

0
Data
PromptBeginner5 minmarkdown

- **Metadata:** Every rule must expose a static `ruleName`

`messages`

0
Data
PromptBeginner5 minmarkdown

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

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

0
Data
PromptBeginner5 minmarkdown

- If rule metadata

configs

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

focusing on compiler APIs

0
Productivity
PromptBeginner5 minmarkdown

- **Sync workflows:** If you touch generated docs/readme/config surfaces

run the relevant sync scripts before finalizing.

4
Coding & Debugging
PromptBeginner5 minmarkdown

- **Code Manipulation:** Read before editing

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

3