typespec-create-agent
🎯Skillfrom github/awesome-copilot
Generates complete TypeSpec declarative agents for Microsoft 365 Copilot with instructions, capabilities, and actions.
Overview
TypeSpec Create Agent is a skill that generates complete TypeSpec declarative agent definitions for Microsoft 365 Copilot. It produces a main.tsp file with agent metadata, behavioral instructions, conversation starters, and capability configurations for features like web search, OneDrive/SharePoint access, Teams messages, email, code execution, and more.
Key Features
- Agent Declaration - Generates
@agentdecorator with name (up to 100 characters) and description (up to 1,000 characters) following TypeSpec M365 Copilot conventions - Behavioral Instructions - Creates detailed
@instructionsdecorator content (up to 8,000 characters) defining the agent's role, expertise, personality, and boundaries - Conversation Starters - Includes 2-4 diverse
@conversationStarterdecorators with titles and example queries that showcase different agent capabilities - Rich Capability Configuration - Supports WebSearch with site scoping, OneDrive/SharePoint with URL filtering, Teams messages, email with folder filtering, People search, CodeInterpreter, GraphicArt, Graph Connectors, Dataverse, and Meetings
- TypeSpec Import Structure - Generates proper imports from
@typespec/http,@typespec/openapi3, and@microsoft/typespec-m365-copilotwith correct namespace usage
Who is this for?
This skill is for developers building declarative agents for Microsoft 365 Copilot using the TypeSpec definition language. It is particularly useful for enterprise developers who want to rapidly prototype and deploy custom Copilot agents with specific data source access and behavioral configurations without manually writing TypeSpec definitions from scratch.
Same repository
github/awesome-copilot(315 items)
Installation
npx vibeindex add github/awesome-copilot --skill typespec-create-agentnpx skills add github/awesome-copilot --skill typespec-create-agent~/.claude/skills/typespec-create-agent/SKILL.mdSKILL.md
More from this repository10
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications
Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.
Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.
Creates optimized multi-stage Dockerfiles for any language or framework, separating builder and runtime stages to produce smaller, more secure container images.
Creates README.md files for projects.
Merges mature lessons from domain memory files into instruction files, consolidating knowledge with minimal redundancy across global, user, and workspace scopes.