The typespec-api-operations skill enables developers to add RESTful operations (GET, POST, PATCH, DELETE) to TypeSpec API plugins for Microsoft 365 Copilot, complete with routing, parameters, and adaptive card visualizations. It serves developers building Copilot extensions who need to define standard API operations with proper request/response handling and user confirmation dialogs. The skill solves the problem of quickly scaffolding common API patterns without writing boilerplate code from scratch.
npx skills add https://github.com/github/awesome-copilot --skill typespec-api-operations