If you're integrating GitHub Copilot's agent runtime into your own application instead of building orchestration from scratch, this skill covers the multi-language SDK that wraps the CLI over JSON-RPC. It walks through setup patterns (local, bundled, headless server), the deny-by-default permission model, session lifecycle with create/resume, streaming events, BYOK including Azure Managed Identity, and language-specific quirks across Node.js, Python, Go, .NET, and Java. The skill reminds Claude to check official docs first, avoid hardcoded model lists when runtime discovery exists, and watch for preview-era changes to permissions and event names. Useful if you're building desktop tools, backend services, or multi-tenant systems that need programmatic access to Copilot's reasoning.
npx skills add https://github.com/intellectronica/agent-skills --skill copilot-sdk