From bf6643c70cb07548b3cdff703fb48ddbeb1ee3cb Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Tue, 5 May 2026 18:12:24 +0100 Subject: [PATCH] docs(plugins): apply Chris's prose suggestion on line 21 Co-Authored-By: Claude Sonnet 4.6 --- apps/docs/content/guides/getting-started/plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/guides/getting-started/plugins.mdx b/apps/docs/content/guides/getting-started/plugins.mdx index 59afb082313..6a2e624edcb 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