pionxzhpionxzhCommunityยท1 Agent Skills Included

wakaru

Turn minified JavaScript bundles back into readable source code

Decompiles minified, bundled, and transpiled JavaScript back into readable modern modules. Unpacks webpack, esbuild, Metro, and Bun bundles and reverses Babel and TypeScript helper code automatically. Eliminates hours of manually reading one-line production files during security audits, debugging, and source recovery.
npx skills add pionxzh/wakaru --all -g -y
Available:

Directs the AI agent to the right documentation for each task and points it to the SKILL.md file that defines how to run the decompiler CLI and read its output.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Wakaru?โ–ผ

Run `npx skills add pionxzh/wakaru --all -g -y` in your terminal to install the skill globally for your AI agent.

How to unminify JavaScript with AI?โ–ผ

Ask your agent to run Wakaru on the file; it reverses minifier tricks and transpiler helpers to restore readable modern JavaScript automatically.

Can Wakaru unpack webpack or esbuild bundles?โ–ผ

Yes. It splits webpack, esbuild, Bun, Metro, Browserify, and Rollup bundles back into individual modules you can read one by one.

Does Wakaru work with Claude Code and other AI agents?โ–ผ

Yes. It ships a standard SKILL.md file, so agents like Claude Code, Codex, and Cursor know exactly when and how to run the decompiler.

Can Wakaru recover original variable names?โ–ผ

Only partially. It renames where the code gives clear evidence, and full original names are restored when a source map with names is provided.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’