commit c2c46dfbcdad79be3c97d6758efdfbce5625ea33 Author: Zhongwei Li Date: Sat Nov 29 18:50:39 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..65991fb --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "my-first-plugin", + "description": "A simple greeting plugin to learn the basics", + "version": "1.0.0", + "author": { + "name": "Your Name" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..43ebd29 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# my-first-plugin + +A simple greeting plugin to learn the basics 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..9527dd5 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:JeongJaeSoon/claude-code-marketplace:my-first-plugin", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "d0a22fe7a0f56e85cae71824386c24a473ebfe54", + "treeHash": "9cd22cfb54f7e6c622eab073b3b5a0a312f445cbeb60d1684fb4b496d1626b37", + "generatedAt": "2025-11-28T10:11:47.629367Z", + "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 simple greeting plugin to learn the basics", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "1767046dd568231926a7bfa4122b1bf005cd21e6540a915e1b2a6047dd208bab" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "a8d8b7e10d8c65754caf779983620a5af142fb1e1baf09951de662c0d09fac29" + }, + { + "path": "commands/hello.md", + "sha256": "ec61457749b6e8d98aee7a62cf5adf17889c8ae78eddd521e5135800a2764e38" + } + ], + "dirSha256": "9cd22cfb54f7e6c622eab073b3b5a0a312f445cbeb60d1684fb4b496d1626b37" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file