Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:46 +08:00
commit 85a7070a82
6 changed files with 733 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "local-install-skill",
"description": "Install Claude Code skills from GitHub repositories to project scope",
"version": "1.0.0",
"author": {
"name": "lagz0ne"
},
"commands": [
"./commands"
]
}