๐ŸŽฏ

typespec-create-agent

๐ŸŽฏSkill

from github/awesome-copilot

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add github/awesome-copilot --skill typespec-create-agent
skills.sh Installโš  Installs to .agents/skills/
$npx skills add github/awesome-copilot --skill typespec-create-agent
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/typespec-create-agent/SKILL.md
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(378 items)

typespec-create-agent

SKILL.md

8,583Installs
27,706
-
Last UpdatedMar 31, 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.

๐ŸŽฏ
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.

๐ŸŽฏ
multi-stage-dockerfile๐ŸŽฏSkill

Creates optimized multi-stage Dockerfiles for any language or framework, separating builder and runtime stages to produce smaller, more secure container images.

๐ŸŽฏ
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.

๐ŸŽฏ
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.

๐ŸŽฏ
playwright-generate-test๐ŸŽฏSkill

Generates Playwright end-to-end tests from user-described scenarios using Playwright MCP for browser automation.

๐ŸŽฏ
conventional-commit๐ŸŽฏSkill

Generates conventional commit messages using structured XML format following the Conventional Commits specification.