agent-framework
Create AI agents and workflows using Microsoft Agent Framework SDK. Supports single-agent and multi-agent workflow patterns. USE FOR: create agent, build agent, scaffold agent, new agent, agent framework, workflow pattern, multi-agent, MCP tools, create workflow. DO NOT USE FOR: deploying agents (use agent/deploy), evaluating agents (use agent/evaluate), Azure AI Foundry agents without Agent Framework SDK.
npx skills add majiayu000/claude-skill-registry --skill agent-framework --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Create Agent with Microsoft Agent Framework Build AI agents, agentic apps, and multi-agent workflows using Microsoft Agent Framework SDK. ## Quick Reference | Property | Value | |----------|-------| | **SDK** | Microsoft Agent Framework (Python) | | **Patterns** | Single Agent, Multi-Agent Workflow | | **Server** | Azure AI Agent Server SDK (HTTP) | | **Debug** | AI Toolkit Agent Inspector + VSCode | | **Best For** | Enterprise agents with type safety, checkpointing, orchestration | ## When to Use This Skill Use when the user wants to: - **Create** a new AI agent or agentic application - **Scaffold** an agent with tools (MCP, function calling) - **Build** multi-agent workflows with orchestration patterns - **Add** HTTP server mode to an existing agent - **Configure** F5/debug support for VSCode ## Defaults - **Language**: Python - **SDK**: Microsoft Agent Framework (pin version `1.0.0b260107`) - **Server**: HTTP via Azure AI Agent Server SDK - **Environment**: Virtual environment (create or detect existing) ## References | Topic | File | Description | |-------|------|-------------| | Server Pattern | [references/agent-as-server.md](references/agent-as-server.md) | HTTP server wra
- Quick Reference
- When to Use This Skill
- Defaults
- References
- MCP Tools
- Creation Workflow
- Step 1: Gather Context
- Step 2: Select Model & Configure Environment
- Step 3: Implement Code
- Step 4: Install Dependencies
- Step 5: Verify Startup (Run-Fix Loop)
- Step 6: Documentation
- Error Handling
What does the agent-framework skill do?
Create AI agents and workflows using Microsoft Agent Framework SDK. Supports single-agent and multi-agent workflow patterns. USE FOR: create agent, build agent, scaffold agent, new agent, agent framework, workflow pattern, multi-agent, MCP tools, create workflow. DO NOT USE FOR: deploying agents (use agent/deploy), evaluating agents (use agent/evaluate), Azure AI Foundry agents without Agent Framework SDK.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-framework --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.
