JasonColapietro/suede-creator-skills

android-app-factory

Plan, build, test, and release a production-grade native Android app from a product idea through Google Play. Use for requests to create, ship, submit, monetize, or modernize an Android app. Covers Kotlin and Jetpack Compose architecture, API-level policy verification, accessibility, privacy and Data Safety, Play Billing, Play Integrity, account deletion, testing, performance, store assets, signing, staged rollout, and a release evidence gate. Not for iOS work or a review-only pass on an existin

84Collecting
See how to use itView GitHub source
npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill "skills/android-app-factory"
Automated source guide

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Reorganized from the pinned upstream SKILL.md

Turn android-app-factory's source instructions into a guide you can follow

According to the pinned SKILL.md from JasonColapietro/suede-creator-skills: Plan, build, test, and release a production-grade native Android app from a product idea through Google Play. Use for requests to create, ship, submit, monetize, or modernize an Android app.

npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill "skills/android-app-factory"
Check the pinned source

Best fit

  • Plan, build, test, and release a production-grade native Android app from a product idea through Google Play. Use for requests to create, ship, submit, monetize, or modernize an Android app. Covers Kotlin and Jetpack Compose architecture, API-level policy verification, accessibility, privacy and Data Safety, Play Billing, Play Integrity, account deletion, testing, performance, store assets, signing, staged rollout, and a release evidence gate. Not for iOS work or a review-only pass on an existin

Bring this context

  • A concrete task that matches the documented purpose of android-app-factory.
  • The files, examples, or context the task depends on.
  • Your constraints, target environment, and definition of done.

Expected outputs

  • A result that follows the pinned android-app-factory instructions.
  • A concise record of assumptions, inputs used, and unresolved questions.
  • A final check against the source workflow and relevant permission signals.

Key source sections

Read android-app-factory through these 5 source sections

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

Gate policy — advisory, not blocking

Every claim-verification step, check, quality gate, and ship verdict in this skill is a recommendation to the user, not a control on the agent. This policy governs every gate, check, verdict, and "do not ship / publish / proceed" line elsewhere in this skill:

