project-structure
CommunityStandardize .NET project organization.
AuthorAGIBuild
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a comprehensive guide and best practices for organizing .NET projects, ensuring consistency, maintainability, and efficient build processes across a solution.
Core Features & Use Cases
- Solution Layout: Defines a clear, scalable directory structure for source code, tests, and build configurations.
- Centralized Build Properties: Utilizes
Directory.Build.propsfor consistent MSBuild settings across all projects. - Central Package Management: Employs
Directory.Packages.propsto manage NuGet package versions centrally, reducing conflicts and simplifying updates. - SDK Version Pinning: Uses
global.jsonto enforce consistent .NET SDK versions for reproducible builds. - Code Style Enforcement: Integrates
.editorconfigfor maintaining uniform coding standards. - SourceLink & Deterministic Builds: Configures SourceLink for better debugging and ensures deterministic build outputs.
- Use Case: When starting a new .NET microservices project with multiple related libraries and applications, this Skill ensures a robust and scalable foundation is laid from the outset.
Quick Start
Apply the recommended .NET project structure guidelines to a new solution.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: project-structure Download link: https://github.com/AGIBuild/Agibuild.Fulora/archive/main.zip#project-structure Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.