·working-with-ms-agent-framework
</>

working-with-ms-agent-framework

mhagrelius/dotfiles

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

16Installs·0Trend·@mhagrelius

Installation

$npx skills add https://github.com/mhagrelius/dotfiles --skill working-with-ms-agent-framework

SKILL.md

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

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 Source: mhagrelius/dotfiles.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mhagrelius/dotfiles --skill working-with-ms-agent-framework
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is 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 Source: mhagrelius/dotfiles.

How do I install working-with-ms-agent-framework?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mhagrelius/dotfiles --skill working-with-ms-agent-framework Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mhagrelius/dotfiles