typespec-api-operations
RESTful CRUD operations for TypeSpec API plugins with routing, parameters, and adaptive cards.
What it does
- List all items.
- List items filtered by criteria.
- @param userId Optional user ID to filter items
- Get a specific item by ID.
- @param id The ID of the item to retrieve
- List items with adaptive card visualization.
- Create a new item.
Requirements & configuration
- Solution: Check if property needs @visibility(Lifecycle.Read) or remove it if it should be writable
Configuration: POSTPATCHDELETE
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
RESTful CRUD operations for TypeSpec API plugins with routing, parameters, and adaptive cards.
Source
Repository: https://github.com/github/awesome-copilot
typespec-api-operations FAQ
What does the typespec-api-operations skill do?
Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards List all items. List items filtered by criteria.
What does typespec-api-operations require?
Solution: Check if property needs @visibility(Lifecycle.Read) or remove it if it should be writable Configuration keys: POST, PATCH, DELETE.
How do I install typespec-api-operations?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill typespec-api-operations --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain typespec-api-operations?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-typespec-api-operations?ref=badge) npx agentictools info skills/github-awesome-copilot-typespec-api-operations The second line is the CLI lookup for this page — handy in READMEs and docs.