copilot-agent-starter

sethiramicrosoft/copilot-agent-starter
★ 0 stars Unknown language 💻 Code/Dev Tools Updated 1d ago
Domain-scoped agent fleet for GitHub Copilot CLI. Each agent owns a domain, pins its own model, and wires its own MCP servers.
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": {
    "copilot-agent-starte": {
      "command": "npx",
      "args": [
        "-y",
        "sethiramicrosoft/copilot-agent-starter"
      ]
    }
  }
}

README Excerpt

A reference setup for **domain-scoped agents** on GitHub Copilot CLI. Each agent owns a domain, pins its own model, and wires its own MCP servers — no shared context, no tool bleed. Companion to [copilot-fleet-starter](https://github.com/sethiramicrosoft/copilot-fleet-starter) (code review personas). This repo is the execution layer; that repo is the review layer.

Tools (1)

COPILOT_DB_PATH