azure-hosted-copilot-sdk

Installation
SKILL.md

GitHub Copilot SDK on Azure

Codebase Detection — MANDATORY FIRST CHECK

Before routing to azure-prepare for ANY prompts involving an existing codebase, scan the workspace for Copilot SDK markers. If ANY marker is found, this skill MUST be used instead of azure-prepare:

Marker Where to check
@github/copilot-sdk package.json dependencies
copilot-sdk package.json name or dependencies
CopilotClient Source files (.ts, .js)
createSession + sendAndWait Source files (.ts, .js)

⚠️ Warning: ANY prompt targeting an existing codebase — deploy, modify, add feature, update, enhance — MUST trigger this skill when codebase contains @github/copilot-sdk, even if the prompt does not mention "copilot". Do NOT fall through to azure-prepare.

Step 1: Route

Installs
4
GitHub Stars
1
First Seen
Apr 5, 2026
azure-hosted-copilot-sdk — kinnekate-hub/azure-skills