Copilot Extensions Preview SDK (JS)
Official JavaScript SDK that handles request verification, response formatting, and prompt streaming for Copilot Extensions.
Description
Maintained by GitHub's copilot-extensions org. Verifies signed payloads with GitHub's public keys, builds typed response events (text, confirmations, references, errors), and exposes helpers for OpenAI-compatible payloads. The de facto base layer for TypeScript and Node Copilot Extensions.
Tags
Install
Install via Copilot extension
# install via Copilot extension
# see vendor docsRatings & reviews
Community rating
No ratings yet.
Be the first to share what working with this skill is actually like.
Related skills in API integration
MCP Builder
Anthropic's official Claude Skill for designing, implementing, reviewing, and evaluating high-quality MCP servers in Python or TypeScript.
RAG Copilot Extension
Reference Go-based Copilot Extension demonstrating retrieval-augmented generation patterns over a custom corpus.
Function Calling Copilot Extension
Reference Go-based Copilot Extension that demonstrates function calling with confirmation dialogs — issue creation and listing as worked examples.