원클릭으로
project-rebuild-open-standalone-app
Rebuild, install, and open the standalone macOS desktop app (UI + bundled sync daemon).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Rebuild, install, and open the standalone macOS desktop app (UI + bundled sync daemon).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Discover this board's PRs that still need review attention, then carry every GitHub review thread through fresh forge-cli evidence, convergence triage, repair or disposition, reply/resolve, and final zero-unresolved verification.
Append a development-log entry to docs/devlog/<YYYY-MM>.md after a session produces a durable outcome (a shipped feature, validated milestone, decision, or external ref worth keeping). Skips trivial / transient / same-turn work.
Scan canonical actors for split-identity people and likely bots, then update config/sources.json identities / exclude_actors.
Rebuild, install, and open the local macOS desktop app.
| name | project-rebuild-open-standalone-app |
| description | Rebuild, install, and open the standalone macOS desktop app (UI + bundled sync daemon). |
| argument-hint | [--no-install] [--no-open] [--wait-seconds N] |
| allowed-tools | Bash, Read |
Use this skill when backend, UI, desktop, or app-icon changes need to be
rebuilt into the standalone macOS Tauri app (packages/desktop-standalone:
the UI plus the bundled Node sidecar running src/cli/app-server.ts) and
opened for manual inspection. For the thin-client app, use
project-rebuild-open-app instead.
Prereqs:
symphony-board git work tree..app bundle install/open behavior.fnm, Node 24, pnpm, Rust/Tauri build tooling, and open are available
(the build copies the active Node 24 binary in as the host-triple sidecar).packages/desktop-standalone/src-tauri/tauri.conf.json points at the app
icon assets.Inputs:
--no-install - build the app and open the built bundle in place instead
of replacing /Applications/Symphony Board Standalone.app.--no-open - build and install only.--wait-seconds N - seconds to wait before checking for the app process
after open; default 3.Outputs:
fnm exec --using 24 pnpm desktop-standalone:build.packages/desktop-standalone/src-tauri/target/release/bundle/macos/Symphony Board Standalone.app./Applications/Symphony Board Standalone.app with the
fresh bundle.--no-open is passed. On launch the app seeds and uses
~/Library/Application Support/com.sympoies.symphony-board.standalone/
(config, secrets.env, SQLite store, logs) and serves on 127.0.0.1:8787.Exit codes:
0: success1: command failed or a prerequisite is missing2: usage error or invalid inputsFailure modes:
.app bundle is missing after build.open fails..agents/skills/project-rebuild-open-standalone-app/scripts/project-rebuild-open-standalone-app.sh
owns the implementation..agents/scripts/rebuild-open-standalone-app.sh is a thin project wrapper.bash .agents/scripts/rebuild-open-standalone-app.sh.fnm (which also refreshes the bundled Node sidecar and the standalone UI
dist).--no-install is passed, it quits any running Symphony Board
Standalone app, removes the previous
/Applications/Symphony Board Standalone.app, and copies in the freshly
built bundle.--no-open is passed, it opens the selected app bundle and checks
for the symphony-board-desktop-standalone process.This is a project-local skill. It must not mutate runtime-kit manifests,
rendered product output, global runtime homes, credentials, sessions, or cache
state. It intentionally replaces only
/Applications/Symphony Board Standalone.app during the default install path.
The app's own data dir
(~/Library/Application Support/com.sympoies.symphony-board.standalone/) is
runtime state owned by the app; this skill never edits it.