Use when the user wants to modify an APK and produce a new signed build. Common scenarios: add a debuggable flag, set allowBackup=true, change the network security config to trust a user CA, repackage with Frida gadget, or rebuild after a smali-level edit. Triggers: "modify the manifest", "set debuggable to true", "patch the APK", "repackage for testing", "rebuild and sign", "trust user CAs". Do NOT use this for static analysis (use android-re-static-triage) or for dynamic analysis (use android-re-dynamic-hook).
$npx -y skills add heretek-re/android-re --skill android-re-repackageInstalls into the current project.
Run `npx skills use "https://github.com/heretek-re/android-re" --skill "heretek-re/android-re/android-re-repackage"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/heretek-re/android-re" that are relevant to the current task. Run `npx skills add "https://github.com/heretek-re/android-re"` and select the relevant skills, then follow their instructions.