hoangnguyen0403/android-deployment
Configure release signing, R8 obfuscation, and App Bundle publishing for Android. Use when setting up signing configs, enabling minification, adding ProGuard keep rules, or preparing for Play Store submission.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill android-deployment
isMinifyEnabled = true and isShrinkResources = true for Release builds (R8).@Keep) for reflection-heavy classes instead of broad wildcard rules.mapping.txt to Play Console for crash de-obfuscation.Take hoangnguyen0403/android-deployment from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.