diff --git a/apps/docs/content/guides/getting-started/plugins.mdx b/apps/docs/content/guides/getting-started/plugins.mdx index 59afb08231..6a2e624edc 100644 --- a/apps/docs/content/guides/getting-started/plugins.mdx +++ b/apps/docs/content/guides/getting-started/plugins.mdx @@ -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