Runs through your bootstrapped project and makes sure everything actually compiles. It detects project types from markers like package.json or *.csproj, restores dependencies with the right package manager, runs production builds, and verifies the artifacts landed where they should. Part of a larger CI workflow suite (7XX series) but works standalone too. The artifact verification step is smart, it doesn't just trust exit codes but actually checks that your dist folder or release binaries exist. If you're spinning up project templates or running pre-commit checks, this catches broken builds before they waste time downstream. Supports the usual suspects: Node, .NET, Python, Go, Rust, Java.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-781-build-verifier