If you're building desktop apps with Electrobun and Bun, this gives you the safe path: typed RPC patterns between your Bun process and browser views, security defaults for sandboxing untrusted content, and the navigation rules you actually need. It covers the stuff that trips people up, like why RPC calls silently fail in sandboxed views, how to handle shutdown cleanup on Linux, and partition isolation for multi-account apps. The typed RPC examples are clean and minimal. Load this alongside the TypeScript best practices skill since Electrobun is TypeScript-first. Good reference for updater flows and build configuration too.
npx skills add https://github.com/0xbigboss/claude-code --skill electrobun-best-practices