Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:30 +08:00
commit e03e44248d
17 changed files with 785 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "bds-dev",
"description": "Provide tools and skills for daily development",
"version": "1.0.1",
"author": {
"name": "Break Yang"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}