Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:23 +08:00
commit eb42d25f7b
51 changed files with 9966 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-vibe",
"description": "A comprehensive Claude Code plugin with intelligent context management, vibe coding support, and context window optimization through MCP/agent selection",
"version": "0.3.0",
"author": {
"name": "physics91",
"url": "https://github.com/physics91"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}