Skip to content

Commit 2688270

Browse files
committed
feat: add skills management with skills-lock.json and update .gitignore
- Introduced skills-lock.json to manage skill dependencies with versioning and source tracking. - Updated .gitignore to include new entries for .fake and skills files.
1 parent 25a47d5 commit 2688270

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ pytest_cache/
2929
.pytest_cache/
3030
.mypy_cache/
3131
.venv/
32-
.fake
32+
.fake
33+
34+
# Skills
35+
skills

skills-lock.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 1,
3+
"skills": {
4+
"find-skills": {
5+
"source": "vercel-labs/skills",
6+
"sourceType": "github",
7+
"computedHash": "25872a21881a950edc3db1f3329664d60405d539660ce05b3265db2de06a7dfd"
8+
},
9+
"skill-creator": {
10+
"source": "anthropics/skills",
11+
"sourceType": "github",
12+
"computedHash": "1a2f4694384cb90d19d75354975dfb654d5c4ad230041667cb4b5b898474d7df"
13+
},
14+
"wpf-mvvm-generator": {
15+
"source": "jeongheonk/c-sharp-custom-marketplace",
16+
"sourceType": "github",
17+
"computedHash": "cc08a400ad01dea3d1cf824bfca13adc45e59c1460a97a229130903a221a9bba"
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)