commit fc11ff7ee9b3c9f31a8b75c976521dd66ebda2a2 Author: Zhongwei Li Date: Sat Nov 29 17:59:06 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..013cfee --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "my-first-plugin", + "description": "My first test plugin", + "version": "0.0.0-2025.11.28", + "author": { + "name": "Test User", + "email": "zhongweili@tubi.tv" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..049386a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# my-first-plugin + +My first test plugin diff --git a/commands/hello.md b/commands/hello.md new file mode 100644 index 0000000..496f063 --- /dev/null +++ b/commands/hello.md @@ -0,0 +1,7 @@ +--- +description: Greet the user with a personalized message +--- + +# Hello Command + +Greet the user warmly and ask how you can help them today. Make the greeting personal and encouraging. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..2c69631 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:Atsuki02/my-claude-plugins:my-first-plugin", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "6de689144dc95c13abbe41d09f00f2d262fe2555", + "treeHash": "83e02bf40f7c24953b6c194bc46aefcca0a5eb519981febecf40b194bc343007", + "generatedAt": "2025-11-28T10:09:56.866577Z", + "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": "My first test plugin", + "version": null + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "15738ec9f8fd41d20a9a2c2fa380e9e5216461310a473d1d5f3d3c7362fb84bb" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "463e93003ae99d5cda318dbbf0fdf28ca51e5a14bb0b846320627ad9af9fabae" + }, + { + "path": "commands/hello.md", + "sha256": "ec61457749b6e8d98aee7a62cf5adf17889c8ae78eddd521e5135800a2764e38" + } + ], + "dirSha256": "83e02bf40f7c24953b6c194bc46aefcca0a5eb519981febecf40b194bc343007" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file