From partme-ai-full-stack-skills
Bundles and runs Node.js processes as sidecars in Tauri v2 apps with lifecycle management. Use for integrating Node.js backends, handling start/stop, and packaging platform-specific executables.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
**ALWAYS use this skill when the user mentions:**
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
ALWAYS use this skill when the user mentions:
Trigger phrases include:
pkg or nexe:
npx pkg server.js -t node18-macos-x64,node18-win-x64,node18-linux-x64
src-tauri/binaries/ with platform-specific naming:
src-tauri/binaries/node-server-x86_64-apple-darwin
src-tauri/binaries/node-server-x86_64-pc-windows-msvc.exe
src-tauri/binaries/node-server-x86_64-unknown-linux-gnu
tauri.conf.json:
{ "bundle": { "externalBin": ["binaries/node-server"] } }
let sidecar = app.shell().sidecar("node-server").unwrap();
let (mut rx, child) = sidecar.spawn().unwrap();
tauri sidecar, node.js, nodejs backend, sidecar packaging, bundled binary