semantic-kernel-to-agents-framework Skill
Migrates .NET projects from Semantic Kernel to the Microsoft Agents Framework. Use when user wants to migrate Semantic Kernel agents, upgrade from SK to Agents Framework, or replace ChatCompletionAgent/OpenAIAssistantAgent with Agent Framework equivalents. Published by microsoft in upgrade-agent-plugins.
What is semantic-kernel-to-agents-framework Skill?
Migrates .NET projects from Semantic Kernel to the Microsoft Agents Framework. Use when user wants to migrate Semantic Kernel agents, upgrade from SK to Agents Framework, or replace ChatCompletionAgent/OpenAIAssistantAgent with Agent Framework equivalents. Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use semantic-kernel-to-agents-framework Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/scenarios/semantic-kernel-to-agents-framework/SKILL.md
What it does
Migrates .NET projects from Semantic Kernel to the Microsoft Agents Framework. Use when user wants to migrate Semantic Kernel agents, upgrade from SK to Agents Framework, or replace ChatCompletionAgent/OpenAIAssistantAgent with Agent Framework equivalents.
Skill instructions
Semantic Kernel to Agents Framework Migration 1. Assessment Scan the solution to build a complete picture of SK agent usage. Capture findings in assessment.md. Packages to Scan For Search all project files and package management files (Directory.Packages.props) for: - Microsoft.SemanticKernel.Agents.Core - Microsoft.SemanticKernel.Agents.OpenAI - Microsoft.SemanticKernel.Agents.AzureAI - Microsoft.SemanticKernel — check if used solely for agents or also for other SK features (prompts, memory, connectors) File Inventory Search all code files across the solution for using Microsoft.SemanticKernel.Agents. Record which files in which projects contain these usings — this gives a quick per-project file count that drives planning. Code Patterns to Identify For each project with SK agent references, scan code files for: | Pattern | What to Record | |---------|---------------| | Agent types (ChatCompletionAgent, OpenAIAssistantAgent, AzureAIAgent, OpenAIResponseAgent, A2AAgent) | Which types, h
Explore related resources
Frequently asked questions
What is semantic-kernel-to-agents-framework?
semantic-kernel-to-agents-framework is a open-source AI agent skill with Copy skill directory. Migrates .NET projects from Semantic Kernel to the Microsoft Agents Framework.
Who is semantic-kernel-to-agents-framework best for?
semantic-kernel-to-agents-framework is best for reusing agent instructions, scripts, and references, research workflows.
How do I install semantic-kernel-to-agents-framework?
Install or run semantic-kernel-to-agents-framework using Copy skill directory. Check semantic-kernel-to-agents-framework for the latest setup command.
Is semantic-kernel-to-agents-framework actively maintained?
semantic-kernel-to-agents-framework may need a closer maintenance check before production use.
Auto-fetched from GitHub.