Back to Skills

android-proguard-setup

hitoshura25
Updated 2 days ago
2 views
2
1
2
View on GitHub
Otherdesign

About

This Claude Skill automatically configures ProGuard/R8 for Android release builds with safe default rules. It enables code minification and resource shrinking while creating essential configuration files like `app/proguard-rules.pro`. Use it to quickly set up optimization for your Android projects without manual Gradle configuration.

Quick Install

Claude Code

Recommended
Primary
npx skills add hitoshura25/claude-devtools -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/hitoshura25/claude-devtools
Git CloneAlternative
git clone https://github.com/hitoshura25/claude-devtools.git ~/.claude/skills/android-proguard-setup

Copy and paste this command in Claude Code to install this skill

GitHub Repository

hitoshura25/claude-devtools
Path: skills/android-proguard-setup
0

Related Skills

android-signing-config

Other

This skill automatically configures Android release signing with dual-source credential support, pulling from environment variables for CI/CD and gradle.properties for local development. It modifies the app-level build.gradle.kts file to set up signingConfigs after keystores are generated. Use this skill to streamline secure signing setup across different development environments.

View skill

android-service-account-guide

Other

This skill provides a guided workflow for developers to create Google Cloud service accounts with Play Store API access. It generates setup documentation and walks through the manual configuration process step-by-step. Use this when you need to automate Play Store deployments or integrate with Google Play Developer API.

View skill

android-release-build-setup

Other

This skill fully configures Android release builds by sequentially running keystore generation, ProGuard/R8 setup, and signing configuration. It handles both production and local development environments with dual-source signing support. Use it to automate the complete release setup process for Android projects using Gradle Kotlin DSL.

View skill

android-test-structure

Other

This skill creates a complete Android instrumentation test structure with base classes and utilities for Espresso testing. It generates the androidTest directory, BaseTest.kt for common setup, and TestUtils.kt for helper functions. Use it when starting Android UI testing to establish a consistent foundation.

View skill