Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:35 +08:00
commit 29ef279a84
13 changed files with 607 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "my-first-plugin",
"description": "A comprehensive demo plugin showcasing all Claude Code plugin types: commands, skills, agents, hooks, and MCP server integration",
"version": "1.0.0",
"author": {
"name": "Demo Author",
"email": "demo@example.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}