General
PromptBeginner5 minmarkdown
def package_skill(skill_path
output_dir=None):
0
Explore
100,803 skills indexed with the new KISS metadata standard.
output_dir=None):
message = validate_skill(skill_path)
path)
exist_ok=False)
path):
file types
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 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