
ms-agent-framework-docs
by JokeJason
downloads official documentation, filters it with AI assistance, and generates skills that make the docs available as local context for AI coding agents—a local alternative to Context7's cloud-based documentation lookup
SKILL.md
name: ms-agent-framework-docs description: Local Microsoft Agent Framework documentation reference. Use when asked about Microsoft Agent Framework, building AI agents in .NET or Python, MCP servers/clients, durable agents, agent tools, Teams/WebChat adapters, or agent-to-agent communication.
Microsoft Agent Framework Documentation
Microsoft Agent Framework is a comprehensive SDK for building AI agents in .NET and Python. It provides abstractions for AI integration (Azure AI, OpenAI, Anthropic, Ollama), tool execution, Model Context Protocol (MCP), durable agents with state persistence, workflows, and multi-channel adapters (Teams, WebChat, DirectLine).
Quick Reference
| Topic | Entry Point |
|---|---|
| Project overview | references/README.md |
| FAQ & nightly builds | references/docs/FAQS.md |
| .NET samples | references/dotnet/samples/README.md |
| .NET getting started | references/dotnet/samples/GettingStarted/README.md |
| Python samples | references/python/samples/README.md |
| Architecture decisions | references/docs/decisions/README.md |
| Durable agents TTL | references/docs/features/durable-agents/durable-agents-ttl.md |
| Azure Functions hosting | references/dotnet/samples/AzureFunctions/README.md |
| Workflows | references/dotnet/samples/GettingStarted/Workflows/README.md |
When to use
Use this skill when the user asks about:
- Building AI agents with Microsoft Agent Framework
- .NET or Python agent development
- MCP (Model Context Protocol) servers and clients
- Durable agents and session state management
- Agent tools and tool execution
- Teams, WebChat, or DirectLine adapters
- Agent-to-agent (A2A) communication
- Azure AI, OpenAI, Anthropic, or Ollama integration
- AG-UI (Agent UI) protocol implementation
- Workflows and orchestration patterns
- Azure Functions agent hosting
How to find information
- First, read
references/STRUCTURE.mdto see all available documentation files - Identify the relevant section/files based on the user's question
- Read specific files for detailed information
STRUCTURE.md contains a complete file listing organized by directory - always check it first before searching.
Key Directories
dotnet/samples/GettingStarted/- Step-by-step .NET tutorialsdotnet/samples/AzureFunctions/- Serverless hosting examplesdotnet/samples/GettingStarted/AgentProviders/- LLM provider integrationdotnet/samples/GettingStarted/Workflows/- Workflow patternspython/samples/getting_started/- Python tutorialsdocs/decisions/- Architecture Decision Records (ADRs)
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です