sc-build
Installation
SKILL.md
Build & Package Skill
Project building and packaging with optimization and error handling.
Quick Start
# Standard build
/sc:build [target]
# Production with optimization
/sc:build --type prod --clean --optimize
# Verbose development build
/sc:build frontend --type dev --verbose