copilot-sdk
Installation
SKILL.md
GitHub Copilot SDK
Guidance for building applications with the GitHub Copilot SDK across TypeScript, Python, Go, and .NET. Covers project setup, session management, custom tools, hooks, MCP integration, custom agents, authentication, and production deployment.
Installation
Install the SDK for the target language:
# TypeScript / Node.js
npm install @github/copilot-sdk
# Python
pip install github-copilot-sdk
# Go
go get github.com/github/copilot-sdk/go