nuke-build
Installation
SKILL.md
Nuke Build Skill (Entry Map)
Status: Deprecated – Build orchestration now lives in the
unify-buildrepository. Use that repository's build tooling instead of this skill when working on current projects. Goal: Guide agent to execute Nuke build targets and orchestrate build workflows.
Quick Start (Pick One)
- Run build targets →
references/build-targets.md - Setup Nuke in new project →
references/setup-nuke.md
When to Use
- Execute Nuke build targets (Clean, Restore, Compile)
- Orchestrate complex build workflows
- Run cross-platform builds with unified interface
- Manage build pipelines and dependencies
- Integrate with CI/CD systems
NOT for: Simple .NET builds (use dotnet-build), testing (dotnet-test), or formatting (code-format)