Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:31 +08:00
commit db50af9613
6 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-docs",
"description": "Auto-sync official Claude Code docs as a skill with fresh reference material",
"version": "1.0.0",
"author": {
"name": "basher83",
"email": "basher83@mail.spaceships.work"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}