Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Android App Factory

Takes a product idea to a signed, policy-compliant Google Play release using Kotlin and Jetpack Compose with an evidence-based release gate.

Dev & CodingAdvanced1518AI score 8/10Last updated: Aug 19, 2026

What it does

  • Runs a 10-stage pipeline: validate the product, verify Play policy, design architecture, scaffold, build the core loop, prove quality, add monetization, complete trust surfaces, build store artifacts, and release through evidence gates.
  • Defaults to native Kotlin + Jetpack Compose with a locked version catalog and a proven debug build before feature work.
  • Checks target-SDK rules, 16 KB page-size compatibility, accessibility (TalkBack, contrast, large text), performance (baseline profile, Macrobenchmark), Play Billing acknowledgement/restore, Data Safety and account deletion, and Play Integrity usage.
  • Fills a release gate template and returns a ship / ship-with-caveats / hold verdict with owners and next actions.

Who it's for

  • Solo devs and small teams shipping their first Android app to Google Play.
  • Anyone repeatedly rejected over Data Safety, privacy, or billing policy mismatches.
  • Teams modernizing a legacy app onto a current target SDK and Compose.

Examples

  1. "Build a habit tracker and get it to the internal testing track" — from delivery contract to the confirmation gate before uploading a signed AAB.
  2. "Audit my Data Safety form and account-deletion path before I enable Billing" — inventories first-party code plus every bundled SDK.
  3. "Is this release-ready?" — completes the release gate template and returns hold/ship with the missing evidence listed.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/JasonColapietro/suede-creator-skills/HEAD/skills/android-app-factory/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/android-app-factory folder from the GitHub repo JasonColapietro/suede-creator-skills into my ~/.claude/skills/android-app-factory/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/JasonColapietro/suede-creator-skills.git && mkdir -p ~/.claude/skills && cp -r suede-creator-skills/skills/android-app-factory ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/JasonColapietro/suede-creator-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r suede-creator-skills/skills/android-app-factory ~/.claude/skills/
  5. Confirm the references/ and assets/ files came along with it.
  6. Restart Claude Code and ask something like "help me ship my Android app to Google Play".
  7. You still need Android Studio, a JDK, Gradle, and a Play Console account on your machine.