android-app-builder

android-app-builder is a skill for Claude Code, Codex from mouchegmouradian/claude-code-skills. It costs 92 tokens per session (5,156 once invoked), scanned A, original, MIT.

A set of guidelines for building Android apps in Kotlin, including apps with Jetpack Compose, Android's modern screen-building toolkit. It selects a project structure based on the app's complexity.

In plain words
What is it for?
Use it when creating Android apps with Kotlin, Jetpack Compose, coroutines and Flow, Gradle, DataStore, Room, Hilt, or multiple modules.
Why use it?
It helps match the amount of architecture and dependency setup to the app instead of applying one structure everywhere. It also covers screens, background work, builds, and tests.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating Android apps with Kotlin, Jetpack Compose, coroutines and Flow, Gradle, DataStore, Room, Hilt, or multiple modules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mouchegmouradian/claude-code-skills/android-app-builder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mouchegmouradian/claude-code-skills --skill android-app-builder
Clone the repo
git clone --depth 1 https://github.com/mouchegmouradian/claude-code-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for android-app-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/mouchegmouradian/claude-code-skills/android-app-builder/github.svg)](https://agentmods.dev/skills/mouchegmouradian/claude-code-skills/android-app-builder)
Your own site
<a href="https://agentmods.dev/skills/mouchegmouradian/claude-code-skills/android-app-builder"><img src="https://agentmods.dev/badge/skills/mouchegmouradian/claude-code-skills/android-app-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for android-app-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/mouchegmouradian/claude-code-skills/android-app-builder"><img src="https://agentmods.dev/badge/skills/mouchegmouradian/claude-code-skills/android-app-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.05156
Opus 5 $0.00046 $0.02578
Sonnet 5 $0.00018 $0.01031
Haiku 4.5 $0.00009 $0.00516

Measured 9d ago against content hash fc8c631b8c3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

android-app-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_feature.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/android-app-builder/SKILL.md · 613 lines

How it starts

The opening of the file, as written. The whole thing — 613 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Android Development

Build Android applications following Google's official architecture guidance, as demonstrated in the NowInAndroid reference app.

Quick Reference

Task Reference File
Complexity tier selection complexity-tiers.md
Project structure & modules modularization.md
Architecture layers (UI, Domain, Data) architecture.md
Jetpack Compose patterns compose-patterns.md
Coroutines & Flow patterns coroutines.md
Gradle & build configuration gradle-setup.md
Testing approach testing.md

Step 0: Detect Complexity Tier

Before writing any code, classify the project into one of three tiers. This determines every architectural decision that follows.

Detection Heuristics

Apply these signals in order. The first confident match wins.

Tier 1 — Simple (default for ambiguous small projects):

  • Described as: demo, prototype, personal app, learning project, side project, sample, or proof-of-concept
  • 1–3 distinct user-facing features
  • Features are independent — no described need to share data across screens
  • No described need for background processing or scheduled work
  • No mention of teams, multi-developer workflow, or production deployment
  • Examples: tip calculator, flashcard app, habit tracker, weather viewer, unit converter

Tier 2 — Standard:

  • 3–6 distinct user-facing features
  • Some features share a repository or data model (e.g., "profile data shown on both home and settings")
  • Described as a "real app" or "production" but built by a small team (1–3 developers)
  • Needs Hilt for testability or future scaling, but no current need for module isolation
  • Examples: personal finance tracker, recipe app with favorites/search/detail, fitness app with history and goals

Read the full file on GitHub · 613 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 613 lines · 92 tokens per session scan A fc8c631b8c3f

Subscribe to this mod's changes

android-app-builder is a skill published in the GitHub repository mouchegmouradian/claude-code-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 92 tokens to every session and 5,156 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

kotlin-specialist

Provides idiomatic Kotlin implementation patterns including coroutine concurrency, Flow stream handling, multiplatform architecture, Compose UI construction, Ktor server setup, and type-safe DSL design. Use when building Kotlin applications requiring coroutines, multiplatform development, or Android with Compose.…

Jeffallan/claude-skills · 86 tokens

swift-macos

Covers macOS app development with Swift 6.3, SwiftUI, SwiftData, Swift Concurrency, Foundation Models, Swift Testing, ScreenCaptureKit, and app distribution. Use when building native Mac apps - windows, scenes, navigation, menus and toolbars, SwiftData models and queries, modern concurrency, on-device AI, testing…

tenequm/skills · 103 tokens

xcode-makefiles

Install strict Xcode Makefile tooling for iOS/macOS projects, including build/run/test scripts with AGENTNAME-based per-agent isolation under build/. Use when a project needs reproducible local CLI builds without full app scaffolding.

robertguss/claude-code-toolkit · 52 tokens

bootstrap-ios

Bootstrap agents for iOS, iPadOS, macOS, Swift, SwiftUI, SwiftData/Core Data, Swift Testing, Xcode build/test/debug, Simulator, App Intents, or XcodeBuildMCP work. Use before building, fixing, refactoring, QAing, or setting up Apple-platform repos, and when asked to load/install Ray's iOS skills or bootstrap iOS.

RayFernando1337/rayfernando-skills · 84 tokens

swift-concurrency-6-2

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

georgekhananaev/claude-skills-vault · 41 tokens

swift

Use when writing Swift for iOS, macOS, or server-side. Covers value semantics, optionals, protocol-oriented design, structured concurrency with async/await and actors, and SwiftUI state management.

nimadorostkar/Claude-Skills-collection · 43 tokens