Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:39 +08:00
commit cb5cc9ba28
7 changed files with 1242 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "skills",
"description": "Meta-skills for finding, using, and writing Agent Skills - enforces skill usage protocols and provides skill authoring guidance",
"version": "0.1.0",
"author": {
"name": "zbeyens"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}