SKILL.md · Gate policy — advisory, not blocking
Run every check and report the results honestly. Verdicts (ship,Never block, delay, skip, rewrite, or refuse the action the user asked forA failed gate changes what you report, never what you do.
02

Principle

Build the product, policy evidence, and Play listing together. A successful release is an installable and usable app whose claims, disclosures, entitlements, privacy behavior, and store configuration agree.

SKILL.md · Principle
Build the product, policy evidence, and Play listing together. A successful release is an installable and usable app whose claims, disclosures, entitlements, privacy behavior, and store configuration agree.
03

Source Truth and Freshness

At the start of every release-oriented run:

SKILL.md · Source Truth and Freshness
Identify the exact repo, package/application ID, branch, Play app, targetRead references/play-policy-baseline.md.Re-open the linked official Google sources for any submission-sensitive
04

Delivery Contract

Lock these before implementation:

SKILL.md · Delivery Contract
user and one core outcome;supported form factors, devices, locales, minimum SDK, and offline behavior;application ID, ownership, signing model, Play app/track, and release owner;
05

Production Pipeline

1. Validate the product — define the user outcome and evidence of demand. Treat keyword research as one input, not proof of product-market fit. 2. Verify policy — capture current target-SDK and form-factor rules, app access requirements, Data Safety scope, content rating, accoun…

SKILL.md · Production Pipeline
Validate the product — define the user outcome and evidence of demand.Verify policy — capture current target-SDK and form-factor rules, appDesign architecture and risk — use the smallest maintainable architecture

SkillSignal prompt templates

Provide the task, context, and acceptance criteria

These prompts were written by SkillSignal from the source structure; they are not upstream text.

Task-start prompt

Confirm source fit, inputs, and outputs before acting.

Use android-app-factory to help me with: [specific task]. Context: [files, data, or background]. Constraints: [environment, scope, and prohibited actions]. Before acting, check the pinned SKILL.md and explain which sections apply, what inputs are still missing, and what you will deliver.

Source-guided execution

Make the Agent explicitly follow the key extracted sections.

Apply the pinned android-app-factory source to [task]. Pay particular attention to these source sections: “Gate policy — advisory, not blocking”, “Principle”, “Source Truth and Freshness”, “Delivery Contract”, “Production Pipeline”. Preserve the important decision at each step. Mark facts not covered by the source as “needs confirmation” instead of inventing them. Then verify the result against my acceptance criteria: [criteria].

Result-review prompt

Check omissions, permissions, and source drift before delivery.

Review the current android-app-factory result: (1) does it satisfy the original task; (2) were any applicable steps or limits in the pinned SKILL.md missed; (3) did it perform any unauthorized file, command, network, or data action; and (4) which conclusions remain unverified? List issues first, then fix only what the source or user authorization supports.

Output checklist

Verify each item before delivery

The task matches the purpose documented in the SKILL.md.

The source section “Gate policy — advisory, not blocking” has been checked.

The source section “Principle” has been checked.

The source section “Source Truth and Freshness” has been checked.

The source section “Delivery Contract” has been checked.

Inputs, constraints, and acceptance criteria are explicit.

Unverified facts, compatibility, and outcome claims are clearly marked.

Any file, command, network, or data action has been reviewed.

Choose a different workflow

When another Skill is the better fit

python-pypi-package-builder

End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends (setuptools+setuptools_scm, hatchling, flit, poetry), PEP 440 versioning, semantic versioning, dynamic git-tag versioning, OOP/SOLID design, type hints (PEP 484/526/544/561), Trusted Publishing (OIDC), and the full PyPA packaging flow. Use for: creating Python packages, pip-installable SDKs, CLI tools, framework plugins, pyproject.toml setup, py.ty

A separate implementation from github/awesome-copilot; compare its source, maintenance signals, and permission requirements.

Open source detail

chatgpt-apps

Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.

A separate implementation from openai/skills; compare its source, maintenance signals, and permission requirements.

Open source detail

simpy

Build, inspect, test, and analyze bounded process-based discrete-event simulations with SimPy, including events, resources, interrupts, monitoring, replications, warm-up, and reproducible output analysis.

A separate implementation from K-Dense-AI/scientific-agent-skills; compare its source, maintenance signals, and permission requirements.

Open source detail

FAQ

What does android-app-factory do?

Plan, build, test, and release a production-grade native Android app from a product idea through Google Play. Use for requests to create, ship, submit, monetize, or modernize an Android app.

How do I start using android-app-factory?

The catalog detected this source-specific install command: npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill "skills/android-app-factory". Inspect the command and pinned source before running it.

Which Agent platforms does it declare?

No dedicated Agent platform is declared in the pinned source record.

Repository stars
165
Repository forks
8
Quality
84/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

84/100
Documentation24/30
Specificity20/25
Maintenance18/20
Trust signals22/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

python-pypi-package-builder by github

End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends (setuptools+setuptools_scm, hatchling, flit, poetry), PEP 440 versioning, semantic versioning, dynamic git-tag versioning, OOP/SOLID design, type hints (PEP 484/526/544/561), Trusted Publishing (OIDC), and the full PyPA packaging flow. Use for: creating Python packages, pip-installable SDKs, CLI tools, framework plugins, pyproject.toml setup, py.ty

chatgpt-apps by openai

Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.

simpy by k-dense-ai

Build, inspect, test, and analyze bounded process-based discrete-event simulations with SimPy, including events, resources, interrupts, monitoring, replications, warm-up, and reproducible output analysis.

flowstudio-power-automate-build by github

Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Your agent constructs flow definitions, wires connections, deploys, and tests — all via MCP without opening the portal. Load this skill when asked to: create a flow, build a new flow, deploy a flow definition, scaffold a Power Automate workflow, construct a flow JSON, update an existing flow's actions, patch a flow definition, add actions to a flow, wire up connections, or generate a workflow definition from

salesforce-apex-quality by github

Apex code quality guardrails for Salesforce development. Enforces bulk-safety rules (no SOQL/DML in loops), sharing model requirements, CRUD/FLS security, SOQL injection prevention, PNB test coverage (Positive / Negative / Bulk), and modern Apex idioms. Use this skill when reviewing or generating Apex classes, trigger handlers, batch jobs, or test classes to catch governor limit risks, security gaps, and quality issues before deployment.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 6 min

Android App Factory

Gate policy — advisory, not blocking

Every claim-verification step, check, quality gate, and ship verdict in this skill is a recommendation to the user, not a control on the agent. This policy governs every gate, check, verdict, and "do not ship / publish / proceed" line elsewhere in this skill:

  • Run every check and report the results honestly. Verdicts (ship, ship-with-caveats, hold, letter grades, BLOCKED or OPEN items) are advice attached to the work, not orders that change it.
  • Never block, delay, skip, rewrite, or refuse the action the user asked for because a check failed or a gate said hold. Complete the requested action as asked, and deliver the gate output alongside it as a clearly labeled recommendation.
  • A failed gate changes what you report, never what you do.
  • Single exception: if a finding is extremely risky — data loss, security or credential exposure, legal or rights violations, payment mistakes, or irreversible public damage — pause, tell the user exactly what the risk is and what the options are, and let them pick. Their choice is final.

Principle

Build the product, policy evidence, and Play listing together. A successful release is an installable and usable app whose claims, disclosures, entitlements, privacy behavior, and store configuration agree.

Source Truth and Freshness

At the start of every release-oriented run:

  1. Identify the exact repo, package/application ID, branch, Play app, target track, and whether the checkout is dirty.
  2. Read references/play-policy-baseline.md.
  3. Re-open the linked official Google sources for any submission-sensitive requirement. Record the URL, observed requirement, and check time in assets/android-release-gate.template.md.
  4. Treat current repo code and the live Play Console as source truth for the app. Treat the reference date as a baseline, not permanent policy.

On 2026-07-19, the factory default for a general phone/tablet release is compileSdk = 36 and targetSdk = 36. Google Play's announced enforcement for new apps and updates moves to API 36 on 2026-08-31; API 35 remains the enforced minimum before that date. Do not misstate the announced deadline as already enforced, and recheck because form-factor exceptions and dates differ.

Delivery Contract

Lock these before implementation:

  • user and one core outcome;
  • supported form factors, devices, locales, minimum SDK, and offline behavior;
  • application ID, ownership, signing model, Play app/track, and release owner;
  • data inventory, third-party SDKs, permissions, account model, deletion path, privacy policy owner, and Data Safety owner;
  • monetization and entitlement source truth, or an explicit free-v1 decision;
  • architecture and migration constraints;
  • acceptance devices/API levels, tests, performance/accessibility targets, store artifacts, and release evidence;
  • external mutations requiring confirmation: product creation, credential use, Play upload, track promotion, staged rollout, or production release.

Unknowns stay unknown. Never invent a package name, product ID, policy answer, privacy URL, customer claim, or Play Console state.

Production Pipeline

  1. Validate the product — define the user outcome and evidence of demand. Treat keyword research as one input, not proof of product-market fit.
  2. Verify policy — capture current target-SDK and form-factor rules, app access requirements, Data Safety scope, content rating, account deletion, billing policy, and any permission-specific declarations.
  3. Design architecture and risk — use the smallest maintainable architecture that preserves unidirectional state, lifecycle safety, offline/error/loading states, test seams, and a least-data/least-permission posture.
  4. Scaffold — native Kotlin + Jetpack Compose by default. Resolve current stable Android/Jetpack versions from official sources, lock them in a version catalog, and prove a debug build before feature work.
  5. Build the core loop — implement one complete user outcome with real or deterministic demo data. Add history, saved state, sync, or accounts only when the product contract requires them.
  6. Prove quality — unit, repository, ViewModel, Compose UI/instrumented, accessibility, and end-to-end core-loop tests as applicable; static analysis, release build, device/API matrix, baseline profile, and Macrobenchmark.
  7. Add monetization safely — use Play Billing for covered digital goods, process pending purchases, verify and acknowledge purchases after entitlement handling, restore ownership, and keep secrets/server verification off-device.
  8. Complete trust surfaces — privacy policy, Data Safety, SDK data behavior, permission rationale, in-app and web account deletion when accounts exist, content rating, ads declarations, app access instructions, and Play Integrity only where abuse risk justifies it.
  9. Build store artifacts — truthful listing, icon/feature graphic, screenshots for every declared form factor, localization, support contact, release notes, and reviewer instructions.
  10. Release through evidence gates — signed AAB and Play App Signing, internal/closed validation, pre-launch report, explicit confirmation before upload or promotion, staged production rollout, and post-release monitoring.

Read these before building:

  • references/android-factory-pipeline.md — phase artifacts and release flow;
  • references/architecture-and-quality.md — architecture, tests, accessibility, performance, and build checks;
  • references/privacy-billing-integrity.md — privacy, Data Safety, account deletion, Billing, and Integrity controls;
  • references/play-policy-baseline.md — dated official-policy baseline.

Public-Safe Defaults

  • Use placeholder IDs such as com.example.product until ownership is verified.
  • Keep upload keys, passwords, service-account JSON, API secrets, and production identifiers outside Git; use local/CI secret stores and prove ignore rules.
  • Use Play App Signing and a distinct upload key.
  • Prefer a free v1 when Billing would delay validation, but do not bypass Play Billing for covered digital goods.
  • Collect no data and request no permission without a stated product purpose, retention/deletion rule, disclosure path, and test.
  • Treat Play Integrity as an abuse signal, not authentication and not the sole basis for a permanent block.
  • Keep submission and rollout actions human-confirmed and reversible where the platform permits.

Release Gate

Copy assets/android-release-gate.template.md into the app repo and complete it with links or command output. Block release when any required item lacks evidence, including:

  • target policy was not checked live or the build targets the wrong API/form factor;
  • a release targeting Android 15+ has not been verified for 16 KB page-size compatibility on 64-bit devices, including transitive native SDKs;
  • test, lint/static analysis, assembleRelease, or bundleRelease fails;
  • the core loop fails on the declared device/API matrix or offline/error path;
  • accessibility checks, large text, TalkBack, keyboard/switch access, contrast, or reduced-motion behavior have launch-critical failures;
  • performance evidence is missing for startup or the core task, or a known regression exceeds the product budget without approval;
  • Data Safety, privacy policy, permissions, account deletion, content rating, ads, app access, or SDK behavior disagree;
  • Billing entitlement, pending, restore/requery, acknowledgement, cancellation, refund/revocation, or backend verification behavior is unproven when relevant;
  • secrets or signing material are committed, or Play App Signing/upload-key ownership, developer verification, or package registration is unresolved;
  • listing claims or screenshots show behavior not present in the release build;
  • a Play upload, track promotion, or rollout lacks explicit user confirmation.

Return one gate: ship, ship-with-caveats, or hold. A caveat must have an owner, risk, and next action; policy, security, privacy, billing, crash, and core-task blockers cannot be downgraded to cosmetic caveats.

Routing

  • Existing-app findings-only review → suede-code-review.
  • CI implementation around the release evidence → suede-ship-gate.
  • Coordinated architecture, product, policy, store, and QA lanes → suede-agent-teams with exclusive file ownership and a serialized release lane.
  • iOS work → the relevant iOS skill, not this one.

Boundaries

  • Do not submit, create products, change pricing, promote tracks, or start a production rollout without explicit confirmation.
  • Do not answer Play policy or Data Safety questions from memory when live official guidance or the Play Console is available.
  • Do not claim release-ready from a debug build, screenshot, local source inspection, or successful upload alone.
  • Do not use Play Integrity as a substitute for server authorization, purchase verification, rate limits, fraud operations, or an appeal path.
  • Do not call a Data Safety form complete until first-party code and every included SDK have been inventoried against actual release behavior.
Skill path
skills/android-app-factory/SKILL.md
Commit SHA
f78965b9f994
Repository license
MIT
Data collected