Writing & Content
PromptBeginner5 minmarkdown
skill_content = SKILL_TEMPLATE.format(skill_name=skill_name
skill_title=skill_title)
0
Explore
117,379 skills indexed with the new KISS metadata standard.
skill_title=skill_title)
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 '{name}' cannot start/end with hyphen or contain consecutive hyphens
'')
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}