directory-build-organization Skill
Guide for organizing MSBuild infrastructure with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp. USE FOR: structuring multi-project repos, centralizing build settings, implementing NuGet Central Package Management (CPM) with ManagePackageVersionsCentrally, consolidatin Published by microsoft in testfx.
Decision snapshot
Is this a fit?
Developers using testfx, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is directory-build-organization Skill?
Guide for organizing MSBuild infrastructure with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp. USE FOR: structuring multi-project repos, centralizing build settings, implementing NuGet Central Package Management (CPM) with ManagePackageVersionsCentrally, consolidatin Published by microsoft in testfx. 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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using testfx
Declared skill metadata
- Declared license: MIT
- Source file: .agents/skills/directory-build-organization/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use directory-build-organization Skill
- Use it for developers using testfx.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/testfx
- Skill file: .agents/skills/directory-build-organization/SKILL.md
What it does
Guide for organizing MSBuild infrastructure with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp. USE FOR: structuring multi-project repos, centralizing build settings, implementing NuGet Central Package Management (CPM) with ManagePackageVersionsCentrally, consolidatin
Skill instructions
Organizing Build Infrastructure with Directory.Build Files Directory.Build.props vs Directory.Build.targets Understanding which file to use is critical. They differ in when they are imported during evaluation: Evaluation order: Directory.Build.props → SDK .props → YourProject.csproj → SDK .targets → Directory.Build.targets | Use .props for | Use .targets for | |---|---| | Setting property defaults | Custom build targets | | Common item definitions | Late-bound property overrides | | Properties projects can override | Post-build steps | | Assembly/package metadata | Conditional logic on final values | | Analyzer PackageReferences | Targets that depend on SDK-defined properties | Rule of thumb: Properties and items go in .props. Custom targets and late-bound logic go in .targets. Because .props is imported before the project file, the project can override any value set there. Because .targets is imported after everything, it gets the final say—but projects cannot override .targets values
Verified compatibility and discovery
Frequently asked questions
What is directory-build-organization?
directory-build-organization is a open-source AI agent skill with Copy skill directory. Guide for organizing MSBuild infrastructure with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp.
Who is directory-build-organization best for?
directory-build-organization is best for reusing agent instructions, scripts, and references.
How do I install directory-build-organization?
Install or run directory-build-organization using Copy skill directory. Check directory-build-organization for the latest setup command.
Is directory-build-organization actively maintained?
directory-build-organization may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.