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:
Pedro Rodrigues
2026-05-05 18:12:24 +01:00
parent 9bb903cc21
commit bf6643c70c

View File

@@ -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