Explore

Find agent skills by outcome

121,810 skills indexed with the new KISS metadata standard.

Showing 24 of 121,810Categories: Writing & Content, Data, General, Coding & Debugging
General
PromptBeginner5 minmarkdown

return False

Missing 'name' in frontmatter

0
General
PromptBeginner5 minmarkdown

fUnexpected key(s) in SKILL.md frontmatter: {'

'.join(sorted(unexpected_keys))}.

0
General
PromptBeginner5 minmarkdown

return False

(

0
General
PromptBeginner5 minmarkdown

ALLOWED_PROPERTIES = {'name'

'description'

0
General
PromptBeginner5 minmarkdown

return False

fInvalid YAML in frontmatter: {e}

0
General
PromptBeginner5 minmarkdown

if not isinstance(frontmatter

dict):

0
General
PromptBeginner5 minmarkdown

return False

Invalid frontmatter format

0
General
PromptBeginner5 minmarkdown

return False

Frontmatter must be a YAML dictionary

0
Writing & Content
PromptBeginner5 minmarkdown

match = re.match(r'^---\n(.*?)\n---'

content

0
General
PromptBeginner5 minmarkdown

return False

SKILL.md not found

0
General
PromptBeginner5 minmarkdown

return False

No YAML frontmatter found

0
General
PromptBeginner5 minmarkdown

Here is a sensible default format

but use your best judgment:

0
General
PromptBeginner5 minmarkdown

For skills where output quality depends on seeing examples

provide input/output pairs:

0
General
PromptBeginner5 minmarkdown

Follow this style: type(scope): brief description

then detailed explanation.

0
General
PromptBeginner5 minmarkdown

Use these patterns when skills need to produce consistent

high-quality output.

0
General
PromptBeginner5 minmarkdown

When creating a new skill from scratch

always run the `init_skill.py` script:

0
General
PromptBeginner5 minmarkdown

- **Use cases**: Templates

images

0
Writing & Content
PromptBeginner5 minmarkdown

2. Plan reusable skill contents (scripts

references

0
General
PromptBeginner5 minmarkdown

- **Avoid duplication**: Information should live in either SKILL.md or references files

not both.

0
General
PromptBeginner5 minmarkdown

Files not intended to be loaded into context

but rather used within the output Claude produces.

0
General
PromptBeginner5 minmarkdown

- **Benefits**: Keeps SKILL.md lean

loaded only when Claude determines it's needed

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Use cases**: Database schemas

API documentation

0
General
PromptBeginner5 minmarkdown

- **Best practice**: If files are large (>10k words)

include grep search patterns in SKILL.md

0
General
PromptBeginner5 minmarkdown

- **Benefits**: Token efficient

deterministic

0