chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-25 01:53:55 +00:00
parent 6cd6bfe767
commit ffab45c53e
3 changed files with 30 additions and 4 deletions
@@ -3,7 +3,7 @@ title: 'Installing and Using Plugins'
description: 'Learn how to find, install, and manage plugins that extend GitHub Copilot CLI with reusable agents, skills, hooks, and integrations.'
authors:
- GitHub Copilot Learning Hub Team
lastUpdated: 2026-04-27
lastUpdated: 2026-06-24
estimatedReadingTime: '8 minutes'
tags:
- plugins
@@ -33,6 +33,7 @@ A plugin bundles one or more of the following components:
| **Hooks** | Event handlers that intercept agent behavior | `hooks.json` or `hooks/` |
| **MCP Servers** | Model Context Protocol integrations for external tools | `.mcp.json` or `.github/mcp.json` |
| **LSP Servers** | Language Server Protocol integrations | `lsp.json` or `.github/lsp.json` |
| **Extensions** | IDE extensions installable via the plugin marketplace (v1.0.62+) | `extensions/` |
A plugin might include all of these or just one — for example, a plugin could provide a single specialized agent, or an entire development toolkit with multiple agents, skills, hooks, and MCP server configurations working together.