Code-review orchestrator for Jetpack Compose Android apps (Clean Architecture + MVVM + Hilt). Reviews a diff/branch/PR for correctness bugs and routes Compose/Kotlin idioms to 13 bundled focused skills.
Use when reviewing a diff, branch, or PR in a Jetpack Compose Android app (Clean Architecture + MVVM + Hilt). Reviews changed Kotlin/Compose code for correctness bugs and idiom violations, then routes each Compose/Kotlin concern to the bundled focused skills (compose-*, kotlin-*). Triggers on "review my changes", "review this PR", "code review", "check my branch before pushing".
Use when writing or reviewing Jetpack Compose motion: visibility enter/exit, animating one property toward a target, color or size transitions, multiple properties from one state, switching composable content, or choosing between AnimatedVisibility, animate*AsState, rememberTransition, AnimatedContent, and Crossfade.
Use when writing or reviewing Jetpack Compose layout APIs, modifier parameters, modifier chain construction, hardcoded root layout decisions, or layout wrappers around a single conditional.
Use when investigating Jetpack Compose recomposition performance, skippable/restartable composables, composables.txt or compiler reports, Layout Inspector recomposition counts, back-writing snapshot state across phases, or frame-rate State reads in composition vs layout/draw, and it is not yet clear whether the cause is parameter stability, deferred reads, or cross-phase back-writing.
Use when writing or reviewing Jetpack Compose code with LaunchedEffect, DisposableEffect, SideEffect, rememberCoroutineScope, rememberUpdatedState, snapshotFlow, snackbar, navigation, focus requests, analytics, or event Flow collection.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A private Claude Code marketplace that distributes Android development plugins to the team, across any project.
Each plugin has its own page — click through for a brief and runnable commands.
| Plugin | What it does | Page |
|---|---|---|
| android-compose-review | Review a diff / branch / PR; routes Compose & Kotlin idioms to 13 focused skills. | → docs |
| android-unit-testing | Write/review unit tests (Repository · UseCase · ViewModel) to ≥90% coverage; MockK or Mockito. | → docs |
| android-codegen-non-ui | Generate the data layer (API · Repository · UseCase + Room/Paging/DI) from an OpenAPI spec, Plan→Generate with a review gate. | → docs |
| android-codegen-ui | Generate Compose UI (screens + ViewModel/UiState, components, icons, permissions) from a Figma design; six-stage pipeline with a review gate. Requires Figma MCP. | → docs |
They compose: codegen-ui (Figma→screens) + codegen-non-ui (OpenAPI→data) scaffold the layers → unit-testing tests them → compose-review reviews the diff.
One-time, per machine — add the marketplace, then install the plugins you want:
/plugin marketplace add ictech-projects/android-claude-skills
/plugin install android-compose-review@android-skills
/plugin install android-unit-testing@android-skills
/plugin install android-codegen-non-ui@android-skills
/plugin install android-codegen-ui@android-skills
Private repo — works as long as your git/gh is authenticated. For headless/CI, export
GITHUB_TOKEN. Default install scope is your user (all your projects); add --scope project
on the install command (not on marketplace add) to commit the choice for teammates.
/android-compose-review:android-compose-code-review PR92 # review a PR
/android-unit-testing:android-unit-testing LeaveViewModel # write tests for a class
/android-codegen-non-ui:android-codegen-non-ui plan # plan a data layer from codegen/openapi.json
/android-codegen-ui:android-codegen-ui plan # plan Compose screens from a Figma design
See each plugin's page for full usage.
Commit this to a project's .claude/settings.json so teammates get a one-time install prompt
when they trust the repo:
{
"extraKnownMarketplaces": {
"android-skills": {
"source": { "source": "github", "repo": "ictech-projects/android-claude-skills" }
}
}
}
/plugin marketplace update android-skills
Omit version in a plugin's plugin.json for commit-SHA versioning (every push updates), or
bump version for explicit releases.
plugins/android-compose-review/ATTRIBUTION.md.plugins/android-compose-review/scripts/verify-skills.sh.npx claudepluginhub ictech-projects/android-claude-skills --plugin android-compose-reviewGenerate the non-UI data layer (Retrofit API → Repository → UseCase, + Room/Paging/DI) for Clean Architecture Android apps from a Scramble/Laravel OpenAPI JSON. Two-stage pipeline with a mandatory human review gate: Plan (plan.yaml + plan-preview.md) then Generate. Assumes the com.ictechnology.core library.
Generate Jetpack Compose UI (screens + ViewModel/UiState/Event/FieldState, reusable components, icons, strings, permissions) from a Figma design for Clean Architecture Android apps. Six-stage pipeline (0–5) with a mandatory human review gate after Plan. Scope is features/presentation only — never domain/data. Requires the Figma MCP server; assumes com.ictechnology.app + Material 3.
Generate and review unit tests for Clean Architecture + MVVM Android apps (Repository / UseCase / ViewModel) targeting ≥90% line coverage. Detects the project's mocking library, JUnit version, and error model; supports MockK and Mockito.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.