Documentation
README
Build Project
$ARGUMENTS
Build the current project.
Project context
- Project config: !
cat package.json 2>/dev/null || cat pyproject.toml 2>/dev/null || echo "unknown"
Auto-Detection
Run the bundled script to detect build system:
python3 ${CLAUDE_SKILL_DIR}/scripts/detect-build.py [dev|prod|docker]
Usage
/build [target]
What This Command Does
- Detects project type
- Runs appropriate build command
- Reports build status
Build Commands by Project Type
This is the opening of the README. Read the full README on GitHub.