|
ALLOWED_PROPERTIES = {'name', 'description', 'license', 'allowed-tools', 'metadata'} |
according to this document: https://support.claude.com/en/articles/12512198-how-to-create-custom-skills#h_0e125af124 it should be possible to denominate script dependencies on the skill frontmatter. The validation code however throws an error if its present
Just noticed that a claude client also complains about that field being present. Maybe consider updating that document instead ;)