{
  "markdown": "# Supabase Extension for Gemini CLI\n\nThe Supabase extension for [Gemini CLI](https://github.com/google-gemini/gemini-cli) gives Gemini the tools, skills, and context needed to work effectively with Supabase projects.\n\n## Installation\n\n```bash\ngemini extensions install https://github.com/supabase-community/gemini-extension\n```\n\n## What's Included\n\n- **MCP Server** — Remote connection to the [Supabase MCP server](https://supabase.com/mcp) for project management, SQL execution, migrations, and more\n- **Skills** — Agent skills from [supabase/agent-skills](https://github.com/supabase/agent-skills) (e.g. `postgres-best-practices`)\n- **Context** — `SUPABASE.md` with CLI usage patterns and best practices\n\n## Development\n\nInstall development tools with [mise](https://mise.jdx.dev/):\n\n```\nmise install\n```\n\nThis repo uses a git submodule for shared agent skills.\n\nAfter cloning, initialize the submodule:\n\n```bash\ngit submodule update --init --recursive\n```\n\nTo test locally:\n\n```bash\ngemini extensions install .\n```\n\nTo update the submodule:\n\n```bash\ngit submodule update --remote submodules/agent-skills\ngit add submodules/agent-skills\ngit commit -m \"chore: update agent-skills submodule\"\n```\n\n## Releasing\n\nThis repo uses [Release Please](https://github.com/googleapis/release-please) for automated releases.\n\n1. Merge commits with `feat:` or `fix:` prefixes to trigger a release (see [How should I write my commits?](https://github.com/googleapis/release-please#how-should-i-write-my-commits))\n2. Release Please opens a \"Release PR\" with version bump and changelog\n3. Merge the Release PR to publish\n4. `supabase-gemini-extension.tar.gz` is uploaded to the GitHub release\n\nNote: Release Please is configured to only bump patch versions (0.1.x) until project is more stable.\n",
  "bytes": 1779,
  "sha": "a7c55fc8f8a304b8f6869738922ac19c266513c8286157049838e0492d7a5209",
  "repo_slug": "supabase-community/gemini-extension",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_supabase_community_gemini_extension_15190c04/readme"
}