project-structure Skill
Explains the project structure of the agent-framework .NET solution Published by microsoft in agent-framework.
What is project-structure Skill?
Explains the project structure of the agent-framework .NET solution Published by microsoft in agent-framework. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use project-structure Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/agent-framework
- Skill file: dotnet/.github/skills/project-structure/SKILL.md
What it does
Explains the project structure of the agent-framework .NET solution
Skill instructions
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 | 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 READM
Explore related resources
Frequently asked questions
What is project-structure?
project-structure is a open-source AI agent skill with Copy skill directory. Explains the project structure of the agent-framework .NET solution
Who is project-structure best for?
project-structure is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install project-structure?
Install or run project-structure using Copy skill directory. Check project-structure for the latest setup command.
Is project-structure actively maintained?
project-structure may need a closer maintenance check before production use.
Auto-fetched from GitHub.