wakaru
Turn minified JavaScript bundles back into readable source code
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core