Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:51 +08:00
commit e5cbabbd94
17 changed files with 2012 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "claude-code-knowledge",
"description": "Official Claude Code documentation access. Provides instant reference to hooks, MCP, skills, slash commands, settings, CLI, and all Claude Code features with automatic sync from docs.anthropic.com.",
"version": "1.1.0",
"author": {
"name": "Community"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}