Labsco
microsoft logo

microsoft / agent-framework

✓ Official11,900

A skill package that teaches your agent 10 capabilities — every one documented and browsable below, no GitHub required · by microsoft.

Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.

build-and-test🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

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

1 file — installable on its own

project-structure🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Explains the project structure of the agent-framework .NET solution

1 file — installable on its own

python-code-quality🔥🔥🔒 repo maintenanceFreeQuick setup

python-code-quality — an installable skill for AI agents, published by microsoft/agent-framework.

1 file — installable on its own

python-development🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Every .py file must start with:

1 file — installable on its own

python-feature-lifecycle🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Agent Framework uses lifecycle at two different levels:

1 file — installable on its own

python-package-management🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Uses uv for dependency management and poethepoet for task automation.

1 file — installable on its own

python-samples🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Every sample file follows this order:

1 file — installable on its own

python-testing🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

We strive for at least 85% test coverage across the codebase, with a focus on core packages and critical paths. Tests should be fast, reliable, and maintainable. When adding new code, check that the relevant sections of the codebase are covered by tests, and add new tests as needed. When modifying existing code, update or add tests to cover the changes. We run tests in two stages, for a PR each commit is tested with unit tests only (using -m "not integration" ), and the full suite including...

1 file — installable on its own

verify-dotnet-samples🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

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…

1 file — installable on its own

verify-samples-tool🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

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…

1 file — installable on its own