Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
microsoft avatar

Project Structure

  • 26 installs
  • 12.4k repo stars
  • Updated July 27, 2026
  • microsoft/agent-framework

project-structure documents Agent Framework .NET layout.

About

The project-structure skill maps dotnet/src packages including Microsoft.Agents.AI, Abstractions, providers, Workflows, samples, and tests with UnitTests and IntegrationTests naming plus Shared and LegacySupport includes.

  • dotnet/src package folder map.
  • samples and tests naming conventions.
  • Provider packages listed.
  • Shared LegacySupport cross-includes noted.
  • Orientation for .NET AF contributors.

Project Structure by the numbers

  • 26 all-time installs (skills.sh)
  • Ranked #968 of 1,901 Documentation skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

project-structure capabilities & compatibility

Capabilities
folder tree table
Use cases
documentation
From the docs

What project-structure says it does

Explains the project structure of the agent-framework .NET solution
SKILL.md
npx skills add https://github.com/microsoft/agent-framework --skill project-structure

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs26
repo stars12.4k
Security audit3 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorymicrosoft/agent-framework

What is the .NET Agent Framework folder structure?

Explains Agent Framework .NET solution folder and package layout.

Who is it for?

New .NET Agent Framework contributors.

Skip if: Skip for Python AF structure.

When should I use this skill?

User needs .NET AF repo orientation.

What you get

Map of src samples and tests packages.

Files

SKILL.mdMarkdownGitHub ↗

Agent Framework .NET Project Structure

dotnet/
├── src/
│   ├── Microsoft.Agents.AI/                      # Core AI agent implementations
│   ├── Microsoft.Agents.AI.Abstractions/         # Core AI agent abstractions
│   ├── Microsoft.Agents.AI.A2A/                  # Agent-to-Agent (A2A) provider
│   ├── Microsoft.Agents.AI.OpenAI/               # OpenAI provider
│   ├── Microsoft.Agents.AI.Foundry/               # Microsoft Foundry Agents (v2) provider
│   ├── Microsoft.Agents.AI.AzureAI.Persistent/   # Legacy Microsoft Foundry Agents (v1) provider
│   ├── Microsoft.Agents.AI.Anthropic/            # Anthropic provider
│   ├── Microsoft.Agents.AI.Workflows/            # Workflow orchestration
│   └── ...                                       # Other packages
├── samples/                                      # Sample applications
└── tests/                                        # Unit and integration tests

Main Folders

FolderContents
src/Source code projects
tests/Test projects — named <Source-Code-Project>.UnitTests or <Source-Code-Project>.IntegrationTests
samples/Sample projects
src/Shared, src/LegacySupportShared code files included by multiple source code projects (see README.md files in these folders or their subdirectories for instructions on how to include them in a project)

Related skills

FAQ

What does project-structure do?

project-structure documents Agent Framework .NET layout.

When should I use project-structure?

User needs .NET AF repo orientation.

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.