Token导航 LogoToken导航TokenDH.com
云服务external-servicegithub未标认证来源可访问许可证需确认审计提醒

azure-typespec-authorAzure typespec author 部署

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

267

周安装

11

GitHub Stars

公开资料未说明

下载量

87
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:azure-typespec-author(Azure typespec author 部署)
来源仓库:https://github.com/haolingdong-msft/azure-typespec-authoring
仓库路径:skills/azure-typespec-author
安装命令:
npx skills add https://github.com/haolingdong-msft/azure-typespec-authoring --skill azure-typespec-author
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/haolingdong-msft/azure-typespec-authoring --skill azure-typespec-author

简介

专为 Azure TypeSpec 作者设计的代码生成与验证工具链。

  • 强制要求最小化修改与每次变更后验证流程。
  • 提供 authoring plan 生成与编译 lint 检查能力。
  • 必须配合 azure-sdk-mcp 服务器使用方可生效。
  • azure-typespec-author 属于云服务类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Azure TypeSpec Author

MCP Prerequisites

Requires azure-sdk-mcp server with TypeSpec authoring and validation tools.

MCP Tools

ToolPurpose
azsdk_typespec_generate_authoring_planGenerate grounded authoring plan
azsdk_run_typespec_validationValidate TypeSpec compilation + lint

Principles

  1. Mandatory for ALL .tsp edits — even a single ? change can be breaking.
  2. Minimal, scoped edits — only change what the request requires.
  3. Always validate — run azsdk_run_typespec_validation after every edit.
  4. Always cite references — provide links that justify the approach.

Task Classification

Classify every request into exactly one of the two types below before proceeding.

  • API Version Evolution = adding a brand-new API version string (e.g. 2025-06-01-preview) to the service. This is *only* about creating a new version entry and carrying over / excluding features. It is not about adding @added/@removed decorators to individual properties or operations within an existing version — that falls under General Authoring.
  • General Authoring = everything else that modifies .tsp files.
TypeDescriptionExamples
API Version Evolution (ARM only)Adding a new preview or stable API version to an existing ARM service. Data-plane API version evolution is not fully supported yet."Add a new preview API version 2026-01-01-preview for widget resource manager"
General AuthoringAny other TypeSpec authoring task that modifies .tsp files"Add an ARM resource named Asset with CRUD operations"

Steps

All tasks follow a 5-step workflow. Steps 2–3 branch by task type; the rest are shared.

  1. Analyze Project — Follow the project analysis guide to collect project context and determine task type.
  2. Intake & Clarification

- *API Version Evolution:* determine the versioning scenario from Step 1, use agentic search in the document with the scenario URL below to collect information from user. Be sure to use a user-friendly way to collect required inputs from user. e.g., list the existing features (resources, operations, properties) from the latest version and then ask the user which to carry over or exclude, instead of asking for raw input. Latest Target URL to fetch preview preview https://azure.github.io/typespec-azure/docs/howtos/versioning/arm/02-preview-after-preview/ preview stable https://azure.github.io/typespec-azure/docs/howtos/versioning/arm/03-stable-after-preview/ stable preview https://azure.github.io/typespec-azure/docs/howtos/versioning/arm/04-preview-after-stable/ stable stable https://azure.github.io/typespec-azure/docs/howtos/versioning/arm/05-stable-after-stable/ - *General Authoring:* follow intake guide.

  1. Retrieve Solution

- *API Version Evolution:* search the downloaded guide content for implementation steps via agentic search and generate solution. No MCP tool call needed. - *General Authoring:* invoke azsdk_typespec_generate_authoring_plan MCP tool with the following parameters: Parameter Value request User request (verbatim) additionalInformation All content gathered from Steps 1–2 (intake analysis, user answers, relevant .tsp code read from the project) typeSpecProjectRootPath TypeSpec project root path Do not proceed without a grounded plan from this tool.

  1. Apply Changes — Confirm uncertainties with user, make minimal .tsp edits, prefer official templates from retrieved context.
  2. Validate — Follow the validation guide.

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.58%
按下载量换算34

Claude

29.99%
按下载量换算26

Cursor

18.55%
按下载量换算16

Gemini CLI

10.33%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills