skill-android

Generates a production-ready Android app scaffold with Jetpack Compose and Gradle 8.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/limit5/OmniSight-Productizer --skill skill-android
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-android
Source: https://github.com/limit5/OmniSight-Productizer/tree/main/configs/skills/skill-android
Command: npx skills add https://github.com/limit5/OmniSight-Productizer --skill skill-android

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual work of bootstrapping production-ready Android apps that meet Google Play Store requirements, including compliance, push notifications, in-app billing, and automated testing.

Core Features & Use Cases

  • End-to-end Android scaffolding: Generates a complete Jetpack Compose app with Gradle 8, pinned SDK versions, and best-practice architecture (ViewModel + StateFlow) out of the box.
  • Play Store readiness built-in: Includes pre-configured Firebase Cloud Messaging, Play Billing Library 7 templates, Fastlane deployment lanes, and pre-filled Data Safety forms to pass Google's policy gates.
  • Use case: For example, a mobile team launching a new content app can use this Skill to generate a fully compliant scaffold with push notification support in minutes, instead of spending days configuring Gradle, signing, and Play metadata manually.

Quick Start

Use the skill-android skill to generate a production-ready Android Compose app scaffold with push notifications and Play Billing support by providing your project name and package ID.

Frequently Asked Questions about skill-android

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Jetpack Compose app that meets Google Play Store submission requirements?

Scaffolding a Play-compliant Jetpack Compose app is automated by generating a complete project structure with Gradle 8, pinned SDK versions, pre-configured signing, and built-in Data Safety compliance validation.

What do I need to include in an Android app scaffold for Play Store compliance?

Play Store compliance in an Android app scaffold requires pre-filled Data Safety forms, Play policy validation, keystore chain management, and pre-configured adapters for Firebase Cloud Messaging and Play Billing Library 7.

How do I set up push notifications in a new Android Compose project automatically?

Push notifications are set up automatically during scaffolding by including pre-configured Firebase Cloud Messaging templates within the generated Jetpack Compose project structure.

Can I use this Android scaffolding tool alongside an iOS cross-platform workflow?

Yes, this Android scaffolding tool supports cross-platform app development when paired with the SKILL-IOS pilot pack, covering disjoint mobile toolchains across both platforms.

Does the generated Android app scaffold include ViewModel and StateFlow architecture?

Yes, the generated Android app scaffold includes best-practice architecture out of the box, specifically integrating ViewModel and StateFlow for state management within the Jetpack Compose application.

What's the best way to automate Google Play Data Safety form compliance for a new app?

Automating Google Play Data Safety compliance is handled by pre-filling the required forms and applying Play policy validation directly during the initial Android app scaffolding process.