Skip to main content

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:

ComponentWhat It Does
SkillsMarkdown knowledge files that teach your agent specialized workflows
ToolkitsCurated selections of tools from MCP servers, plus prompts and resources
CommandsSlash-commands (e.g. /deploy) with typed arguments
RulesAlways-apply or glob-scoped rules that guide agent behavior
HooksEvent-driven automations triggered on agent events
Sub-AgentsDedicated agents with their own model, scope, and tool permissions
MCP ServersConnections 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

  1. Select your platform — Choose from the available platforms (Cursor, Claude Code, GitHub Copilot, Codex). The available platforms depend on your organization's configuration.
  2. Copy the command — A platform-specific install command is generated for you. Click the copy button to copy it to your clipboard.
  3. Run the command — Paste and run the command in your AI agent's terminal or chat.

Example commands by platform:

PlatformExample Command
Claude Code/plugin install my-plugin@my-marketplace
GitHub Copilotgh copilot plugin install my-plugin --source my-marketplace
Codexcodex plugin install my-plugin@my-marketplace
CursorInstall from the Cursor marketplace panel

Download

Alternatively, download the plugin as a zip file for manual installation:

  1. Switch to the Download tab in the install dialog.
  2. Click Download for Cursor or Download for Claude Code.
  3. 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:

PlatformDescription
CursorInstall via the Cursor marketplace panel or download as a zip
Claude CodeInstall via the /plugin install slash command
GitHub CopilotInstall via the gh copilot plugin install CLI command
CodexInstall 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.