🎯

typespec-create-agent

🎯Skill

from github/awesome-copilot

VibeIndex|
What it does
|

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 @agent decorator with name (up to 100 characters) and description (up to 1,000 characters) following TypeSpec M365 Copilot conventions
  • Behavioral Instructions - Creates detailed @instructions decorator content (up to 8,000 characters) defining the agent's role, expertise, personality, and boundaries
  • Conversation Starters - Includes 2-4 diverse @conversationStarter decorators 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-copilot with 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(224 items)

typespec-create-agent

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add github/awesome-copilot --skill typespec-create-agent
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add github/awesome-copilot --skill typespec-create-agent
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/typespec-create-agent/SKILL.md

SKILL.md

6,823Installs
-
AddedFeb 25, 2026

More from this repository10

🎯
git-commit🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
gh-cli🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
prd🎯Skill

Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications

🎯
refactor🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
excalidraw-diagram-generator🎯Skill

Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.

🎯
documentation-writer🎯Skill

Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.

🎯
chrome-devtools🎯Skill

Automates browser interactions, debugging, and performance analysis using Chrome DevTools for comprehensive web page inspection and control.

🎯
java-springboot🎯Skill

Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.

🎯
web-design-reviewer🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
github-issues🎯Skill

Manages GitHub Issues through the GitHub API, enabling creation, searching, labeling, and triaging of issues directly from the coding environment.