mirror of
https://github.com/supabase/supabase.git
synced 2026-05-11 10:49:48 +08:00
## Summary Renames the docs page title, sidebar label, description, and body text from **"Supabase Agent Plugin"** to **"Supabase Plugin for AI coding Agents"** across `plugins.mdx`, `ai-skills.mdx`, `mcp.mdx`, and the navigation constants More context in this [Slack thread](https://supabase.slack.com/archives/C0254JUR2DU/p1778165488699219) Close [AI-710](https://linear.app/supabase/issue/AI-710/rename-supabase-agent-plugin-docs-title) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Renamed the AI tool throughout docs and navigation to "Supabase Plugin for AI Coding Agents" (previously "Supabase Agent Plugin"). * Updated getting-started and plugin pages, installation guidance, and sidebar labels to use the new name while preserving existing links and instructions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
43 lines
2.6 KiB
Plaintext
43 lines
2.6 KiB
Plaintext
---
|
|
id: 'ai-tools-plugins'
|
|
title: 'Supabase Plugin for AI Coding Agents'
|
|
subtitle: 'One-click setup for Supabase in your AI coding agent'
|
|
description: 'The Supabase plugin for AI coding agents bundles the MCP server and agent skills into a single install for your AI coding agent.'
|
|
sidebar_label: 'Supabase Plugin for AI Coding Agents'
|
|
---
|
|
|
|
The Supabase Plugin for AI Coding Agents is a single install that gives your AI coding agent everything it needs to work with Supabase. It bundles the [Supabase MCP server](/docs/guides/getting-started/mcp) and [Supabase agent skills](/docs/guides/getting-started/ai-skills) so your agent can query your database, manage migrations, deploy Edge Functions, and follow Supabase and Postgres best practices — without manual configuration.
|
|
|
|
## Why use the plugin?
|
|
|
|
Plugins for AI coding agents are packages of AI agent extensions. A single plugin can bundle any combination of:
|
|
|
|
- **MCP servers** — external tool integrations that let your agent interact with services like Supabase
|
|
- **Skills** — procedural knowledge and context your agent loads on demand to work more accurately
|
|
- **Hooks** — event handlers that run at agent lifecycle points (e.g. before or after a tool call)
|
|
- **Agents** — specialized sub-agents with specific personas and tool configurations
|
|
- **Slash commands** — custom commands you can invoke directly in chat
|
|
|
|
Bundling the [MCP server](/docs/guides/getting-started/mcp) and [agent skills](/docs/guides/getting-started/ai-skills) into a single plugin means you can set up both in one step. You can also install them separately if you prefer. You can install the plugin globally to use it across all your projects, or per project to keep it isolated.
|
|
|
|
## Installation
|
|
|
|
Choose your AI coding agent and follow the installation steps:
|
|
|
|
<AgentPluginsPanel />
|
|
|
|
## What's included
|
|
|
|
### Supabase MCP server
|
|
|
|
The [Supabase MCP server](/docs/guides/getting-started/mcp) connects your AI coding agent directly to your Supabase projects. Once authenticated, your agent can query your database, manage migrations, deploy Edge Functions, and more — see the [full list of available tools](/docs/guides/getting-started/mcp#available-tools).
|
|
|
|
### Supabase agent skills
|
|
|
|
Skills provide your agent with Supabase-specific procedural knowledge:
|
|
|
|
- **`supabase`** — Core guidance for working with Supabase products (Database, Auth, Edge Functions, Storage, Realtime)
|
|
- **`supabase-postgres-best-practices`** — Postgres query optimization, schema design, connection management, and RLS patterns
|
|
|
|
For a full list of available skills and supported agents, see [Agent Skills](/docs/guides/getting-started/ai-skills).
|