Skip to main content
Back to registry

typespec-api-operations

github/awesome-copilot

Add RESTful operations to an existing TypeSpec API plugin for Microsoft 365 Copilot.

Installs6
Install command
npx skills add https://github.com/github/awesome-copilot --skill typespec-api-operations
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Add RESTful operations to an existing TypeSpec API plugin for Microsoft 365 Copilot. Create the Adaptive Card ( appPackage/item-card.json ): After adding operations, test with these prompts: GET Operations: POST Operations: PATCH Operations: DELETE Operations: Solution : Check parameter is properly decorated with @query , @path , or @body Solution : Verify file path in @card decorator and check JSON syntax Solution : Ensure @capabilities decorator is properly formatted with confirmation object Solution : Check if property needs @visibility(Lifecycle.Read) or remove it if it should be writable - "List all items and show them in a table" - "Show me items for user ID 1" - "Get the details of item 42" - "Create a new item with title 'My Task' for user 1" - "Add an item: title 'New Feature', description 'Add login'" - "Update item 10 with title 'Updated Title'" - "Change the status of item 5 to completed" - "Delete item 99" - "Remove the item with ID 15" - Use descriptive parameter names: userId not uid - Be consistent across operations - Use optional parameters ( ? ) for filters - Add JSDoc comments to all operations - Describe what each parameter does - Document expected responses - Use @visibility(Lifecycle.Read) for read-only fields like id - Use @format("date-time") for date fields - Use union types for enums: "active" | "completed" - Make optional fields explicit with ? -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does typespec-api-operations do?

Add RESTful operations to an existing TypeSpec API plugin for Microsoft 365 Copilot.

Is typespec-api-operations good?

typespec-api-operations does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does typespec-api-operations work with?

typespec-api-operations currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to typespec-api-operations?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install typespec-api-operations?

npx skills add https://github.com/github/awesome-copilot --skill typespec-api-operations

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering