typespec▌
3 indexed skills · max 10 per page
typespec-create-agent
github/awesome-copilot · Productivity
Generate a complete TypeSpec declarative agent for Microsoft 365 Copilot with instructions, capabilities, and conversation starters. \n \n Produces a main.tsp file with agent declaration, instructions, conversation starters, and capability definitions following Microsoft's TypeSpec M365 Copilot schema \n Supports 10 capability types including WebSearch, OneDriveAndSharePoint, TeamsMessages, Email, People, CodeInterpreter, GraphicArt, GraphConnectors, Dataverse, and Meetings with optional scoping
typespec-api-operations
github/awesome-copilot · Backend
RESTful CRUD operations for TypeSpec API plugins with routing, parameters, and adaptive cards. \n \n Supports GET, POST, PATCH, and DELETE operations with path, query, and body parameters for filtering, creation, and updates \n Includes adaptive card visualization for GET responses and confirmation dialogs for destructive operations (POST, PATCH, DELETE) \n Provides complete CRUD example with models, error handling, and multiple query parameter patterns \n Built-in testing prompts and best pract
typespec-create-api-plugin
github/awesome-copilot · Backend
Generate TypeSpec API plugins for Microsoft 365 Copilot with REST operations, authentication, and Adaptive Cards. \n \n Scaffolds complete TypeSpec projects with agent definitions (main.tsp) and API operations (actions.tsp) following Microsoft 365 Copilot conventions \n Supports four authentication modes: public APIs, API key headers, OAuth2 with authorization code flow, and registered auth references \n Includes optional confirmation dialogs for destructive operations and Adaptive Card template