orbitalsonic/AndroidPilot

Production-ready Android Engineering Rules for Cursor and other AI coding assistants. Build consistent, scalable, and maintainable Android apps with Kotlin, MVI, Clean Architecture, XML, and Koin.

1Stars on the repository
20Mods indexed here, across every type
18d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

orbitalsonic/AndroidPilot

Skill Claude CodeCodex

Gradle and build configuration rules for this template — AGP 9 / Gradle 9 DSL (built-in Kotlin, compileSdk block, optimization block instead of minify/proguard), the gradle/libs.versions.toml version catalog, R8 keep rules in keepRules/.keep, gradle.properties defaults, and manifest registration. Use when editing…

1 18d ago A 104 tokens

android-feature

02

orbitalsonic/AndroidPilot

Skill Claude CodeCodex

Workflow for implementing a new Android feature, screen, fragment, activity, dialog, adapter, or enhancement in this XML/MVVM template. Use whenever the user asks to add, build, implement, or extend functionality — before writing any code. Covers planning, the MVVM/MVI skeleton, the Android configuration checklist…

1 18d ago A 72 tokens

android-new-project

03

orbitalsonic/AndroidPilot

Skill Claude CodeCodex

Workflow for turning a fresh copy of this Android template into a new app — renaming the package/namespace/applicationId, branding (icons, splash, palette, fonts), Firebase setup, signing config, stripping unused sample screens, and verifying the foundation. Use when the user says they are starting a new app…

1 18d ago A 83 tokens

android-preflight

04

orbitalsonic/AndroidPilot

Skill Claude CodeCodex

Final verification checklist to run before declaring Android work finished — build, both themes, string resources, lifecycle and leak risks, registered permissions and components, resource parity between values and values-night, and honest reporting of what was and was not verified. Use at the end of any feature, fix…

1 18d ago A 79 tokens

android-ui-theming

05

orbitalsonic/AndroidPilot

Skill Claude CodeCodex

Rules for Android XML layouts, Material 3 components, semantic color tokens, light/dark theming, dimensions (sdp/ssp), string resources and localization, accessibility, and edge-to-edge insets. Use when creating or editing any layout, drawable, style, color, vector, or string resource, or when a screen must work in…

1 18d ago A 81 tokens

android-upgrade

06

orbitalsonic/AndroidPilot

Skill Claude CodeCodex

Workflow for changing an existing working Android project — upgrading dependencies, AGP/Gradle or SDK levels, migrating deprecated APIs, refactoring, and fixing bugs, without breaking what already works. Covers baseline verification, scoping the diff, targetSdk behaviour changes, SharedPreferences/Room data…

1 18d ago A 86 tokens

template-helpers

07

orbitalsonic/AndroidPilot

Skill Claude CodeCodex

Catalog of the reusable building blocks shipped with this Android template — BaseActivity/BaseFragment, the helpers/ extension files (navigation, lifecycle, toast, snackbar, dialogs, images, permissions, theme, locale, settings intents, date, delay), common/ (Firebase, network, observers), and…

1 18d ago A 92 tokens