diff --git a/schema.json b/schema.json index 974200854d28bb300c94613328485ea5a3e2165d..a2d88bfd5f4be210534209694a9f0c0eb5c993c0 100644 --- a/schema.json +++ b/schema.json @@ -367,6 +367,17 @@ "type": "array", "description": "Paths to files containing context information for the AI" }, + "skills_paths": { + "items": { + "type": "string", + "examples": [ + "~/.config/crush/skills", + "./skills" + ] + }, + "type": "array", + "description": "Paths to directories containing Agent Skills (folders with SKILL.md files)" + }, "tui": { "$ref": "#/$defs/TUIOptions", "description": "Terminal user interface options"