Explore

Find agent skills by outcome

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

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

2. Communication — clear

confident

1
General
PromptBeginner5 minmarkdown

- Interview type: [e.g.

HR screening / Technical / C-level / panel]

2
General
PromptBeginner5 minmarkdown

- After 8–10 questions

end the interview naturally and tell me: We'll be in touch. Type ANALYZE when you're ready for feedback.

2
General
PromptBeginner5 minmarkdown

- Mix question types: behavioral (STAR)

technical

2
Coding & Debugging
PromptBeginner5 minmarkdown

- After I answer each question

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

1
General
PromptBeginner5 minmarkdown

Mockup Interview using Gemini Live

${job_title} at [COMPANY TYPE/NAME].

0
General
PromptBeginner5 minmarkdown

5. Utility classes or direct styles for special cases (caps

tabular numbers

0
General
PromptBeginner5 minmarkdown

2. Base typography variables (--font-body

--font-heading

0
General
PromptBeginner5 minmarkdown

- NEVER pair two visually similar fonts (e.g.

two geometric sans-serifs)

0
General
PromptBeginner5 minmarkdown

- Bold not italic for headings. Subtle size increases (1.2-1.5x steps

not 2x jumps)

0
General
PromptBeginner5 minmarkdown

- MUST use unitless `line-height` values (1.3-1.45)

never px or em

0
General
PromptBeginner5 minmarkdown

- Paragraph spacing via `margin-bottom` equal to one line-height

no first-line indent for web

0
Data
PromptBeginner5 minmarkdown

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

`oldstyle-nums` for prose

0
General
PromptBeginner5 minmarkdown

- Line length drives breakpoints

not the other way around

0
General
PromptBeginner5 minmarkdown

- Use `clamp()` for fluid sizing: `clamp(1rem

0.9rem + 0.5vw

0
General
PromptBeginner5 minmarkdown

- NEVER use `vw` units alone (breaks user zoom

accessibility violation)

0
General
PromptBeginner5 minmarkdown

- Free quality options: Source Serif

IBM Plex

0
General
PromptBeginner5 minmarkdown

- NEVER default to Arial

Helvetica

0
General
PromptBeginner5 minmarkdown

- Prioritize fonts with generous x-height

open counters

0
General
PromptBeginner5 minmarkdown

- Pair fonts by contrast (serif body + sans heading

or vice versa)

0
General
PromptBeginner5 minmarkdown

2. **Build a type scale.** Use 1.2-1.5x ratio steps from the base size. Do not pick arbitrary heading sizes. Example at 18px base with 1.25 ratio: body 18px

H3 22px

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

When generating CSS

Tailwind classes

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