Skip to content

Commit 058d8e3

Browse files
committed
feat: add skills-lock.json to define skills for the project
1 parent d996634 commit 058d8e3

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,3 +427,6 @@ temp/
427427
*.db
428428
*.db-shm
429429
*.db-wal
430+
431+
.agents/
432+
.claude/

skills-lock.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"version": 1,
3+
"skills": {
4+
"csharp-async": {
5+
"source": "github/awesome-copilot",
6+
"sourceType": "github",
7+
"skillPath": "skills/csharp-async/SKILL.md",
8+
"computedHash": "e889958419757528e43fb674607d13fffe331a6673cfcef2b0ab8ff9fb569bb8"
9+
},
10+
"csharp-docs": {
11+
"source": "github/awesome-copilot",
12+
"sourceType": "github",
13+
"skillPath": "skills/csharp-docs/SKILL.md",
14+
"computedHash": "93da3063bb770f13feec581efa3ff232c69a5a94b75cddfc4ad6e82909835cfe"
15+
},
16+
"csharp-xunit": {
17+
"source": "github/awesome-copilot",
18+
"sourceType": "github",
19+
"skillPath": "skills/csharp-xunit/SKILL.md",
20+
"computedHash": "3c224e79f92ec027de3d5f44d0ca3077f076cb1e1bfff6b0db5b09c34c3aecd2"
21+
},
22+
"editorconfig": {
23+
"source": "github/awesome-copilot",
24+
"sourceType": "github",
25+
"skillPath": "skills/editorconfig/SKILL.md",
26+
"computedHash": "19ce7c1a970666aadccbcbdcf9a37b4675cb7da24f3a5b603ec06ed6d04a0124"
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)