
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)
project-structure capabilities & compatibility
- Capabilities
- folder tree table
- Use cases
- documentation
What project-structure says it does
Explains the project structure of the agent-framework .NET solution
npx skills add https://github.com/microsoft/agent-framework --skill project-structureAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 26 |
|---|---|
| repo stars | ★ 12.4k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 27, 2026 |
| Repository | microsoft/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
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 testsMain Folders
| Folder | Contents |
|---|---|
src/ | Source code projects |
tests/ | Test projects — named <Source-Code-Project>.UnitTests or <Source-Code-Project>.IntegrationTests |
samples/ | Sample projects |
src/Shared, src/LegacySupport | Shared 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.