Initial commit
This commit is contained in:
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "greeter",
|
||||||
|
"description": "greet user in lightsoft",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Lightsoft"
|
||||||
|
},
|
||||||
|
"commands": [
|
||||||
|
"./commands"
|
||||||
|
]
|
||||||
|
}
|
||||||
8
commands/hellocrew.md
Normal file
8
commands/hellocrew.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
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
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||||
|
"pluginId": "gh:lightsoft-dev/claude-plugin-for-dev:greeter",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "f017d19189dae9106e696e8ee0dbc86b545367f2",
|
||||||
|
"treeHash": "35aa04d799caa89780c5039b7b9c4858940b70ca8753c9289290bd3acb24f239",
|
||||||
|
"generatedAt": "2025-11-28T10:20:18.940047Z",
|
||||||
|
"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": "greeter",
|
||||||
|
"description": "greet user in lightsoft",
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "806aebf231da19ffb83d28c639d0be7d9287b6445d754296ecf7a6f6b55fc12e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "fa8d7761f5ecb1e441452fefadf8407c749a90a5ab1cd5db7d090cfa50c6fbc8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "commands/hellocrew.md",
|
||||||
|
"sha256": "76c3f09da9826dc3a25ad486c6ded59eb42c175f3f06486f155c3271db339001"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "35aa04d799caa89780c5039b7b9c4858940b70ca8753c9289290bd3acb24f239"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user