
from skill-lib20
Guidance for compiling and troubleshooting Microsoft Visual C++ projects with MSBuild, including environment detection, common fixes, and recommended commands.
This skill guides agents through compiling Visual C++ projects using MSBuild: locating MSBuild, choosing configurations, running full or incremental builds, parsing errors, and recommending fixes for common compiler and linker failures. It provides command examples and best-practice workflows.
Invoke when building .sln or .vcxproj files, diagnosing MSBuild/MSVC compile or link errors, preparing clean or incremental builds, or when you need recommended MSBuild command lines and verbosity settings.
Useful for developer-assistant agents, CI helpers, and building/troubleshooting automation bots that interact with Windows build environments.
MSVC Build skill is a pure reference/guidance document with no executable scripts. It provides structured MSBuild command patterns, error analysis tables, and troubleshooting steps for compiling C++ projects on Windows. Well-organized content but limited to a niche Windows/C++ audience with no automation or script support.
Single-file skill with no scripts. Clean from a security standpoint — no executable code, no remote calls, no credentials. The SKILL.md is well-written and covers common MSVC build scenarios comprehensively, but lacks references/ or scripts/ directories and has no output contracts defined.