From 1410f8a7e5e86dbaae91c6d07f6446b4ef535d8f Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:27:40 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 ++++++++++ README.md | 3 +++ commands/hello-world.md | 1 + plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/hello-world.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..7b4c273 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "hello-world", + "description": "A simple hello world plugin", + "version": "0.0.1", + "author": { + "name": "fussy113" + }, + "commands": [ + "./commands/hello-world.md" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..047c20b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# hello-world + +A simple hello world plugin diff --git a/commands/hello-world.md b/commands/hello-world.md new file mode 100644 index 0000000..b7462a2 --- /dev/null +++ b/commands/hello-world.md @@ -0,0 +1 @@ +"Hello, World!" を出力する、`hello.rb` を作成してください。 diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..ee8e4ef --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:fussy113/claude-code-marketplace:plugins/hello-world", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "e87e26fa6341e9d916282479037af117b2b01ec6", + "treeHash": "620f1c040d79284b301105a78b0cfef392f1eaf456dc0dc580e4cd50d06e79a4", + "generatedAt": "2025-11-28T10:16:55.773221Z", + "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": "A simple hello world plugin", + "version": "0.0.1" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "6329d95545f741735cd6c5b351506858a90b9365cb07f201538e625ccda0168b" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "4278708e96b682d240b3324622d9aaaa4491ac975c865b21e26b8c6ae3e7794f" + }, + { + "path": "commands/hello-world.md", + "sha256": "80f7050acb62ed42b0e7d55c3acfeaf2595583161b7ab48d0f9c74bd1d33f540" + } + ], + "dirSha256": "620f1c040d79284b301105a78b0cfef392f1eaf456dc0dc580e4cd50d06e79a4" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file