Skip to main content
Back to registry

typespec-create-agent

github/awesome-copilot

Installs6
Install command
npx skills add https://github.com/github/awesome-copilot --skill typespec-create-agent
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Create a complete TypeSpec declarative agent for Microsoft 365 Copilot with the following structure: Generate a main.tsp file with: Agent Declaration Instructions Conversation Starters Capabilities (based on user needs) Ask the user: Then generate the complete TypeSpec agent definition. - Agent Declaration - Use @agent decorator with a descriptive name and description - Name should be 100 characters or less - Description should be 1,000 characters or less - Instructions - Use @instructions decorator with clear behavioral guidelines - Define the agent's role, expertise, and personality - Specify what the agent should and shouldn't do - Keep under 8,000 characters - Conversation Starters - Include 2-4 @conversationStarter decorators - Each with a title and example query - Make them diverse and showcase different capabilities - Capabilities (based on user needs) - WebSearch - for web content with optional site scoping - OneDriveAndSharePoint - for document access with URL filtering - TeamsMessages - for Teams channel/chat access - Email - for email access with folder filtering - People - for organization people search - CodeInterpreter - for Python code execution - GraphicArt - for image generation - GraphConnectors - for Copilot connector content - Dataverse - for Dataverse data access - Meetings - for meeting content access - Use descriptive, role-based agent names (e.g.,...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does typespec-create-agent do?

typespec-create-agent is listed in SkillJury, but the source summary is still sparse.

Is typespec-create-agent good?

typespec-create-agent does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does typespec-create-agent work with?

typespec-create-agent currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to typespec-create-agent?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install typespec-create-agent?

npx skills add https://github.com/github/awesome-copilot --skill typespec-create-agent

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering