azure-typespec-author
Installation
SKILL.md
Azure TypeSpec Author
MCP Prerequisites
Requires azure-sdk-mcp server with TypeSpec authoring and validation tools.
MCP Tools
| Tool | Purpose |
|---|---|
azsdk_typespec_generate_authoring_plan |
Generate grounded authoring plan |
azsdk_run_typespec_validation |
Validate TypeSpec compilation + lint |
Principles
- Mandatory for ALL
.tspedits — even a single?change can be breaking. - Minimal, scoped edits — only change what the request requires.
- Always validate — run
azsdk_run_typespec_validationafter every edit. - Always cite references — provide links that justify the approach.