android-build
✓Use when building Android apps (Gradle CLI) or ROMs (AOSP, LineageOS). Triggers on "gradle build", "assemble", "AOSP", "LineageOS", "lunch", "mka", "breakfast", "brunch", "compile android", "device tree", "kernel build".
Installation
SKILL.md
This skill covers building Android apps via Gradle CLI and building custom ROMs via AOSP/LineageOS.
| user | Production, no root, limited debugging | | userdebug | Like user + root + debugging | | eng | Development, all debug tools |
| Build debug | ./gradlew assembleDebug | | Build release | ./gradlew assembleRelease | | Install | ./gradlew installDebug | | Test | ./gradlew test | | Lint | ./gradlew lint | | Clean | ./gradlew clean | | Dependencies | ./gradlew dependencies |
Use when building Android apps (Gradle CLI) or ROMs (AOSP, LineageOS). Triggers on "gradle build", "assemble", "AOSP", "LineageOS", "lunch", "mka", "breakfast", "brunch", "compile android", "device tree", "kernel build". Source: hyperb1iss/android-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/hyperb1iss/android-skill --skill android-build- Source
- hyperb1iss/android-skill
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is android-build?
Use when building Android apps (Gradle CLI) or ROMs (AOSP, LineageOS). Triggers on "gradle build", "assemble", "AOSP", "LineageOS", "lunch", "mka", "breakfast", "brunch", "compile android", "device tree", "kernel build". Source: hyperb1iss/android-skill.
How do I install android-build?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hyperb1iss/android-skill --skill android-build Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/hyperb1iss/android-skill
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01