npx skills add ...
npx skills add microsoft/agent-framework --skill project-structure
npx skills add microsoft/agent-framework --skill project-structure
Explains the project structure of the agent-framework .NET solution
| 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) |