Files not intended to be loaded into context
but rather used within the output Claude produces.
Explore
126,143 skills indexed with the new KISS metadata standard.
but rather used within the output Claude produces.
images
message = validate_skill(sys.argv[1])
Skill is valid!
fDescription is too long ({len(description)} characters). Maximum is 1024 characters.
Description cannot contain angle brackets (< or >)
str):
fDescription must be a string
fName is too long ({len(name)} characters). Maximum is 64 characters.
fName '{name}' cannot start/end with hyphen or contain consecutive hyphens
'')
fName must be a string
name):
fName '{name}' should be hyphen-case (lowercase letters
str):
'')
Missing 'description' in frontmatter
'.join(sorted(ALLOWED_PROPERTIES))}
Missing 'name' in frontmatter
'.join(sorted(unexpected_keys))}.
fInvalid YAML in frontmatter: {e}
'description'
dict):
Frontmatter must be a YAML dictionary