typespec-create-agent

Generate a complete TypeSpec declarative agent for Microsoft 365 Copilot with instructions, capabilities, and conversation starte…

github ↓ 8.6k
Claude Code
View source ↗

What it does

  • Use @agent decorator with a descriptive name and description
  • Name should be 100 characters or less
  • Description should be 1,000 characters or less
  • 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

Requirements & configuration

  • 4. Capabilities (based on user needs)
  • Only include capabilities the agent actually needs
  • 2. What capabilities does it need?

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Generate a complete TypeSpec declarative agent for Microsoft 365 Copilot with instructions, capabilities, and conversation starters.

Source

Repository: https://github.com/github/awesome-copilot

typespec-create-agent FAQ

What does the typespec-create-agent skill do?

Generate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilot Use @agent decorator with a descriptive name and description Name should be 100 characters or less

What does typespec-create-agent require?

4. Capabilities (based on user needs) Only include capabilities the agent actually needs 2. What capabilities does it need?

How do I install typespec-create-agent?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill typespec-create-agent --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain typespec-create-agent?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

typespec-create-agent on getagentictools
[![typespec-create-agent on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-typespec-create-agent.svg)](https://getagentictools.com/skills/github-awesome-copilot-typespec-create-agent?ref=badge)
npx agentictools info skills/github-awesome-copilot-typespec-create-agent

The second line is the CLI lookup for this page — handy in READMEs and docs.