copilot
Turn any AI chat into a copilot with this community persona prompt.
by GitHub
Copilot Extensions let third-party tools and services plug into GitHub Copilot Chat. You install an extension from the GitHub Marketplace and invoke it in chat with an `@`-mention (for example `@github`); the extension's agent communicates with the Copilot platform over server-sent events and can call the GitHub API. Developers build extensions by creating and configuring a GitHub App backed by a deployed agent.
Copilot Extensions, MCP servers, and agent skills.
Setup steps with copy-paste config. Sources are cited under each method.
Requires: GitHub Copilot enabled · A GitHub account with permission to install apps
Find an extension
Browse the Copilot Extensions section of the GitHub Marketplace and install one.
https://github.com/marketplace?type=apps&copilot_app=trueInvoke it in chat
Open Copilot Chat and `@`-mention the extension to route your request to it.
@github What are my open pull requests in this repo?Copy-paste prompts written to exercise this plugin, with what to expect.
You installed an extension for your monitoring tool.
@your-extension Show the error rate for the checkout service over the last hour and link the noisiest trace.
What to expect: Copilot forwards the request to the extension's agent, which queries the service and returns the metrics and a link inside chat.
Real prompts from the IterPrompt library you can copy or run.
Turn any AI chat into a copilot with this community persona prompt.
A community prompt for copilot, imported from LLM-Prompt-Library (MIT).
Create and configure a GitHub App, connect it to a deployed agent that talks to the Copilot platform, and optionally list it on the Marketplace if it's public.
Copilot Extensions run inside Copilot Chat, so Copilot access applies. Confirm current plan requirements on GitHub's pricing page — we don't publish unverified pricing.
Test-on-Save Hook
Community pattern
A Claude Code hook that runs your tests automatically after every file edit.
Cursor MCP Integration
Anysphere
Connect any MCP server to Cursor's agent via a project or global mcp.json.
Cline MCP Marketplace
Cline
Discover and one-click install MCP servers into Cline from an in-app marketplace.
Continue MCP Support
Continue
Add any MCP server to Continue's agent through config.yaml.
The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.
Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.