mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
supporting skills in collections
This commit is contained in:
@@ -50,13 +50,13 @@
|
|||||||
"path": {
|
"path": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Relative path from repository root to the item file",
|
"description": "Relative path from repository root to the item file",
|
||||||
"pattern": "^(prompts|instructions|agents)/[^/]+\\.(prompt|instructions|agent)\\.md$",
|
"pattern": "^(?:skills/[^/]+/SKILL\\.md|(prompts|instructions|agents)/[^/]+\\.(prompt|instructions|agent)\\.md)$",
|
||||||
"minLength": 1
|
"minLength": 1
|
||||||
},
|
},
|
||||||
"kind": {
|
"kind": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Type of the item",
|
"description": "Type of the item",
|
||||||
"enum": ["prompt", "instruction", "agent"]
|
"enum": ["prompt", "instruction", "agent", "skill"]
|
||||||
},
|
},
|
||||||
"usage": {
|
"usage": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user