GitHub Copilot CLI Plugins and Marketplaces: Extend Your Terminal Agent GitHub Copilot CLI now supports plugins and a marketplace system that lets developers package reusable agents, skills, hooks, and MCP server integrations as installable packages. Instead of manually copying configuration files or sharing setup notes, users can install plugins with a single `copilot plugin install` command, with plugin contents stored under the user's Copilot directory and loaded into future terminal sessions. The plugin system is distinct from GitHub Copilot Extensions, focusing specifically on terminal-based AI agent customization. GitHub Copilot CLI already gives you an AI assistant in the terminal. Plugins make it more powerful by letting you install reusable agents, skills, hooks, and tool integrations as packages. Instead of manually copying prompt files, wiring MCP servers, or sharing setup notes in a wiki, you can package those capabilities once and install them from a marketplace. In this guide, we will look at how Copilot CLI plugins work, how to find and install them, how marketplaces are structured, and how to build a small plugin of your own. Quick tip:if you ever forget a flag, run copilot plugin --help or copilot plugin