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