Plugins
Browse and install plugins to extend your AI coding agents with skills, tools, rules, and more.
What Are Plugins?
Plugins are self-contained bundles that your organization's admins create and publish. Each plugin can include any combination of:
| Component | What It Does |
|---|---|
| Skills | Markdown knowledge files that teach your agent specialized workflows |
| Toolkits | Curated selections of tools from MCP servers, plus prompts and resources |
| Commands | Slash-commands (e.g. /deploy) with typed arguments |
| Rules | Always-apply or glob-scoped rules that guide agent behavior |
| Hooks | Event-driven automations triggered on agent events |
| Sub-Agents | Dedicated agents with their own model, scope, and tool permissions |
| MCP Servers | Connections to external services (GitHub, Jira, Slack, etc.) |
Browsing Plugins
Navigate to the Plugins page to see all published plugins available in your organization.
Each plugin card shows:
- Name and description
- Version badge
- Component counts — icons indicating how many skills, toolkits, commands, rules, hooks, agents, and MCP servers are included
- Install button
Searching
Use the search bar at the top of the page to filter plugins by name, description, or slug.
Layout
Toggle between grid and row layouts using the layout switcher next to the search bar.
Viewing Component Details
In grid view, hover over the component count icons to see the names of the included skills, toolkits, commands, rules, hooks, agents, or MCP servers.
Installing a Plugin
Click the Install button on any plugin card to open the install dialog. There are two installation methods:
Install Command
- Select your platform — Choose from the available platforms (Cursor, Claude Code, GitHub Copilot, Codex). The available platforms depend on your organization's configuration.
- Copy the command — A platform-specific install command is generated for you. Click the copy button to copy it to your clipboard.
- Run the command — Paste and run the command in your AI agent's terminal or chat.
Example commands by platform:
| Platform | Example Command |
|---|---|
| Claude Code | /plugin install my-plugin@my-marketplace |
| GitHub Copilot | gh copilot plugin install my-plugin --source my-marketplace |
| Codex | codex plugin install my-plugin@my-marketplace |
| Cursor | Install from the Cursor marketplace panel |
Download
Alternatively, download the plugin as a zip file for manual installation:
- Switch to the Download tab in the install dialog.
- Click Download for Cursor or Download for Claude Code.
- Extract the zip and place the plugin files in the appropriate directory for your platform.
What Happens After Installation
Once installed, the plugin's components become active in your AI agent:
- Skills are available as knowledge the agent can reference
- MCP servers provide tools the agent can call
- Commands appear as slash-commands you can invoke
- Rules automatically guide agent behavior based on their scope
- Hooks trigger on the configured agent events
- Sub-agents become available for delegated tasks
Supported Platforms
Plugins can target one or more AI coding platforms:
| Platform | Description |
|---|---|
| Cursor | Install via the Cursor marketplace panel or download as a zip |
| Claude Code | Install via the /plugin install slash command |
| GitHub Copilot | Install via the gh copilot plugin install CLI command |
| Codex | Install via the codex plugin install CLI command |
Your organization's admins control which platforms are available. Individual plugins may also be limited to specific platforms.