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

81
plugin.lock.json Normal file
View File

@@ -0,0 +1,81 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:yasun1/claude-code-plugin-demo:my-first-plugin",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "31d48cd659057445ad7ec3ce39396e5a5e23c781",
"treeHash": "a466bac5d1beff25f2e97942babb4ee423856e70516cac0de719bad4386587fd",
"generatedAt": "2025-11-28T10:29:09.787018Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"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"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "a7e9ecdff040c71f84a70f7b7a31af227ca4c6e92374d1d03d9a46586d1d1d7f"
},
{
"path": "agents/bug-hunter/AGENT.md",
"sha256": "60da9ef45e314b168f3e793a3a3fd9a96427bbdd6650608a2cdc2be075172e0b"
},
{
"path": "agents/refactor-master/AGENT.md",
"sha256": "fc7be3cde7240b7f1af73aa8816123a846ccc83e96865731df457436a6418c60"
},
{
"path": "hooks/user-prompt-submit.sh",
"sha256": "a6f488e960d13e8c65102eb3022885c24cce3dd7ed4522375fc7b693753801c8"
},
{
"path": "hooks/post-write.sh",
"sha256": "e44d5b16eb0d553fb33b4165b1af21b29a2bbd84f3126b1a4afbd3636d25d2b0"
},
{
"path": "hooks/pre-edit.sh",
"sha256": "41a9afbdd9a04411a47e6f35606a88c2b27518276943c93f71e6d62fc27242dd"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "7f00349633efc12ca20030cb07ec1602f48fafa9a2dcbcf19f0241b208c5757f"
},
{
"path": "commands/project-stats.md",
"sha256": "38fe563382a7e67b723f6e3ef9750adf0cf583f163e7d031019e53fafad986ba"
},
{
"path": "commands/hello.md",
"sha256": "596726ce0d5aa1d0abf887d5f5ab30001d24e5794da795ab51faf4b4f0854952"
},
{
"path": "commands/analyze-code.md",
"sha256": "8b7f95077a27831cd7ef395ce218ce05e18a3019074e13c2ecf977dba4ee4acf"
},
{
"path": "skills/code-reviewer/SKILL.md",
"sha256": "738969af7b0f3f5184077420efe1841b653db4d16fa658a95770a96a59f0ca90"
},
{
"path": "skills/doc-generator/SKILL.md",
"sha256": "a957c5c205a762a0995647aa996856d104591d17660cd22705a56d4433120561"
}
],
"dirSha256": "a466bac5d1beff25f2e97942babb4ee423856e70516cac0de719bad4386587fd"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}