skill-creator
仓库创建 2026年1月17日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
提供必要上下文与模板,适合开发新技能或改进现有技能的团队。
这个 Skill 做什么
指导如何为 AI 代理创建与维护高质量技能,侧重 Azure SDK 与服务。
给做 AI 代理技能的人一套实操指南,侧重如何把 Azure SDK 和 Microsoft Foundry 的能力封装成可靠、可调用的技能模块。用在新建技能或维护现有技能、把 SDK/API 能力暴露给代理时。重点要求提供 SDK 包名和文档链接,保证技能可复现、易测试并能被代理安全调用。
▸ 展开 SKILL.md 英文原文
Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills.
2.7k
Stars
304
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/skills/main/.github/skills/skill-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/skills/main/.github/skills/skill-creator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Skill Creator Guide for creating skills that extend AI agent capabilities, with emphasis on Azure SDKs and Microsoft Foundry. > **Required Context:** When creating SDK or API skills, users MUST provide the SDK package name, documentation URL, or repository reference for the skill to be based on. ## About Skills Skills are modular knowledge packages that transform general-purpose agents into specialized experts: 1. **Procedural knowledge** — Multi-step workflows for specific domains 2. **SDK expertise** — API patterns, authentication, error handling for Azure services 3. **Domain context** — Schemas, business logic, company-specific patterns 4. **Bundled resources** — Scripts, referenc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有