microsoft-docs
microsoft/skills
Azure, .NET, M365, Windows, Power Platform 및 기타 Microsoft 기술에 대한 개념을 이해하고, 튜토리얼, 구성 옵션, 제한 사항, 할당량 및 모범 사례를 확인하려면 Microsoft 공식 문서를 참조하세요.
...모든 것을 확장하십시오Microsoft Docs
도구
| 도구 | 사용 목적 |
|---|---|
microsoft_docs_search |
문서 찾기 — 개념, 가이드, 튜토리얼, 구성 |
microsoft_docs_fetch |
전체 페이지 콘텐츠 가져오기(검색 결과 발췌문만으로는 충분하지 않을 때) |
사용 시점
- 개념 이해 — "Cosmos DB 파티셔닝은 어떻게 작동하나요?"
- 서비스 학습 — "Azure Functions 개요", "컨테이너 앱 아키텍처"
- 튜토리얼 찾기 — "빠른 시작", "시작하기", "단계별 안내"
- 구성 옵션 — "App Service 구성 설정"
- 제한 및 할당량 — "Azure OpenAI 속도 제한", "Service Bus 할당량"
- 모범 사례 — "Azure 보안 모범 사례"
쿼리 효율성
좋은 쿼리는 구체적입니다:
# ❌ Too broad
"Azure Functions"
# ✅ Specific
"Azure Functions Python v2 programming model"
"Cosmos DB partition key design best practices"
"Container Apps scaling rules KEDA"
문맥을 포함합니다:
- 해당되는 경우 버전 (
.NET 8,EF Core 8) - 작업 의도 (
quickstart,tutorial,overview,limits) - 다중 플랫폼 문서의 경우 플랫폼 (
Linux,Windows)
전체 페이지를 가져올 시점
다음과 같은 경우 검색 후 페이지를 불러옵니다:
- 튜토리얼 — 단계별 지침이 모두 포함되어야 함
- 구성 가이드 — 나열된 모든 옵션이 필요한 경우
- 심층 분석 — 사용자가 내용을 포괄적으로 다루기를 원할 때
- 검색 결과 요약이 잘렸을 때 — 전체 문맥이 필요할 때
이 기능을 사용해야 하는 이유
- 정확성 — 최신 정보를 반영한 실시간 문서이며, 구식일 수 있는 훈련 데이터가 아님
- 완전성 — 튜토리얼에 단편적인 내용이 아닌 모든 단계가 포함되어 있음
- 신뢰성 — 마이크로소프트 공식 문서
CLI 대안
Learn MCP 서버를 사용할 수 없는 경우, 대신 mslearn 대신 명령줄에서 CLI를 사용하십시오:
# Run directly (no install needed)
npx @microsoft/learn-cli search "azure functions timeout"
# Or install globally, then run
npm install -g @microsoft/learn-cli
mslearn search "azure functions timeout"
| MCP 도구 | CLI 명령어 |
|---|---|
microsoft_docs_search(query: "...") |
mslearn search "..." |
microsoft_docs_fetch(url: "...") |
mslearn fetch "..." |
이 fetch 명령은 --section 명령어를 통해 단일 섹션을 추출하고 --max-chars 출력을 잘라내는 기능도 지원합니다.
---
name: microsoft-docs
description: Query official Microsoft documentation to understand concepts, find tutorials, configuration options, limits, quotas, and best practices for Azure, .NET, M365, Windows, Power Platform, and other Microsoft technologies.
---
# Microsoft Docs
## Tools
| Tool | Use For |
|------|---------|
| `microsoft_docs_search` | Find documentation—concepts, guides, tutorials, configuration |
| `microsoft_docs_fetch` | Get full page content (when search excerpts aren't enough) |
## When to Use
- **Understanding concepts** — "How does Cosmos DB partitioning work?"
- **Learning a service** — "Azure Functions overview", "Container Apps architecture"
- **Finding tutorials** — "quickstart", "getting started", "step-by-step"
- **Configuration options** — "App Service configuration settings"
- **Limits & quotas** — "Azure OpenAI rate limits", "Service Bus quotas"
- **Best practices** — "Azure security best practices"
## Query Effectiveness
Good queries are specific:
```
# ❌ Too broad
"Azure Functions"
# ✅ Specific
"Azure Functions Python v2 programming model"
"Cosmos DB partition key design best practices"
"Container Apps scaling rules KEDA"
```
Include context:
- **Version** when relevant (`.NET 8`, `EF Core 8`)
- **Task intent** (`quickstart`, `tutorial`, `overview`, `limits`)
- **Platform** for multi-platform docs (`Linux`, `Windows`)
## When to Fetch Full Page
Fetch after search when:
- **Tutorials** — need complete step-by-step instructions
- **Configuration guides** — need all options listed
- **Deep dives** — user wants comprehensive coverage
- **Search excerpt is cut off** — full context needed
## Why Use This
- **Accuracy** — live docs, not training data that may be outdated
- **Completeness** — tutorials have all steps, not fragments
- **Authority** — official Microsoft documentation
## CLI Alternative
If the Learn MCP server is not available, use the `mslearn` CLI from the command line instead:
```sh
# Run directly (no install needed)
npx @microsoft/learn-cli search "azure functions timeout"
# Or install globally, then run
npm install -g @microsoft/learn-cli
mslearn search "azure functions timeout"
```
| MCP Tool | CLI Command |
|----------|-------------|
| `microsoft_docs_search(query: "...")` | `mslearn search "..."` |
| `microsoft_docs_fetch(url: "...")` | `mslearn fetch "..."` |
The `fetch` command also supports `--section <heading>` to extract a single section and `--max-chars <number>` to truncate output.
모든 파일
0개 파일microsoft-docs 설치
스킬 파일을 다운로드하여 .claude/skills/ 디렉터리에 압축을 풀어주세요.
ZIP 다운로드저장소를 클론하고 스킬 파일을 프로젝트에 복사하세요.
git clone https://github.com/microsoft/skills/tree/main/.github/skills/microsoft-docs # Copy SKILL.md to your .claude/skills/ directory
복사





집
