| name | build |
| description | How to build this project. Load when you need to compile or bundle. |
| allowed-tools | Bash |
Build Skill
Project-specific build commands.
Build Commands
# Development build
# TODO: Add your build command
npm run build
# cargo build
# go build ./...
# Production build
npm run build:prod
# cargo build --release
Build Artifacts
- Output:
dist/orbuild/ - Source maps:
*.map
Common Issues
Missing Dependencies
npm install
# pip install -r requirements.txt
Build Errors
Check compiler output, usually type errors or missing imports.