vscode-copilot-expert

good-enough-productions/vscode-copilot-expert
★ 0 stars HTML Code/Dev Tools Updated today
Interactive VS Code Copilot customization guide: instructions, agents, hooks, MCP servers, tasks, and best practices
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vscode-copilot-exper": {
      "command": "npx",
      "args": [
        "-y",
        "good-enough-productions/vscode-copilot-expert"
      ]
    }
  }
}

README Excerpt

A comprehensive knowledge base for mastering GitHub Copilot in VS Code — built from official Microsoft docs, community patterns, and real working examples. > **Last updated:** May 2026 | VS Code Insiders + GitHub Copilot --- ``` VS Code Copilot expert/ ├── README.md ← You are here ├── docs/