AI AGENT ADDONS

Baoyu Electron Extract

jimliu/baoyu-skills

You can peek inside any Electron app on your computer. The tool finds the hidden code and resources packed inside the app's .asar file. It works on both Mac and Windows.

If the app includes source maps, the tool restores the original readable code. If not, it formats the minified code to make it easier to read. It skips the node_modules folder to avoid clutter.

This is useful for learning how popular apps like Slack or VS Code are built. Simply provide the app name or path and the tool does the rest.

Add Baoyu Electron Extract skill to your workflow

Global

mkdir -p ~/.claude/skills/baoyu-electron-extract

Project

mkdir -p .claude/skills/baoyu-electron-extract

Source Repository

Stars
22,701
Forks
2,580
Watchers
22,701
License
MIT
Last Push
1 month ago
Created
7 months ago