{"id":50234012,"url":"https://github.com/pedrozadotdev/pi-gemini-cli","last_synced_at":"2026-05-31T05:01:52.736Z","repository":{"id":356588585,"uuid":"1233203813","full_name":"pedrozadotdev/pi-gemini-cli","owner":"pedrozadotdev","description":"Gemini CLI integration for Pi Coding Agent","archived":false,"fork":false,"pushed_at":"2026-05-08T19:29:50.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T20:11:14.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pedrozadotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-08T17:49:32.000Z","updated_at":"2026-05-08T19:29:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pedrozadotdev/pi-gemini-cli","commit_stats":null,"previous_names":["pedrozadotdev/pi-gemini-cli"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pedrozadotdev/pi-gemini-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrozadotdev%2Fpi-gemini-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrozadotdev%2Fpi-gemini-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrozadotdev%2Fpi-gemini-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrozadotdev%2Fpi-gemini-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrozadotdev","download_url":"https://codeload.github.com/pedrozadotdev/pi-gemini-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrozadotdev%2Fpi-gemini-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33719601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-05-26T19:00:32.273Z","updated_at":"2026-05-31T05:01:52.731Z","avatar_url":"https://github.com/pedrozadotdev.png","language":"TypeScript","funding_links":[],"categories":["Extensions"],"sub_categories":[],"readme":"# pi-gemini-cli\n\nAntigravity CLI integration for [Pi Coding Agent](https://pi.dev) — real-time web search, code review, plan critique, and deep codebase analysis via Google Antigravity.\n\nPorted and adapted from [robbyt/claude-skills](https://github.com/robbyt/claude-skills/tree/main/plugins/gemini).\n\n## Skills\n\n### `gemini-web-search`\nReal-time web research using Gemini's Google Search integration.\n\n**Triggers:** \"search with Gemini\", \"find current info about X\", \"what's the latest on Y\"\n\n### `gemini-diff-review`\nCode review of git changes for a second perspective.\n\n**Triggers:** \"have Gemini review my changes\", \"get code review from Gemini\", \"review this diff\"\n\n### `gemini-plan-review`\nReview and critique implementation plans.\n\n**Triggers:** \"have Gemini review this plan\", \"get second opinion\", \"critique this plan\"\n\n### `gemini-codebase-analysis`\nDeep architectural analysis using Gemini's `codebase_investigator` tool.\n\n**Triggers:** \"analyze this codebase\", \"map dependencies\", \"architecture overview\"\n\n## Slash Commands (Extension)\n\nThe included TypeScript extension also registers convenience slash commands:\n\n| Command | Description |\n|---------|-------------|\n| `/gemini-search \u003ctopic\u003e` | Trigger web search |\n| `/gemini-review [focus]` | Review current git changes |\n| `/gemini-plan \u003cfile\u003e` | Review a plan file |\n| `/gemini-analyze [focus]` | Analyze the codebase |\n\n## Setup\n\n### Prerequisites\n\n1. Install Antigravity CLI:\n   ```bash\n   curl -fsSL https://antigravity.google/cli/install.sh | bash\n   ```\n2. Authenticate: see [references/setup.md](references/setup.md)\n\n### Install in Pi\n\n**Local (project-level):**\n```bash\n# In your project root, add to .pi/settings.json:\n{\n  \"skills\": [\"path/to/gemini-skill/skills\"],\n  \"extensions\": [\"path/to/gemini-skill/extensions/gemini.ts\"]\n}\n```\n\n**Global:**\n```bash\n# Copy or symlink into Pi's global skill directory\ncp -r skills/* ~/.pi/agent/skills/\ncp extensions/gemini.ts ~/.pi/agent/extensions/\n```\n\n**As a Pi package :**\n```bash\n# From git\npi install git:github.com/pedrozadotdev/pi-gemini-cli\n```\n\n### Quick Test\n\n```bash\npi --skill ./skills/gemini-web-search -e ./extensions/gemini.ts\n```\n\nThen type: `/gemini-search latest Gemini models`\n\n## Models Used\n\n| Task | Model |\n|------|-------|\n| Deep analysis, code review, plan review | `gemini-3.1-pro-preview` (default) |\n| Quick searches, simple lookups | `gemini-3.5-flash` |\n\n## References\n\n- [Setup \u0026 Troubleshooting](references/setup.md)\n- [CLI Quick Reference](references/commands.md)\n- [Integration Patterns](references/patterns.md)\n- [Antigravity CLI Docs](https://antigravity.google)\n- [Pi Coding Agent](https://pi.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrozadotdev%2Fpi-gemini-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrozadotdev%2Fpi-gemini-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrozadotdev%2Fpi-gemini-cli/lists"}