mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
docs(plugins): apply Chris's prose suggestion on line 21
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,7 @@ Agent plugins are packages of AI agent extensions. A single plugin can bundle an
|
||||
- **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. The plugin can be installed globally to use it across all your projects, or per project to keep it isolated.
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user