What problem does it solve?
Manually rebuilding the Spark macOS desktop app after code changes requires running multiple disjointed build steps, managing code signing credentials, and creating a distributable DMG, which is time-consuming and error-prone for developers.
Core Features & Use Cases
- Automated Build Pipeline: Runs the full 6-stage desktop build process (frontend build, backend packaging, Tauri compilation, sidecar injection, code signing, DMG creation) with guided instructions.
- Clear Error Diagnostics: Provides specific failure reasons and fix hints for each build stage, eliminating guesswork during debugging.
- Use Case: Spark developers updating the web UI or backend can use this skill to quickly generate a signed, notarized DMG ready for distribution to macOS users.
Quick Start
Use the build-mac skill to rebuild the Spark macOS desktop app and produce a signed, notarized DMG installer.