Agent skill · Workflow & Productivity

working-with-ms-agent-framework

Use when building AI agents with Microsoft Agent Framework (Semantic Kernel + AutoGen unified); when implementing memory or context providers; when threads won't deserialize; when workflow checkpointing fails; when migrating from Semantic Kernel or AutoGen; when seeing ChatAgent or AgentThread errors

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill working-with-ms-agent-framework-mhagrelius-dotfiles-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/agent/working-with-ms-agent-framework-mhagrelius-dotfiles-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Working with Microsoft Agent Framework Microsoft Agent Framework (October 2025) unifies Semantic Kernel and AutoGen into one SDK. Both legacy frameworks are in maintenance mode. **Core principle:** Agents are stateless. All state lives in threads. Context providers enforce **policy** about what enters the prompt, how, and when it decays. > **Additional reference files in this skill:** > - `context-providers.md` - Policy-based memory, capsule pattern, Mem0 integration > - `orchestration-patterns.md` - The 5 orchestration patterns with when-to-use guidance > - `design-patterns.md` - Production patterns, testing, migration ## When to Use - Building AI agents with Microsoft's unified framework - Implementing custom memory with Context Providers - Creating multi-agent workflows with checkpointing - Migrating from Semantic Kernel or AutoGen ## When NOT to Use - Simple single-turn LLM calls (use chat client directly) - Projects staying on legacy SK/AutoGen - Non-Microsoft frameworks (LangChain, CrewAI) ## Technology Stack Hierarchy **Official guidance (Jeremy Licknes, PM):** Start with ME AI, escalate only when needed. | Layer | Use For | When to Escalate | |-------|---------|----------

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Technology Stack Hierarchy
  4. Architecture Quick Reference
  5. Installation
  6. Agent Creation
  7. Execution
  8. Streaming with Resilience
  9. Development UI (DevUI)
  10. Python Setup
  11. C# Setup
  12. Features
  13. Tracing in DevUI
  14. OpenAI SDK Integration
Ships with 1 file
  • metadata.json
Commands it runs
dotnet add package Microsoft.Agents.AI.OpenAI --prerelease
dotnet add package Azure.AI.OpenAI --version 2.1.0
pip install agent-framework-devui --pre
devui ./entities --port 8080 --tracing
export OTLP_ENDPOINT="http://localhost:4317"
devui ./entities --tracing
More from claude-skill-registry
All skills →
About this skill
What does the working-with-ms-agent-framework skill do?

Use when building AI agents with Microsoft Agent Framework (Semantic Kernel + AutoGen unified); when implementing memory or context providers; when threads won't deserialize; when workflow checkpointing fails; when migrating from Semantic Kernel or AutoGen; when seeing ChatAgent or AgentThread errors

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill working-with-ms-agent-framework-mhagrelius-dotfiles-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going