We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728a3e9 commit b7559dbCopy full SHA for b7559db
1 file changed
skills/.system/skill-creator/scripts/quick_validate.py
@@ -37,7 +37,7 @@ def validate_skill(skill_path):
37
except yaml.YAMLError as e:
38
return False, f"Invalid YAML in frontmatter: {e}"
39
40
- allowed_properties = {"name", "description", "license", "allowed-tools", "metadata"}
+ allowed_properties = {"name", "description", "license", "allowed-tools", "metadata", "compatibility"}
41
42
unexpected_keys = set(frontmatter.keys()) - allowed_properties
43
if unexpected_keys:
0 commit comments