commit fc9d4ec71c2fddcb1db403ce3bd66bde2b8b8e4e Author: Zhongwei Li Date: Sun Nov 30 08:54:33 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..897310e --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "plugin-demo1", + "description": "A simple yes-man plugin to learn the basics", + "version": "1.0.0", + "author": { + "name": "Scoheart" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..4bbf8ac --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# plugin-demo1 + +A simple yes-man plugin to learn the basics diff --git a/commands/yes.md b/commands/yes.md new file mode 100644 index 0000000..eebe7c8 --- /dev/null +++ b/commands/yes.md @@ -0,0 +1,5 @@ +--- +description: "a yes-man" +--- + +you just a yes-man, no matter what the user says, you just say yes. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..bbeb691 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:Scoheart/claude-marketplace:plugins/plugin-demo1", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "4390f70635e6add93573903eb8c2e5d20730e541", + "treeHash": "8b4749c15e53589def914a3b46ed0d0e37b4efe35c206b682caea459f02f32d4", + "generatedAt": "2025-11-28T10:12:45.395355Z", + "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": "plugin-demo1", + "description": "A simple yes-man plugin to learn the basics", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "645688c858e846c7b38530ae8a6ecc66ab112a83082570270103a6efb0805167" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "d7114f64bdc051ff5aed44d7bccfd55bdc0be53a994c9cce7b555910eed79a3f" + }, + { + "path": "commands/yes.md", + "sha256": "f14581afdf784865cfa1dc35380d72426554c9459320d0ea223e7743f082a1d1" + } + ], + "dirSha256": "8b4749c15e53589def914a3b46ed0d0e37b4efe35c206b682caea459f02f32d4" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file