Agent skill · DevOps & Cloud

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-framework --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/agent/agent-framework/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

# 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

What's inside
Steps it walks through
  1. Quick Reference
  2. When to Use This Skill
  3. Defaults
  4. References
  5. MCP Tools
  6. Creation Workflow
  7. Step 1: Gather Context
  8. Step 2: Select Model & Configure Environment
  9. Step 3: Implement Code
  10. Step 4: Install Dependencies
  11. Step 5: Verify Startup (Run-Fix Loop)
  12. Step 6: Documentation
  13. Error Handling
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going