typespec-create-agent
Generates TypeSpec declarative agent definitions for Microsoft 365 Copilot with specific capabilities and constraints.
Install
npx skills add https://github.com/github/awesome-copilot --skill typespec-create-agentStats
| Total installs | 7,386 |
| Weekly installs | 7.4K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Produces a main.tsp file with agent declaration, instructions, conversation starters, and capability definitions following Microsoft's TypeSpec M365 Copilot schema
- Supports 10 capability types including WebSearch, OneDriveAndSharePoint, TeamsMessages, Email, People, CodeInterpreter, GraphicArt, GraphConnectors, Dataverse, and Meetings with optional scoping (URLs, folders, sites)
- Enforces constraints: agent names under 100 characters, descriptions under 1,000 characters, instructions under 8,000 characters, and 2-4 diverse conversation starters per agent
- Guides users through discovery questions about agent purpose, required capabilities, knowledge sources, and typical interactions to inform the generated definition
Tags
Related skills
| Skill | Installs | vs typespec-create-agent |
|---|---|---|
| suggest-awesome-github-copilot-instructions | 7,427 | +41 |
| competitor-teardown | 7,369 | -17 |
| structured-autonomy-generate | 7,407 | +21 |
| gen-specs-as-issues | 7,412 | +26 |
| ai-music-generation | 7,381 | -5 |
FAQ
- How many installs does typespec-create-agent have?
- typespec-create-agent has 7,386 total installs and 7.4K installs this week.
- Where is typespec-create-agent hosted?
- typespec-create-agent is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does typespec-create-agent have?
- typespec-create-agent has 27.4K GitHub stars.
- When was typespec-create-agent first indexed?
- OrangeBot.AI first indexed typespec-create-agent on Feb 25, 2026.
- How do I install typespec-create-agent?
- Run: npx skills add https://github.com/github/awesome-copilot --skill typespec-create-agent