microsoft/agent-framework

A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET.

13kStars on the repository
23Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

pull-requests

01

microsoft/agent-framework

Skill Claude CodeCodex

Guidance for creating pull requests and handling PR review comments in the Agent Framework repository. Use this when writing a PR description (filling out the PR template) or when responding to and resolving review comments on an existing PR.

13k 2d ago A 49 tokens original MIT

build-and-test

02

microsoft/agent-framework

Skill Claude CodeCodex

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

13k 2d ago A 26 tokens original MIT

microsoft/agent-framework

Skill Claude CodeCodex

How to build, run and verify the .NET sample projects in the Agent Framework repository. Use this when a user wants to verify that the samples still function as expected.

13k 2d ago A 40 tokens original MIT

verify-samples-tool

05

microsoft/agent-framework

Skill Claude CodeCodex

How to use the verify-samples tool to run, verify, and manage sample definitions in the Agent Framework repository. Use this when adding, updating, or running sample verification.

13k 2d ago A 40 tokens original MIT

unit-converter

06

microsoft/agent-framework

Skill Claude CodeCodex

Convert between common units using a multiplication factor. Use when asked to convert miles, kilometers, pounds, or kilograms.

13k 2d ago A 27 tokens original MIT

risk-scoring

07

microsoft/agent-framework

Skill Claude CodeCodex

Score how concentrated and risky a portfolio is on a 0-100 scale from its position weights. Use when the user asks how risky their portfolio is, whether it is too concentrated, or for a diversification check.

13k 2d ago A 47 tokens original MIT

valuation

08

microsoft/agent-framework

Skill Claude CodeCodex

Estimate whether a stock looks cheap or expensive using a price-to-earnings (P/E) based fair-value method. Use when the user asks if a stock is over- or under-valued, or for a fair-value / target price.

13k 2d ago A 51 tokens original MIT

regex-tester

09

microsoft/agent-framework

Skill Claude CodeCodex

Validate, test, and debug regular expressions by executing them against sample inputs. Use when asked to build, verify, or explain a regex pattern.

13k 2d ago A 33 tokens original MIT

microsoft/agent-framework

Skill Claude CodeCodex

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

13k 2d ago A 103 tokens original MIT

python-code-quality

13

microsoft/agent-framework

Skill Claude CodeCodex

Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.

13k 2d ago A 40 tokens original MIT

python-development

14

microsoft/agent-framework

Skill Claude CodeCodex

Coding standards, conventions, and patterns for developing Python code in the Agent Framework repository. Use this when writing or modifying Python source files in the python/ directory.

13k 2d ago A 35 tokens original MIT

microsoft/agent-framework

Skill Claude CodeCodex

Guidance for package and feature lifecycle in the Agent Framework Python codebase, including stage meanings, feature-stage decorators, feature enums, and how to move APIs from one stage to the next.

13k 2d ago A 43 tokens original MIT

microsoft/agent-framework

Skill Claude CodeCodex

Guide for managing packages in the Agent Framework Python monorepo, including creating new connector packages, versioning, and the lazy-loading pattern. Use this when adding, modifying, or releasing packages.

13k 2d ago A 43 tokens original MIT

python-testing

17

microsoft/agent-framework

Skill Claude CodeCodex

Guidelines for writing and running tests in the Agent Framework Python codebase. Use this when creating, modifying, or running tests.

13k 2d ago A 29 tokens original MIT

length-converter

18

microsoft/agent-framework

Skill Claude CodeCodex

Convert between common length units (miles, km, feet, meters) using a multiplication factor.

13k 2d ago A 24 tokens original MIT

microsoft/agent-framework

Skill Claude CodeCodex

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

13k 2d ago A 65 tokens original MIT

microsoft/agent-framework

Skill Claude CodeCodex

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

13k 2d ago A 82 tokens original MIT