·github-copilot-sdk
</>

github-copilot-sdk

rysweet/amplihack

Comprehensive knowledge of GitHub Copilot SDK for embedding Copilot's agentic workflows in Python, TypeScript, Go, and .NET applications. Auto-activates for Copilot SDK integration, CopilotClient usage, session management, streaming responses, custom tools, and MCP server connections.

19Installs·2Trend·@rysweet

Installation

$npx skills add https://github.com/rysweet/amplihack --skill github-copilot-sdk

SKILL.md

The GitHub Copilot SDK enables developers to embed Copilot's agentic workflows programmatically in their applications. It exposes the same engine behind Copilot CLI as a production-tested agent runtime you can invoke from code.

| Node.js/TypeScript | npm install @github/copilot-sdk | | Python | pip install github-copilot-sdk | | Go | go get github.com/github/copilot-sdk/go | | .NET | dotnet add package GitHub.Copilot.SDK |

The SDK manages the CLI process lifecycle automatically or connects to an external CLI server.

Comprehensive knowledge of GitHub Copilot SDK for embedding Copilot's agentic workflows in Python, TypeScript, Go, and .NET applications. Auto-activates for Copilot SDK integration, CopilotClient usage, session management, streaming responses, custom tools, and MCP server connections. Source: rysweet/amplihack.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rysweet/amplihack --skill github-copilot-sdk
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is github-copilot-sdk?

Comprehensive knowledge of GitHub Copilot SDK for embedding Copilot's agentic workflows in Python, TypeScript, Go, and .NET applications. Auto-activates for Copilot SDK integration, CopilotClient usage, session management, streaming responses, custom tools, and MCP server connections. Source: rysweet/amplihack.

How do I install github-copilot-sdk?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rysweet/amplihack --skill github-copilot-sdk Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/rysweet/amplihack