Initial commit
This commit is contained in:
13
.claude-plugin/plugin.json
Normal file
13
.claude-plugin/plugin.json
Normal file
@@ -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"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# hello-world
|
||||
|
||||
Example plugin demonstrating basic structure
|
||||
22
commands/hello.md
Normal file
22
commands/hello.md
Normal file
@@ -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! 🎉
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user