New to Claude Skills? Learn how to install them →

Mgithub on GitHub

Microsoft Agent Framework

OfficialFree

Streamline development with Microsoft Agent Framework guidance.

by github37.7k stars on github/awesome-copilot
3 views
Updated Aug 10, 2026
Get this skill

Free · Opens the source repo

What Microsoft Agent Framework does

The Microsoft Agent Framework skill provides developers with essential tools and guidance for creating, updating, refactoring, explaining, and reviewing solutions built on the Microsoft Agent Framework. This framework is designed to unify the capabilities of Semantic Kernel and AutoGen, offering a modern approach to building intelligent agents and workflows. Users can leverage this skill to ensure they are following best practices and utilizing the latest features of the framework, which is currently in public preview and subject to rapid changes.

When using this skill, it is crucial to determine the target programming language—either .NET or Python—before making any recommendations or code changes. The skill offers specific workflows for each language, ensuring that developers receive tailored guidance based on the files present in their repository or their stated preferences. This targeted approach helps to minimize errors and streamline the development process by providing relevant references and examples.

Additionally, the skill emphasizes the importance of consulting live documentation and official resources. It encourages users to ground their implementation strategies in the most current materials available, thus avoiding reliance on outdated practices from previous frameworks. This focus on up-to-date information is vital for developers who want to build robust applications that leverage the full potential of the Microsoft Agent Framework.

Overall, this skill is ideal for developers and designers working on applications that require sophisticated agent capabilities and workflow management. By following the provided guidance and utilizing the language-specific references, users can enhance their productivity and ensure their projects are aligned with the latest standards in agent-based development.

When to use it

Use this skill when developing applications or workflows that utilize the Microsoft Agent Framework, especially in .NET or Python.

When not to use it

This skill may not be suitable for projects outside the Microsoft ecosystem or those not focused on agent-based architectures.

What you can build with it

Building a New Agent

Use this skill to guide the development of a new intelligent agent using the Microsoft Agent Framework, following best practices.

Refactoring Existing Code

Leverage the skill to refactor existing applications built on Semantic Kernel or AutoGen, ensuring compliance with the latest framework standards.

Integrating Workflows

Utilize the skill to integrate complex workflows in your applications, optimizing for performance and maintainability.

How to install Microsoft Agent Framework

View source

1. Install with the skills CLI

npx skills add github/awesome-copilot/microsoft-agent-framework --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by github

Microsoft Agent Framework

Use this skill when working with applications, agents, workflows, or migrations built on Microsoft Agent Framework.

Microsoft Agent Framework is the unified successor to Semantic Kernel and AutoGen, combining their strengths with new capabilities. Because it is still in public preview and changes quickly, always ground implementation advice in the latest official documentation and samples rather than relying on stale knowledge.

Determine the target language first

Choose the language workflow before making recommendations or code changes:

  1. Use the .NET workflow when the repository contains .cs, .csproj, .sln, .slnx, or other .NET project files, or when the user explicitly asks for C# or .NET guidance. Follow references/dotnet.md.
  2. Use the Python workflow when the repository contains .py, pyproject.toml, requirements.txt, or the user explicitly asks for Python guidance. Follow references/python.md.
  3. If the repository contains both ecosystems, match the language used by the files being edited or the user's stated target.
  4. If the language is ambiguous, inspect the current workspace first and then choose the closest language-specific reference.

Always consult live documentation

  • Read the Microsoft Agent Framework overview first: https://learn.microsoft.com/agent-framework/overview/agent-framework-overview
  • Prefer official docs and samples for the current API surface.
  • Use the Microsoft Docs MCP tooling when available to fetch up-to-date framework guidance and examples.
  • Treat older Semantic Kernel or AutoGen patterns as migration inputs, not as the default implementation model.

Shared guidance

When working with Microsoft Agent Framework in any language:

  • Use async patterns for agent and workflow operations.
  • Implement explicit error handling and logging.
  • Prefer strong typing, clear interfaces, and maintainable composition patterns.
  • Use DefaultAzureCredential when Azure authentication is appropriate.
  • Use agents for autonomous decision-making, ad hoc planning, conversation flows, tool usage, and MCP server interactions.
  • Use workflows for multi-step orchestration, predefined execution graphs, long-running tasks, and human-in-the-loop scenarios.
  • Support model providers such as Azure AI Foundry, Azure OpenAI, OpenAI, and others, but prefer Azure AI Foundry services for new projects when that matches user needs.
  • Use thread-based or equivalent state handling, context providers, middleware, checkpointing, routing, and orchestration patterns when they fit the problem.

Migration guidance

Workflow

  1. Determine the target language and read the matching reference file.
  2. Fetch the latest official docs and samples before making implementation choices.
  3. Apply the shared agent and workflow guidance from this skill.
  4. Use the language-specific package, repository, sample paths, and coding practices from the chosen reference.
  5. When examples in the repo differ from current docs, explain the difference and follow the current supported pattern.

References

Completion criteria

  • Recommendations match the target language.
  • Package names, repository paths, and sample locations match the selected ecosystem.
  • Guidance reflects current Microsoft Agent Framework documentation rather than legacy assumptions.
  • Migration advice calls out Semantic Kernel and AutoGen only when relevant.

Frequently asked questions about Microsoft Agent Framework

Similar skills