检索微软官方文档与示例代码,快速获取 Azure、.NET 等技术答案
该技能材料显示其本质是面向 Microsoft 文档的提示型检索编排,未声明需要密钥、未声明本地执行或直接文件访问。整体风险较低,但因其会引导调用外部 MCP/文档源,且仓库社区采用度与维护信息有限,建议按需核实实际后端与维护状态。
材料明确标注“需要的密钥/环境变量:无”,README 也未要求 API key、OAuth 或本地敏感凭证;从已知信息看不存在额外凭证暴露面。
该技能用于查询远程文档内容,默认面向 Microsoft Learn,并在部分场景引导使用 Context7、Aspire MCP 及 aspire.dev、code.visualstudio.com、docs.github.com、cli.github.com 等站点;这属于其声明功能内的常规联网检索,但用户查询内容可能被发送到这些后端。
系统检查项标明为 prompt-only,材料未描述其会在本机启动进程、执行脚本或调用高权限系统能力;README 中出现的 CLI 更新命令只是文档说明,不构成该技能自身执行权限。
材料未声明可读写本地文件、数据库、剪贴板、浏览器会话或其他主机资源;其功能描述聚焦于文档搜索与页面获取,未见过度数据访问授权。
正面因素是 GitHub 开源且可审计;但仓库 star 为 0、许可证未声明、维护状态未知,且该 skill 还依赖外部 MCP/文档源协同,因此供应链透明度一般,建议在使用前核对仓库内容与实际依赖。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "microsoft-docs" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/ai-agents-for-beginners/main/.agents/skills/microsoft-docs/SKILL.md 2. 保存为 ~/.claude/skills/microsoft-docs/SKILL.md 3. 装好后重载技能,告诉我可以用了
请帮我查找微软官方文档中关于将 ASP.NET Core 应用部署到 Azure App Service 的最新教程,并总结前置条件、部署步骤和常见问题。
返回对应官方教程链接,并整理出清晰的部署流程与注意事项摘要。
请在微软官方文档中查找 HttpClient 的推荐用法,说明生命周期管理、常见错误,并给出简洁的 C# 示例代码。
给出权威文档依据,并输出最佳实践说明与可直接参考的示例代码。
请帮我检索微软关于 VS Code 扩展开发的官方文档,整理入门指南、调试方法和发布到 Marketplace 的步骤。
输出相关官方资料链接,并按学习顺序汇总开发、调试与发布要点。
Research skill for the Microsoft technology ecosystem. Covers learn.microsoft.com and documentation that lives outside it (VS Code, GitHub, Aspire, Agent Framework repos).
Use these tools for everything on learn.microsoft.com — Azure, .NET, M365, Power Platform, Agent Framework, Semantic Kernel, Windows, and more. This is the primary tool for the vast majority of Microsoft documentation queries.
| Tool | Purpose |
|---|---|
microsoft_docs_search | Search learn.microsoft.com — concepts, guides, tutorials, configuration |
microsoft_code_sample_search | Find working code snippets from Learn docs. Pass language (python, csharp, etc.) for best results |
microsoft_docs_fetch | Get full page content from a specific URL (when search excerpts aren't enough) |
Use microsoft_docs_fetch after search when you need complete tutorials, all config options, or when search excerpts are truncated.
The following categories live outside learn.microsoft.com. Use the specified tool instead.
Aspire docs live on aspire.dev, not Learn. The best tool depends on your Aspire CLI version:
CLI 13.2+ (recommended) — The Aspire MCP server includes built-in docs search tools:
| MCP Tool | Description |
|---|---|
list_docs | Lists all available documentation from aspire.dev |
search_docs | Weighted lexical search across aspire.dev content |
get_doc | Retrieves a specific document by slug |
These ship in Aspire CLI 13.2 (PR #14028). To update: aspire update --self --channel daily. Ref: https://davidpine.dev/posts/aspire-docs-mcp-tools/
CLI 13.1 — The MCP server provides integration lookup (list_integrations, get_integration_docs) but not docs search. Fall back to Context7:
| Library ID | Use for |
|---|---|
/microsoft/aspire.dev | Primary — guides, integrations, CLI reference, deployment |
/dotnet/aspire | Runtime source — API internals, implementation details |
/communitytoolkit/aspire | Community integrations — Go, Java, Node.js, Ollama |
VS Code docs live on code.visualstudio.com, not Learn.
| Library ID | Use for |
|---|---|
/websites/code_visualstudio | User docs — settings, features, debugging, remote dev |
/websites/code_visualstudio_api | Extension API — webviews, TreeViews, commands, contribution points |
GitHub docs live on docs.github.com and cli.github.com.
| Library ID | Use for |
|---|---|
/websites/github_en | Actions, API, repos, security, admin, Copilot |
/websites/cli_github | GitHub CLI (gh) commands and flags |
Agent Framework tutorials are on learn.microsoft.com (use microsoft_docs_search), but the GitHub repo has API-level detail that is often ahead of published docs — particularly DevUI REST API reference, CLI options, and .NET integration.
| Library ID | Use for |
|---|---|
/websites/learn_microsoft_en-us_agent-framework | Tutorials — DevUI guides, tracing, workflow orchestration |
/microsoft/agent-framework | API detail — DevUI REST endpoints, CLI flags, auth, .NET AddDevUI/MapDevUI |
DevUI tip: Query the Learn website source for how-to guides, then the repo source for API-level specifics (endpoint schemas, proxy config, auth tokens).
For any Context7 query, resolve the library ID first (one-time per session):
mcp_context7_resolve-library-id with the technology namemcp_context7_query-docs with the returned library ID and a specific queryBe specific — include version, intent, and language:
# ❌ Too broad
"Azure Functions"
"agent framework"
# ✅ Specific
…
帮助开发者验证 Azure DevOps 流水线改动,快速排查构建与 YAML 配置问题。
帮助开发者升级 Anthropic SDK、迁移版本并解决相关依赖与类型问题。
运行聊天性能基准与内存泄漏检查,定位聊天界面回归和性能问题。
帮助用户更新 GitHub Copilot 的 CLI 或 SDK 到较新版本。
帮助开发者定位并读取 Code OSS 开发构建日志,快速排查运行与扩展问题。
为 AI 编码助手生成或更新聊天定制配置文件,统一协作与开发体验
为编程代理提供真实文档检索与读取能力,减少依赖训练数据回答
让 AI 编码代理自动读取 GitHub 仓库的 AGENTS.md,快速理解代码规范与项目约定。
帮助用户检索并提取 Adonis MCP 文档与代码示例,加速开发排错。
为 AI 提供 Markdown/MDX 文档库全文检索,快速定位所需说明与细节。
搜索热门库官方文档并提取适合大模型使用的整洁文本内容
汇聚网站、代码库与本地文档,供 AI 统一检索与读取知识内容