Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:40 +08:00
commit 32822afae2
6 changed files with 541 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "claude-expert",
"description": "Expert knowledge system for Claude Code using comprehensive documentation database with automatic CLI management",
"version": "2.0.0",
"author": {
"name": "Claude Code Documentation Team"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}