GitHub Copilot

Set up Domscribe with GitHub Copilot.

Install

copilot plugin install patchorbit/domscribe

This installs the Domscribe plugin which registers the MCP server configuration and a skill file that teaches Copilot how to use Domscribe's 12 tools effectively.

What Gets Installed

  1. MCP server configuration -- registers @domscribe/mcp as a stdio-based MCP server so Copilot can communicate with the Domscribe relay.
  2. Skill file -- instructions that guide Copilot on when to query runtime state, how to claim and process annotations, and how to interpret the responses.

Usage

With the plugin installed and your dev server running, Copilot can access all Domscribe tools. Prompt it to use Domscribe when you want it to see your running UI or process change requests from the browser overlay.

Next Steps