Copilot CLI Extension Builder

Build custom GitHub Copilot CLI extensions — tools, slash commands, and canvas UI surfaces. Use when the user asks to: (1) create a new Copilot CLI extension, (2) add a tool for Copilot to call, (3) add a /slash command, (4) build an interactive canvas side-panel, (5) enable the experimental extensions feature, (6) scaffold extension boilerplate, or (7) troubleshoot/debug extension errors. Do NOT use for general Copilot customization (skills, agents, hooks, MCP servers, plugins) — those are separate concern areas. Covers Node.js/JavaScript extensions using @github/copilot-sdk/extension on the Copilot CLI.

arisng 61bcf29 7 files · 29.2 KB Updated

File contents

arisng/github-copilot-fc/tree/main/skills/copilot-cli-extension-builder commit 61bcf29f76

Frequently asked questions

npx skillmds@latest add arisng/copilot-cli-extension-builder