By hanamizuki
Build, test, and release Android apps with Jetpack Compose, Kotlin Coroutines, Clean Architecture, and full Google Play Console management — from UI development and performance debugging to Play Store publishing, staged rollouts, and financial reporting.
Expert checklist and prompts for auditing and fixing Android accessibility issues, especially in Jetpack Compose.
Upgrades, or migrates, an Android project to use Android Gradle Plugin (AGP) version 9. Do not use this skill for migrating Kotlin Multiplatform (KMP) projects.
Use when building Android apps with Jetpack Compose — covers @Preview setup (LocalInspectionMode, Vico charts), Scaffold + bottom nav + status bar insets, ModalBottomSheet nested-scroll jitter, ripple clipping on rounded corners, SwipeToDismissBox with transparent content, and locale-aware date formatting (MIUI quirks).
Expert guidance on setting up and maintaining a modern Android application architecture using Clean Architecture and Hilt. Use this when asked about project structure, module setup, or dependency injection.
Implement navigation in Jetpack Compose using Navigation Compose. Use when asked to set up navigation, pass arguments between screens, handle deep links, or structure multi-screen apps.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub p/hanamizuki-android-dev-plugins-android-devBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
solopreneur is a family of Claude Code plugins that gives solo founders the workflows of a full engineering org: plan review, code review loops, automated PR cycles, marketing, design, and platform-specific experts. Install à la carte.
claude plugin marketplace add hanamizuki/solopreneur
claude plugin install solopreneur@solopreneur
Then add whichever roles you need (marketer, designer, ios-dev,
android-dev, ai-engineer, neo4j-dev). See the full install guide
for details and role-based recommendations.
| Plugin | What you get |
|---|---|
solopreneur | 16 in-house skills (review, pipelines, thinking partners, automation) |
marketer | marketer agent + 7 in-house skills (GTM, naming, writing, X/LinkedIn growth, slide design) |
designer | designer agent + 10 vendored design skills (taste-* family + impeccable) |
ios-dev | ios-dev agent + ios-patterns + ios-app-templates (reference apps) + 23 vendored skills (asc-* + iphone-apps) |
android-dev | android-dev agent + android-patterns + 39 vendored skills (Compose + gplay-* + Android official) |
ai-engineer | ai-engineer agent + langgraph + ai-app-templates + 1 vendored skill (senior-prompt-engineer) |
neo4j-dev | neo4j-dev agent + 4 vendored Neo4j skills |
Installing any sub-plugin auto-pulls solopreneur. Requires Claude Code
≥ v2.1.110 for plugin dependency resolution.
Migrating from a previous version? See MIGRATION.md. For per-release, per-plugin notes, see CHANGELOG.md.
Each plugin section describes the bundled skills (in-house and vendored) plus its Requirements: external CLIs, plugins, MCPs, or GitHub apps the plugin's skills and agent integrate with. Hard requirements are called out explicitly; everything else is recommended and degrades gracefully if absent.
solopreneur (core)The foundation. Every other plugin depends on this one. No agent, just 16 skills that wrap the lifecycle around your work.
| Skill | What it does |
|---|---|
/mvp | PM. Drives the full new-product flow end-to-end: brainstorming → PRD visual confirmation → template lookup (auto-discovers *-app-templates in installed plugins) → plan → execution. Use when starting from scratch |
/second-opinion | Advisor. Challenges your plan across 5 dimensions (completeness, consistency, clarity, scope, feasibility) using an independent reviewer |
/tech-vetting | Tech Lead. Vets your technical plan against the latest official docs and platform-specific best practices before you write a single line of code |
/worktree-handoff | Coworker. Creates an isolated git worktree with a CONTEXT.md so the next session picks up exactly where you left off |
/handoff | Scribe. Packages the current session into a self-contained markdown context doc, printed inline so you can copy and paste it into any other agent (Codex, ChatGPT, a fresh Claude session, an agent on another machine). No worktree, no file save |
/preview | Presenter. Turns any proposal / plan / idea into an interactive HTML page, deploys it to Vercel for a protected-by-default review URL (or a public bucket when explicitly requested), with an in-page comment overlay so reviewers can highlight text and leave in-context feedback you can act on directly |
/specialist-review | Code Reviewer. Detects your tech stack, dispatches matching expert agents, and reviews against best-practice skill indices |
/post-mortem | SRE. Traces a bug through git history, finds the root cause commit, produces a structured post-mortem report |
/session-retro | Coach. Reviews the current conversation for mistakes, traces root causes, proposes durable process improvements |
/perspective | Thinking Partner. Switch between thinker perspectives (Musk, Feynman, Munger, Naval, Jobs, Taleb, …) to analyze problems from a different angle |
This repo dogfoods the backlog workflow with public task files under
todos/.
iOS/macOS SwiftUI expertise. Ships the ios-dev agent, ios-patterns, ios-app-templates (reference apps), and 23 vendored third-party skills (iphone-apps + asc-* App Store Connect CLI).
UI/UX design expertise. Ships the designer agent and 10 vendored third-party design skills (taste-* archetype family + impeccable).
AI / LLM application engineering expertise. Ships the ai-engineer agent plus in-house skills (langgraph, ai-app-templates) and 1 vendored skill (senior-prompt-engineer) for production LLM systems, RAG, agents, and prompt design.
Marketing / brand / writing expertise. Ships the marketer agent plus GTM strategy, naming, X/Twitter & LinkedIn growth, AI-pattern removal, and brand-aware slide design.
Core skills: plan review, code review loops, backlog management, and thinking partners.
Core skills: plan review, code review loops, backlog management, and thinking partners.
Bootstrap Android app development using Kotlin with Claude's guidance for mobile application architecture.
Mobile development skills for app releases, mobile APIs, authentication, CI/CD, debugging, offline support, performance, and state management.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform
Use this agent when developing native iOS or Android applications, implementing React Native features, or optimizing mobile performance. This agent specializes in creating smooth, native-feeling mobile experiences. Examples:\n\n<example>\nContext: Building a new mobile app\nuser: "Create a TikTok-style video feed for our app"\nassistant: "I'll build a performant video feed with smooth scrolling. Let me use the mobile-app-builder agent to implement native performance optimizations."\n<commentary>\nVideo feeds require careful mobile optimization for smooth scrolling and memory management.\n</commentary>\n</example>\n\n<example>\nContext: Implementing mobile-specific features\nuser: "Add push notifications and biometric authentication"\nassistant: "I'll implement native push notifications and Face ID/fingerprint auth. Let me use the mobile-app-builder agent to ensure proper platform integration."\n<commentary>\nNative features require platform-specific implementation and proper permissions handling.\n</commentary>\n</example>\n\n<example>\nContext: Cross-platform development\nuser: "We need this feature on both iOS and Android"\nassistant: "I'll implement it using React Native for code reuse. Let me use the mobile-app-builder agent to ensure native performance on both platforms."\n<commentary>\nCross-platform development requires balancing code reuse with platform-specific optimizations.\n</commentary>\n</example>
Android and Kotlin development with Jetpack Compose