commit a1df4f518b7226fada9c1502a2fc13b6c3635c58 Author: Zhongwei Li Date: Sun Nov 30 08:37:42 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..ca6f4bc --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "greeter", + "description": "greet user in lightsoft", + "version": "1.0.0", + "author": { + "name": "Lightsoft" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f8268d9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# greeter + +greet user in lightsoft diff --git a/commands/hellocrew.md b/commands/hellocrew.md new file mode 100644 index 0000000..1be3ab9 --- /dev/null +++ b/commands/hellocrew.md @@ -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. +"오늘도 라이트소프트와 함께 좋은 하루보내요" 텍스트 마지막에 추가. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..ca77789 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file