Features
baoyu-electron-extract: new skill that extracts resources and JavaScript from any installed Electron app'sapp.asar. Restores original sources from embeddedsourcesContentin.js.mapfiles when present (TypeScript/JSX included) or formats minified JS/CSS with Prettier in place when not. Source-map paths are resolved relative to each.js.mapfile first, so bundler-relative entries like../../src/main.tsrestore to readable paths underrestored/instead of hashed placeholders. Always skipsnode_modulesandwebpack/runtime/*entries. Auto-discovers apps on macOS (/Applications,~/Applications) and Windows (%LOCALAPPDATA%\Programs,%PROGRAMFILES%,%PROGRAMFILES(X86)%,%APPDATA%); other platforms can pass--asar <path>explicitly. Safety: refuses to write to/, the user home, or the current working directory, and refuses non-empty existing output dirs without--force