android-app-factory
정보
이 스킬은 개발자가 프로덕션 준비가 된 네이티브 Android 앱을 구글 플레이에 생성하고 출시하는 전체 라이프사이클을 안내합니다. 계획 수립, Kotlin/Jetpack Compose를 이용한 구축, 테스트, 그리고 규정 준수, 수익화, 스토어 제출을 포함한 출시 과정을 다룹니다. 새로운 앱을 만들거나 기존 앱을 현대화할 때 사용하되, iOS 프로젝트나 기존 코드만을 검토하는 용도로는 사용하지 마십시오.
빠른 설치
Claude Code
추천npx skills add JasonColapietro/suede-creator-skills -a claude-code/plugin add https://github.com/JasonColapietro/suede-creator-skillsgit clone https://github.com/JasonColapietro/suede-creator-skills.git ~/.claude/skills/android-app-factoryClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
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:
- Identify the exact repo, package/application ID, branch, Play app, target track, and whether the checkout is dirty.
- Read
references/play-policy-baseline.md. - 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. - 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
- Validate the product — define the user outcome and evidence of demand. Treat keyword research as one input, not proof of product-market fit.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- Build store artifacts — truthful listing, icon/feature graphic, screenshots for every declared form factor, localization, support contact, release notes, and reviewer instructions.
- 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.productuntil 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, orbundleReleasefails;- 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-teamswith 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.
GitHub 저장소
자주 묻는 질문
android-app-factory Skill이란 무엇인가요?
android-app-factory은(는) JasonColapietro이(가) 만든 Claude Skill입니다. Skill은 Claude가 필요할 때 불러오는 지침과 리소스를 묶어 추가 프롬프트 없이 android-app-factory 관련 작업을 수행할 수 있게 합니다.
android-app-factory은(는) 어떻게 설치하나요?
이 페이지의 설치 명령을 사용하세요. android-app-factory을(를) Claude Code 플러그인으로 추가하거나 저장소를 skills 디렉터리에 복제한 다음 Claude를 다시 시작해 Skill을 불러옵니다.
android-app-factory은(는) 어떤 카테고리에 속하나요?
android-app-factory은(는) 메타 카테고리에 속합니다.
android-app-factory은(는) 무료로 사용할 수 있나요?
네. android-app-factory은(는) AIMCP에 등록되어 있으며 무료로 설치할 수 있습니다.
연관 스킬
이 스킬은 콘텐츠 콜렉션(Content Collections)을 위한 프로덕션 검증된 설정을 제공합니다. 콘텐츠 콜렉션은 Markdown/MDX 파일을 Zod 검증이 포함된 타입 안전한 데이터 콜렉션으로 변환해주는 TypeScript 최우선 도구입니다. 블로그, 문서 사이트 또는 콘텐츠 중심의 Vite + React 애플리케이션을 구축할 때 타입 안전성과 자동 콘텐츠 검증을 보장하기 위해 사용하세요. Vite 플러그인 구성과 MDX 컴파일부터 배포 최적화 및 스키마 검증에 이르기까지 모든 것을 다룹니다.
이 스킬은 개발자들이 Polymarket 예측 시장 플랫폼을 활용한 애플리케이션을 구축할 수 있도록 지원하며, 거래 및 시장 데이터를 위한 API 통합 기능을 포함합니다. 또한 WebSocket을 통한 실시간 데이터 스트리밍을 제공하여 실시간 거래와 시장 활동을 모니터링할 수 있습니다. 이를 통해 거래 전략을 구현하거나 실시간 시장 업데이트를 처리하는 도구를 생성하는 데 활용할 수 있습니다.
이 스킬은 개발자들이 명령어, 파일, LSP 작업 등 25개 이상의 이벤트 유형에 연결되는 OpenCode 플러그인을 만들 수 있도록 돕습니다. JavaScript/TypeScript 모듈을 위한 플러그인 구조, 이벤트 API 명세, 구현 패턴을 제공합니다. OpenCode AI 어시스턴트의 라이프사이클을 사용자 정의 이벤트 기반 로직으로 가로채거나, 모니터링하거나, 확장해야 할 때 사용하세요.
SGLang은 RadixAttention 프리픽스 캐싱을 활용하여 JSON, 정규식, 에이전트 워크플로우를 위한 고속 구조화 생성에 특화된 고성능 LLM 서빙 프레임워크입니다. 특히 반복되는 프리픽스가 있는 작업에서 상당히 빠른 추론 속도를 제공하여 복잡한 구조화 출력 및 다중 턴 대화에 이상적입니다. 제약 디코딩이 필요하거나 광범위한 프리픽스 공유가 있는 애플리케이션을 구축할 때는 vLLM과 같은 대안보다 SGLang을 선택하십시오.
