{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://serpens.app/schemas/aya-disk/v1/skill.schema.json","title":"Aya Skill v1","allOf":[{"$ref":"./aya-file.schema.json"},{"properties":{"kind":{"const":"skill"},"data":{"type":"object","required":["name"],"properties":{"name":{"type":"string","minLength":1},"description":{"type":"string"}}}}}]}
