commit a92a5555ed104501aacdbd6e771bd9b9e02c706f Author: Zhongwei Li Date: Sun Nov 30 08:57:13 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..3242398 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "common", + "description": "Common utilities and tools", + "version": "0.0.1", + "author": { + "name": "Kento Shirasawa", + "email": "shirasawa@novalumo.com" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f93988 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# common + +Common utilities and tools diff --git a/commands/gemini-search.md b/commands/gemini-search.md new file mode 100644 index 0000000..999db4e --- /dev/null +++ b/commands/gemini-search.md @@ -0,0 +1,9 @@ +# Gemini Search + +`gemini` is Google Gemini CLI. You can use it for web search. + +Run web search via Task Tool with `gemini -p 'WebSearch: ...'`. + +```bash +gemini -p "WebSearch: ..." +``` diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..32fd734 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:siraken/claude-plugins:common", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "42ef3d2f943caa74904a8f6b3d1c4cc8db63fa8d", + "treeHash": "fd5f762fd0c626973465f4fc9ef722efe695ca9aeccb2c49c52078d9a3f95759", + "generatedAt": "2025-11-28T10:28:21.137797Z", + "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": "common", + "description": "Common utilities and tools", + "version": "0.0.1" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "54dbb006020a3ae389a552f38180fa56de42a4d77534814b56d42f4deebe0491" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "7feed487e949fb54498a5b060fb14c29371794bb640e9912e848aa5bada9e653" + }, + { + "path": "commands/gemini-search.md", + "sha256": "0088c109d69868308c82ef4311a1d8c8f133568fc1cd356f55c348212618d740" + } + ], + "dirSha256": "fd5f762fd0c626973465f4fc9ef722efe695ca9aeccb2c49c52078d9a3f95759" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file