target-authoring Skill
Canonical patterns for writing custom MSBuild targets. USE FOR: diagnosing and fixing custom target authoring anti-patterns, reviewing MSBuild target definitions for correctness, diagnosing broken SDK target chains across files (e.g., Directory.Build.targets silently redefining SDK targets), fixing targets that replace Published by microsoft in testfx.
Decision snapshot
Is this a fit?
Writing, 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 target-authoring Skill?
Canonical patterns for writing custom MSBuild targets. USE FOR: diagnosing and fixing custom target authoring anti-patterns, reviewing MSBuild target definitions for correctness, diagnosing broken SDK target chains across files (e.g., Directory.Build.targets silently redefining SDK targets), fixing targets that replace 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
- Writing
- Writing use cases
Declared skill metadata
- Declared license: MIT
- Source file: .agents/skills/target-authoring/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 target-authoring Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/testfx
- Skill file: .agents/skills/target-authoring/SKILL.md
What it does
Canonical patterns for writing custom MSBuild targets. USE FOR: diagnosing and fixing custom target authoring anti-patterns, reviewing MSBuild target definitions for correctness, diagnosing broken SDK target chains across files (e.g., Directory.Build.targets silently redefining SDK targets), fixing targets that replace
Skill instructions
Custom Target Authoring Patterns Canonical patterns from Microsoft.Common.CurrentVersion.targets in the MSBuild repository. The Three-Level Target Chain Every major entry point (Build, Rebuild, Clean) delegates to a property listing its dependencies, which chains through Before → Core → After: xml <PropertyGroup <BuildDependsOn BeforeBuild; CoreBuild; AfterBuild </BuildDependsOn </PropertyGroup <Target Name="Build" Condition=" '$(InvalidConfigurationWarning)' != 'true' " DependsOnTargets="$(BuildDependsOn)" Returns="@(TargetPathWithTargetPlatformMoniker)" / <!-- Empty extensibility targets — users override these -- <Target Name="BeforeBuild" / <Target Name="AfterBuild" / CoreBuild delegates to $(CoreBuildDependsOn) and includes error handlers: xml <Target Name="CoreBuild" DependsOnTargets="$(CoreBuildDependsOn)" <OnError ExecuteTargets="TimeStampAfterCompile;PostBuildEvent" Condition="'$(RunPostBuildEvent)' == 'Always'" / <OnError ExecuteTargets="CleanRecordFileWrites" / </Target Rules
Verified compatibility and discovery
Frequently asked questions
What is target-authoring?
target-authoring is a open-source AI agent skill with Copy skill directory. Canonical patterns for writing custom MSBuild targets. USE FOR: diagnosing and fixing custom target authoring anti-patterns, reviewing MSBuild target definitions for correctness, diagnosing broken SDK.
Who is target-authoring best for?
target-authoring is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install target-authoring?
Install or run target-authoring using Copy skill directory. Check target-authoring for the latest setup command.
Is target-authoring actively maintained?
target-authoring 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.