Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:39 +08:00
commit c2c46dfbcd
4 changed files with 66 additions and 0 deletions

View File

@@ -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"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# my-first-plugin
A simple greeting plugin to learn the basics

7
commands/hello.md Normal file
View File

@@ -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.

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}