General
PromptBeginner5 minmarkdown
def init_skill(skill_name
path):
0
Explore
96,921 skills indexed with the new KISS metadata standard.
path):
exist_ok=False)
images
but rather used within the output Claude produces.
file types
Skill is valid!
message = validate_skill(sys.argv[1])
fDescription is too long ({len(description)} characters). Maximum is 1024 characters.
(
str):
fDescription must be a string
'')
fName is too long ({len(name)} characters). Maximum is 64 characters.
Invalid frontmatter format
fName must be a string
name):
str):
Missing 'description' in frontmatter
'')
Missing 'name' in frontmatter
'.join(sorted(unexpected_keys))}.
'.join(sorted(ALLOWED_PROPERTIES))}
fInvalid YAML in frontmatter: {e}
(