Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:20 +08:00
commit b1f89ff340
21 changed files with 1279 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "ai-experiment-logger",
"description": "Track and analyze AI experiments with a web dashboard and MCP tools",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "plugins@example.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"mcp": [
"./mcp"
]
}