Explore

Find agent skills by outcome

55,363 skills indexed with the new KISS metadata standard.

Showing 24 of 55,363Categories: Data & Insights, Data, General, Creative, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

**If no CLAUDE.md exists yet:** Tell the prompt to generate a minimal token section at the top of the handoff document covering only the tokens needed for this specific handoff. It won't be a full design system

but it prevents hardcoded values.

0
General
PromptBeginner5 minmarkdown

**If you're not using Tailwind:** Replace all Tailwind class references in the prompt with your system's equivalents. The structure stays the same — only the value format changes. Tell Claude: Use CSS custom properties as primary

px values as annotations.

0
General
PromptBeginner5 minmarkdown

7. When encountering ambiguity

prefer the more explicit interpretation.

0
General
PromptBeginner5 minmarkdown

If still ambiguous

add a TODO comment: // HANDOFF-AMBIGUITY: [description]

0
General
PromptBeginner5 minmarkdown

6. After implementing each component

run through its state matrix

0
General
PromptBeginner5 minmarkdown

a component

that is a gap in the spec — flag it

0
General
PromptBeginner5 minmarkdown

with close enough values. `gap-6` means `gap-6`

not `gap-5`.

0
General
PromptBeginner5 minmarkdown

□ Every state (hover

active

0
General
PromptBeginner5 minmarkdown

is not in CLAUDE.md

flag it and use the fallback value provided.

0
General
PromptBeginner5 minmarkdown

□ Focus-visible ring appears on keyboard nav

not on mouse click

0
Coding & Debugging
PromptBeginner5 minmarkdown

After implementation

the AI agent (or human developer) should verify:

0
General
PromptBeginner5 minmarkdown

date other year: show Mar 13

2025

0
General
PromptBeginner5 minmarkdown

date this year: show Mar 13 not Mar 13

2026

0
General
PromptBeginner5 minmarkdown

list with 500 items: paginate at 20

show Load more button

0
General
PromptBeginner5 minmarkdown

price $999

999.99: ensure layout doesn't break (test with formatted number)

0
General
PromptBeginner5 minmarkdown

username 50 characters: truncate at 20 in nav

full in profile

0
General
PromptBeginner5 minmarkdown

Form validation: inline per-field (see flow specs)

never alert()

0
Coding & Debugging
PromptBeginner5 minmarkdown

- icon: ImageOff from lucide-react

text-gray-400

0
General
PromptBeginner5 minmarkdown

(rectangle for text

circle for avatars

0
General
PromptBeginner5 minmarkdown

- initials: first letter of first + last name

uppercase

0
General
PromptBeginner5 minmarkdown

nav items: single line

truncate if >16 characters on mobile

0
General
PromptBeginner5 minmarkdown

button labels: single line only

max 30 characters

0
General
PromptBeginner5 minmarkdown

headings: max 2 lines

then truncate with text-ellipsis (add title attr for full text)

0
General
PromptBeginner5 minmarkdown

body text: allow natural wrapping

no truncation

0