AndroidApkAnalyzer
Android app development, crash fixing, and release automation
All Skills in This Repository (10)
Pure Emerald Level Indicatorsimplement-navigation
Standardizes Android Navigation 3 multi-module routing with serializable NavKeys.
create-feature-module
Generate API and implementation modules with navigation keys for Android projects.
run-app
Build, install, and verify Android APKs on devices via Gradle and ADB.
create-core-module
Generate build.gradle.kts files, repository interfaces, and Hilt modules for AndroidApkAnalyzer core modules.
setup-local-tools
Verify and install JDK 25, Android SDK, GitHub CLI, and Firebase CLI.
sync-design-changes
Map HTML/CSS design changes to Kotlin/Compose source files.
spotless-fix
Automate Kotlin code style and ktlint enforcement via Gradle tasks.
analyze-ci-failure
Diagnose GitHub Actions workflow failures by inspecting job logs for root causes.
git-commit-author
Enforce human-only authorship in git commits by blocking AI-generated trailers.
create-compose-component
Create reusable Jetpack Compose components with Material3 and AppTheme previews.
Frequently Asked Questions
FAQPage SchemaHow to install AndroidApkAnalyzer skills?â–¼
Run `npx skills add MartinStyk/AndroidApkAnalyzer --all -g -y` in your terminal to install all skills globally.
What do these Android development skills cover?â–¼
They cover building and running the app on devices, fixing production crashes, triaging Crashlytics reports, diagnosing CI failures, creating modules and Compose components, translating strings, and cutting Play Store releases.
Can an agent fix production crashes automatically?â–¼
Yes. The fix-crash skill pulls Crashlytics data, finds the root cause, reproduces it on a matching emulator, applies the fix, and verifies it without breaking stored user data.
Do these skills work with Claude Code and other agents?â–¼
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, and other compatible coding agents.
Do I need Android experience to use these skills?â–¼
Basic familiarity helps, but the skills encode the project's architecture rules and step-by-step workflows so the agent handles the technical details for you.
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