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
- MCP server configuration -- registers
@domscribe/mcpas a stdio-based MCP server so Copilot can communicate with the Domscribe relay. - 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
- Add Domscribe to your app -- configure the bundler plugin for your framework
- Code to UI -- let the agent see your running browser
- UI to Code -- click elements and describe changes in plain English