build
Installation
SKILL.md
Build Skill
Build the project and verify it compiles cleanly.
Protocol
1. Read the build command
Read brain/build.md to find the correct build command for this project.
2. Run the build
# Use the command from brain/build.md
# Example: npm run build 2>&1 | tail -30
3. Check the output
- Exit code 0: build succeeded — proceed
- Exit code non-zero: build failed — STOP and fix before continuing