Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:41 +08:00
commit 7d5b628e7d
13 changed files with 1610 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "youtube",
"description": "Youtube toolkit for Claude Code.",
"version": "1.0.0",
"author": {
"name": "Sanhe Hu"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}