commit 40241aa297201c157912c1d353df4f8843cb7657 Author: Zhongwei Li Date: Sat Nov 29 18:27:52 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..5b0b5fb --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,13 @@ +{ + "name": "hello-world", + "description": "Example plugin demonstrating basic structure", + "version": "1.0.0", + "author": { + "name": "g-shudy", + "email": "your.email@example.com", + "url": "https://ghsj.me" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..aadb6ec --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# hello-world + +Example plugin demonstrating basic structure diff --git a/commands/hello.md b/commands/hello.md new file mode 100644 index 0000000..34a0eda --- /dev/null +++ b/commands/hello.md @@ -0,0 +1,22 @@ +--- +description: Friendly greeting from your personal plugin marketplace +--- + +# Hello Command + +Welcome! This is a test command from your personal Claude Code plugin marketplace. + +When the user runs `/hello`, respond with: + +1. A warm greeting +2. Confirm this is coming from the **g-shudy-plugins** marketplace +3. Show the current date and time +4. Give a brief overview of what this marketplace contains: + - File intelligence tools (FindMedia integration) + - Obsidian vault automation + - Personal workflow plugins + - Developer productivity tools + +5. Suggest they explore other plugins: `/plugin list g-shudy-plugins` + +Make it friendly and include an appropriate emoji! 🎉 diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..a6655f4 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:g-shudy/claude-plugins:plugins/hello-world", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "70854adf6d5be89f99bbae1a59d9f153e5498eca", + "treeHash": "0bcee572a1987fe65460ffcd48633491bea747c1ca10da41fa907f1df067e978", + "generatedAt": "2025-11-28T10:16:57.168754Z", + "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": "hello-world", + "description": "Example plugin demonstrating basic structure", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "29e129505d6dc6787e608948ceb8cf5f4e77462d688848b2df6a782adeff27fc" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "a0c16b0a0f40edc83667ebce53e8c88b8245e549c8bf497ea5aa992391348aeb" + }, + { + "path": "commands/hello.md", + "sha256": "3c58f9a0eb7a9ace5a4b84f0aec7566dde034fac23590b14e22a63c245d630d8" + } + ], + "dirSha256": "0bcee572a1987fe65460ffcd48633491bea747c1ca10da41fa907f1df067e978" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file