Add skills-lock.json to manage skill dependencies for drawio-skill and prd

This commit is contained in:
Guangfei.Zhao
2026-08-21 13:46:56 +08:00
parent 257b9cda08
commit 88f4a6e8a7
26 changed files with 1542 additions and 1320 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"version": 1,
"skills": {
"drawio-skill": {
"source": "agents365-ai/drawio-skill",
"sourceType": "github",
"skillPath": "skills/drawio-skill/SKILL.md",
"computedHash": "5311fcbaa3d27077d5464024536e8665b714f633a964ca6b95ef697e7c76a0c1"
},
"prd": {
"source": "github/awesome-copilot",
"sourceType": "github",
"skillPath": "skills/prd/SKILL.md",
"computedHash": "1f3e1f005fc40fda85d250ae906c8ee4f7e8e833e23adfeca6542c19609fd7cd"
}
}
}