android agents

205 tagged android, measured the same way as everything else here.

Browse within: android-development 62ios 44androidx 34Autonomous Agents 30agent-orchestration 30agents-md 28kotlin 28app-store 24kotlin-multiplatform 17swift 17app-store-optimization 12aso 12expo 10claude-plugin 9

tienenwu/fables

Agent

Use this agent for data collection, research, and fact verification tasks. It gathers information from the web and other sources, cross-checks claims against multiple independent sources, cites everything, and clearly separates verified facts from unverified ones. Use it when you need to research a topic, validate a…

4 1mo ago A 287 tokens original MIT

system-architect

50

tienenwu/fables

Agent

Use this agent for design-level judgment on a codebase, in two modes. MODE 1 — the SECOND half of the two-agent cross-validation code review workflow (paired with code-reviewer): evaluates a change's architecture soundness, design patterns, coupling/cohesion, scalability, data flow, API/contract design. MODE 2 …

4 1mo ago A 329 tokens original MIT

aso-competitors

51

FelixGraeber/claude-aso-audit-skill

Agent

Competitor intelligence specialist. Compares keyword targeting, metadata strategy, visual approaches, and ratings across competitor apps. Identifies keyword gaps and differentiation opportunities.

4 1mo ago A 35 tokens original MIT

aso-compliance

52

FelixGraeber/claude-aso-audit-skill

Agent

Store policy compliance specialist. Validates metadata and ASO recommendations against Apple App Store Review Guidelines and Google Play Developer Program Policies. Catches violations that would cause rejection, flags risks, and cites specific guideline references.

4 1mo ago A 46 tokens original MIT

aso-keywords

53

FelixGraeber/claude-aso-audit-skill

Agent

Keyword research specialist. Analyzes keyword coverage, difficulty, volume, and placement across app store metadata fields. Platform-aware: handles iOS indexing rules (title + subtitle + keywords field) vs Android (title + short desc + full description NLP crawling).

4 1mo ago A 55 tokens original MIT

devops-engineer

54

vmobifystudio/app-dev-team

Agent

Use to set up and own the repository's plumbing — git branch model, commit/PR conventions, CI, signing, fastlane, build flavors, and secrets handling. Produces docs/23-git-strategy.md and the CI/build config. Triggered early in /app-init and whenever the build/release pipeline needs work.

4 22d ago A 72 tokens original MIT

release-manager

55

vmobifystudio/app-dev-team

Agent

Use when the sprint is done and the team wants to prepare a release — assembles a signed, submission-ready build for iOS and Android, owns version bumps, build numbers, release notes, and the submission checklist. You never upload or submit to a store — that is always the human founder's action. Triggered by /app-ship…

4 22d ago A 77 tokens original MIT

tech-manager

56

vmobifystudio/app-dev-team

Agent

Use to stand up the dev pod, plan sprints, assign work in parallel, run standups, unblock ICs, and track progress. The orchestration layer between executives and ICs. Owns the sprint plan, the kanban board, and the daily report. Spawns parallel dev agents and the code-reviewer; escalates blockers to tech-lead or CTO.

4 22d ago A 79 tokens original MIT

android

57

Monkopedia/rouse-context

Agent Claude Code

Android app modules — MCP SDK, Health Connect, audit UI, app shell.

3 2d ago A 17 tokens original Apache-2.0

reviewer

58

Monkopedia/rouse-context

Agent Claude Code

Reviews completed agent work for prompt completeness, code quality, and merges to main.

3 2d ago A 18 tokens original Apache-2.0

tunnel-client

59

Monkopedia/rouse-context

Agent Claude Code

Android tunnel module — FCM wakeup, TLS client, relay connection, session lifecycle.

3 2d ago A 21 tokens original Apache-2.0

checklist-runner

60

ofcskn/mobile-automation-plugin

Agent

Runs interactive platform release checklists step-by-step — executes automated steps, prompts for manual steps, tracks progress, marks first release complete.

2 2mo ago A 26 tokens original MIT

version-manager

62

ofcskn/mobile-automation-plugin

Agent

Specialized agent for all version number management — bumping, syncing, validating iOS and Android version codes across app.json, Info.plist, and build.gradle.

2 2mo ago A 32 tokens original MIT

android-agent

63

bentleypark/claude-code-mobile-spine

Agent

Implements Android features in ../myapp-android/ based on tasks/ specs and context/api/. Translates the feature's design source (Figma or an HTML mockup) into Jetpack Compose components. Never modifies ../myapp-ios/, ../myapp-backend/, or mobile-spine/.

1 1mo ago A 65 tokens original MIT

api-agent

64

bentleypark/claude-code-mobile-spine

Agent

Reads ../myapp-backend/ source code and produces client-facing API specs at context/api/{domain}.md. Read-only — never modifies backend code.

1 1mo ago A 35 tokens original MIT

pm-agent

65

bentleypark/claude-code-mobile-spine

Agent

Reads a design source (Figma MCP or an HTML mockup) and context/api/ specs to write tasks/{feature}.md. Classifies the request into one of 5 values (A: existing endpoint / B: new endpoint in existing domain / C: new domain / D: backend not built / client-only: no endpoint changes) and runs case-specific pre-checks…

1 1mo ago A 122 tokens original MIT

Abdallah-Abdelazim/mobile-pr-review-plugin

Agent

Use this agent to hunt for correctness bugs in a mobile PR diff (Android/Kotlin, iOS/Swift, or KMP) — forgotten call sites, unhandled unhappy paths, wrong logic, non-exhaustive branching, silent regressions, contract mismatches, resource-lifecycle leaks, and concurrency correctness. Feed it the PR intent, full diff…

1 8d ago A 131 tokens original MIT

Abdallah-Abdelazim/mobile-pr-review-plugin

Agent

Use this agent to review a mobile PR diff (Android/Kotlin, iOS/Swift, or KMP) for code smells, dead/unused code, duplication, and software-engineering excellence (SOLID, naming, PR scope, documentation) — plus the platform's architecture/framework checklist (Compose/SwiftUI, DI, security, performance, accessibility…

1 8d ago A 134 tokens original MIT

Abdallah-Abdelazim/mobile-pr-review-plugin

Agent

Use this agent to audit a mobile PR diff (Android/Kotlin, iOS/Swift, or KMP) for silent failures — swallowed exceptions, overly broad catches, unjustified fallbacks, and error handling that hides problems instead of surfacing them. Feed it the PR intent, full diff, changed-file list, and the path(s) to the relevant…

1 8d ago A 99 tokens original MIT

compose-reviewer

69

RoninForge/roninforge-kotlin-compose

Agent

Reviews Kotlin / Jetpack Compose / Android code for findViewById, setContentView(R.layout), GlobalScope, LiveData + observeAsState, MutableState exposed publicly, force-unwrap !!, lowercase composables, LazyColumn without key, LaunchedEffect(true), Material 2 imports, padding-before-clickable…

1 2mo ago A 118 tokens original MIT

cmp-orchestrator

70

kvdm-co-pilot/create-cmp

Agent

Coordinator for multi-step Kotlin/Compose Multiplatform harness work — plans, writes self-contained briefs, delegates execution to Sonnet subagents, and gates everything through the project's own verify lane before reporting done. Use for milestone-sized or multi-file CMP tasks (add a feature end-to-end, a spec-driven…

0 3d ago A 110 tokens original MIT