Skip to content

Commit 03cb605

Browse files
committed
supporting skills in collections
1 parent 16f3220 commit 03cb605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.schemas/collection.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"path": {
5151
"type": "string",
5252
"description": "Relative path from repository root to the item file",
53-
"pattern": "^(prompts|instructions|agents)/[^/]+\\.(prompt|instructions|agent)\\.md$",
53+
"pattern": "^(?:skills/[^/]+/SKILL\\.md|(prompts|instructions|agents)/[^/]+\\.(prompt|instructions|agent)\\.md)$",
5454
"minLength": 1
5555
},
5656
"kind": {
5757
"type": "string",
5858
"description": "Type of the item",
59-
"enum": ["prompt", "instruction", "agent"]
59+
"enum": ["prompt", "instruction", "agent", "skill"]
6060
},
6161
"usage": {
6262
"type": "string",

0 commit comments

Comments
 (0)