commit dd05b617f06a616aa1a687d63c95fc4f96a2ecaf Author: Zhongwei Li Date: Sun Nov 30 08:38:37 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..d9c3dc2 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "tell-me-a-joke", + "description": "Tell me a joke plugin for Claude Code.", + "version": "1.0.0", + "author": { + "name": "Sanhe Hu" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..d39673a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# tell-me-a-joke + +Tell me a joke plugin for Claude Code. diff --git a/commands/tell-me-a-joke.md b/commands/tell-me-a-joke.md new file mode 100644 index 0000000..0902f9c --- /dev/null +++ b/commands/tell-me-a-joke.md @@ -0,0 +1,4 @@ +--- +description: Tell user a joke +--- +Tell me a creative, funny, short joke. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..8e41b14 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:MacHu-GWU/sanhe-claude-code-plugins:plugins/general/tell-me-a-joke", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "d8578f942d6adefb6058d99fd1abc9cb02c568de", + "treeHash": "ddfcd3086c026d09408514014b6a7915ea56cb4530baebdd5200198cf7c47615", + "generatedAt": "2025-11-28T10:12:03.769537Z", + "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": "tell-me-a-joke", + "description": "Tell me a joke plugin for Claude Code.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "61b56eabd88156bd78a13ec86ed56bdbd93df7a99556d3bc3219f22feee67379" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "05865bce989addeeec359af17041dca25360c1580528597cd3a3c7d99751683b" + }, + { + "path": "commands/tell-me-a-joke.md", + "sha256": "02d56e15a9b3853d430913875d7bc89673765fa6f3d00255c16605baaf0ff4c8" + } + ], + "dirSha256": "ddfcd3086c026d09408514014b6a7915ea56cb4530baebdd5200198cf7c47615" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file