{"id":48469646,"url":"https://github.com/abiswas97/gemini-plugin-cc","last_synced_at":"2026-04-07T06:02:22.854Z","repository":{"id":348266770,"uuid":"1196923782","full_name":"abiswas97/gemini-plugin-cc","owner":"abiswas97","description":"Use Gemini from Claude Code to review code or delegate tasks.","archived":false,"fork":false,"pushed_at":"2026-03-31T13:34:22.000Z","size":151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T14:35:38.141Z","etag":null,"topics":["claude-code","claude-code-plugin","code-review","gemini","gemini-cli"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abiswas97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-31T07:01:19.000Z","updated_at":"2026-03-31T13:34:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/abiswas97/gemini-plugin-cc","commit_stats":null,"previous_names":["abiswas97/gemini-plugin-cc"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/abiswas97/gemini-plugin-cc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiswas97%2Fgemini-plugin-cc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiswas97%2Fgemini-plugin-cc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiswas97%2Fgemini-plugin-cc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiswas97%2Fgemini-plugin-cc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abiswas97","download_url":"https://codeload.github.com/abiswas97/gemini-plugin-cc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiswas97%2Fgemini-plugin-cc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31501903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-code-plugin","code-review","gemini","gemini-cli"],"created_at":"2026-04-07T06:02:21.555Z","updated_at":"2026-04-07T06:02:22.845Z","avatar_url":"https://github.com/abiswas97.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gemini plugin for Claude Code\n\nUse Gemini from inside Claude Code for code reviews or to delegate tasks to Gemini.\n\nBased on [`openai/codex-plugin-cc`](https://github.com/openai/codex-plugin-cc), adapted for the Gemini CLI. Also adds `/gemini:task` for direct task delegation.\n\n## What You Get\n\n- `/gemini:review` for a normal read-only Gemini review\n- `/gemini:adversarial-review` for a steerable challenge review\n- `/gemini:rescue`, `/gemini:status`, `/gemini:result`, and `/gemini:cancel` to delegate work and manage background jobs\n- `/gemini:setup` to verify Gemini CLI is ready and manage the review gate\n- `/gemini:task` for quick one-off task delegation\n\n## Requirements\n\n- **Gemini CLI** installed and authenticated — [install guide](https://developers.google.com/gemini-cli)\n- **Node.js 18.18 or later**\n- **Google API key** or Application Default Credentials — [create an API key](https://aistudio.google.com/app/apikey) or run `gcloud auth application-default login`\n\n## Install\n\nAdd the marketplace in Claude Code:\n\n```bash\n/plugin marketplace add abiswas97/gemini-plugin-cc\n```\n\nInstall the plugin:\n\n```bash\n/plugin install gemini@abiswas97-gemini\n```\n\nReload plugins:\n\n```bash\n/reload-plugins\n```\n\nThen run:\n\n```bash\n/gemini:setup\n```\n\n`/gemini:setup` will tell you whether Gemini is ready. If Gemini is missing, refer to the [Gemini CLI installation guide](https://developers.google.com/gemini-cli).\n\nIf Gemini is installed but not authenticated, set up your credentials:\n\n```bash\n!gcloud auth application-default login\n```\n\nOr set the `GOOGLE_API_KEY` environment variable with a key from [AI Studio](https://aistudio.google.com/app/apikey).\n\nAfter install, you should see:\n\n- the slash commands listed below\n- the `gemini:gemini-rescue` subagent in `/agents`\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `/gemini:review` | Code review on current work or branch. Supports `--wait`, `--background`, `--base \u003cref\u003e`. |\n| `/gemini:adversarial-review` | Challenges design choices, not just bugs. Same flags as review plus custom focus text. |\n| `/gemini:rescue` | Delegate a task to Gemini via subagent. Supports `--background`, `--resume`, `--fresh`, `--model \u003cpro\\|flash\\|pro-3\\|flash-3\u003e`. |\n| `/gemini:task` | Quick one-off task delegation. Supports `--background`, `--model`. |\n| `/gemini:status` | Show running and recent jobs. |\n| `/gemini:result` | Show output for a finished job. Includes session ID for `gemini resume`. |\n| `/gemini:cancel` | Cancel an active background job. |\n| `/gemini:setup` | Check Gemini CLI readiness. Toggle review gate with `--enable-review-gate` / `--disable-review-gate`. |\n\n## Typical Flows\n\n```bash\n# Review before shipping\n/gemini:review --background\n/gemini:status\n/gemini:result\n\n# Hand a problem to Gemini\n/gemini:rescue investigate why the build is failing in CI\n\n# Challenge your design\n/gemini:adversarial-review --base main question the caching strategy\n```\n\n## Model Selection\n\nThe `--model` flag accepts shortcuts or full model names:\n\n- `flash` → `gemini-2.5-flash` (default)\n- `pro` → `gemini-2.5-pro`\n- `flash-3` → `gemini-3-flash-preview`\n- `pro-3` → `gemini-3-pro-preview`\n\nIf omitted, defaults to `gemini-2.5-flash`. Any concrete model name (e.g. `gemini-3.1-pro-preview`) is passed through as-is.\n\n## Review Gate\n\nWhen enabled (`/gemini:setup --enable-review-gate`), the plugin runs a targeted Gemini review on Claude's response before stopping. If issues are found, the stop is blocked so Claude can address them first.\n\n\u003e [!WARNING]\n\u003e The review gate can create a long-running Claude/Gemini loop. Only enable it when actively monitoring the session.\n\n## Development\n\n```bash\npnpm test        # run tests\npnpm run ci      # type check + lint + test\npnpm run lint:fix  # auto-fix lint issues\n```\n\n### Project Structure\n\n```\nplugins/gemini/\n├── .claude-plugin/plugin.json    # Plugin metadata\n├── agents/                       # Gemini rescue subagent\n├── commands/                     # Slash commands (.md)\n├── hooks/                        # Session lifecycle + review gate hooks\n├── prompts/                      # Prompt templates\n├── schemas/                      # Output JSON schemas (review, errors)\n├── scripts/                      # Companion CLI + runtime modules\n└── skills/                       # Claude Code skills\n```\n\n## License\n\nApache 2.0 — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabiswas97%2Fgemini-plugin-cc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabiswas97%2Fgemini-plugin-cc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabiswas97%2Fgemini-plugin-cc/lists"}