mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 18:35:14 +00:00
Add comprehensive skill for building agentic applications with the GitHub Copilot SDK. This skill covers: - Installation for Node.js, Python, Go, and .NET - Quick start examples with sendAndWait pattern - Streaming responses with proper event handling - Custom tools definition (JSON Schema, Pydantic, Go structs) - MCP Server integration (GitHub MCP) - Custom agents for specialized AI personas - System message customization - External CLI server connection - Session persistence and management - Error handling and best practices - Interactive CLI assistant examples Based on official GitHub Copilot SDK documentation from https://github.com/github/copilot-sdk Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>