From 63be3c37b6c9fd6762425cf37981b176554d4c12 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:01:09 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ .mcp.json | 11 ++++++++++ README.md | 3 +++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 .mcp.json create mode 100644 README.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..a95d7e2 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "gemini-review", + "description": "Get a second opinion from Gemini on code changes, plans, documentation, and other work products", + "version": "1.0.1", + "author": { + "name": "Brandon Greenwell", + "email": "[email protected]" + }, + "mcp": [ + "./.mcp.json" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..8a23ec2 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "gemini-review": { + "command": "node", + "args": ["${CLAUDE_PLUGIN_ROOT}/server.js"], + "env": { + "PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}" + } + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e5825c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# gemini-review + +Get a second opinion from Gemini on code changes, plans, documentation, and other work products diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..c240e5a --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:bgreenwell/claude-plugins:gemini-review", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "868cc3f13d00ca45da1b1af2e393ba5f739c431c", + "treeHash": "548bcda1c1a8d4c2bcc4f8c51bc334c1d1bf71dd2e51efd94ca2702a23e04028", + "generatedAt": "2025-11-28T10:14:15.828685Z", + "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": "gemini-review", + "description": "Get a second opinion from Gemini on code changes, plans, documentation, and other work products", + "version": "1.0.1" + }, + "content": { + "files": [ + { + "path": ".mcp.json", + "sha256": "d6f5484fd722c2a1000d066c93e7d4b82f8e875c7d0681a51c5c0baa93db69cf" + }, + { + "path": "README.md", + "sha256": "b92a41d69aef6821d5501596b1147299ba2479410cf6a48dd8cfb7d403ab005b" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "7be6ac269503704ab22210f0c4c968a1674cbafee683fae6f041e4bfcfa0ed16" + } + ], + "dirSha256": "548bcda1c1a8d4c2bcc4f8c51bc334c1d1bf71dd2e51efd94ca2702a23e04028" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file