Claude Skill
microsoft/agent-skills
微软提供的技能、MCP服务器和SDK文档仓库,用于构建和基础化自定义编码代理。包含用于代理开发的TypeScript资源。
概览
仓库信息
安装这个 Skill
npx skills add microsoft/skillsRegistry 信息
npx skills add microsoft/skillsgit clone https://github.com/microsoft/skills.git
项目简介
一个由微软提供的仓库,包含用于构建编码代理的基础组件,如技能、MCP服务器和SDK文档。
Skills, MCP servers, Custom Coding Agents, Agents.md for SDKs to ground Coding Agents
要点
- 预构建的代理技能集合
- MCP(模型上下文协议)服务器
- 自定义编码代理资源
- SDK文档(Agents.md)
- TypeScript实现
- 与Azure和Foundry平台集成
使用场景
- 为AI编码助手提供特定技能基础
- 构建自定义代理工作流
- 通过MCP扩展代理能力
- 开发基于代理的应用程序
- 学习代理SDK模式
README 摘要
# Agent Skills [](https://github.com/microsoft/skills/actions/workflows/test-harness.yml) [](https://github.com/microsoft/skills/actions/workflows/skill-evaluation.yml) [](https://skills.sh/microsoft/skills) [](https://microsoft.github.io/skills/#documentation) > [!NOTE] > **Work in Progress** — This repository is under active development. More skills are being added, existing skills are being updated to use the latest SDK patterns, and tests are being expanded to ensure quality. Contributions welcome! Skills, custom agents, AGENTS.md templates, and MCP configurations for AI coding agents working with Azure SDKs and Microsoft AI Foundry. > **Blog post:** [Context-Driven Development: Agent Skills for Microsoft Foundry and Azure](https://devblogs.microsoft.com/all-things-azure/context-driven-development-agent-skills-for-microsoft-foundry-and-azure/) > **🔍 Skill Explorer:** [Browse all 174 skills with 1-click install](https://microsoft.github.io/skills/) ## Quick Start ```bash npx skills add microsoft/skills ``` Select the skills you need from the wizard. Skills are installed to your chosen agent's directory (e.g., `.github/skills/` for GitHub Copilot) and symlinked if you use multiple agents. <details> <summary>Alternative installation methods</summary> **Manual installation (git clone)** ```bash # Clone and copy specific skil