AI AGENT ADDONS

Typespec Api Operations

github/awesome-copilot
Backend & APIs
8,676installs

TypeSpec API operations let you add GET, POST, PATCH, and DELETE actions to your plugin. These operations work with Microsoft 365 Copilot. You can define routes, parameters, and even adaptive cards for rich responses. Each operation follows RESTful patterns. This makes your plugin easy to use and extend.

Developers can quickly build and test API endpoints. The skill shows clear examples with code snippets and card templates. You get simple GET requests to list items and more complex POST or PATCH calls with confirmation dialogs. DELETE operations include safety checks too.

Anyone who builds plugins for Copilot will benefit. The examples use plain TypeSpec syntax. You can copy them directly into your project. The adaptive cards make your data look great inside chat. This skill saves time and reduces mistakes.

Add Typespec Api Operations skill to your workflow

Global

mkdir -p ~/.claude/skills/typespec-api-operations

Project

mkdir -p .claude/skills/typespec-api-operations

Source Repository

Stars
35,856
Forks
4,431
Watchers
35,856
License
MIT
Last Push
1 month ago
Created
1 year ago