Build the project using the CMake presets defined for this repository. Use when the user asks to compile, build, or verify that the project builds.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Build the project using the CMake presets defined for this repository. Use when the user asks to compile, build, or verify that the project builds.
Build Project
Shared Contract
Before acting, read:
../_shared/codeplan/core.md
Purpose
Provide the single source of truth for building this project. All compile passes from other skills or workflows should use the commands defined here.
Environment
The project's usual production environment is Windows with a Vulkan C++ engine.
Do not run commands that cmd or PowerShell cannot understand. Since build commands are typically invoked through PowerShell-style presets, use the exact commands below unless the user explicitly asks for another toolchain.
Capture the first few relevant compilation errors with file and line references.
Report them clearly.
Do not silently retry a clean build unless the user asks.
If another skill invoked this build as part of its workflow, return the result so the caller can decide whether to fix, record a blocker, or ask the user.
Out of Scope
This skill builds the project; it does not review code, apply CodePlan steps, or fix source code unless combined with another task.
Do not modify build/, third-party directories, generated artifacts, or large asset packages as part of a normal build.