Android Architect — Data & AI agent for Claude Code
Use this agent to analyze or design the architecture of a native Android app — UI, domain and data layers, unidirectional data flow, ViewModel and state boundaries, Gradle modularization (feature and.
How to install Android Architect
Installs to ~/.claude/agents/wrsilva-reis-mobile-android-architect.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wrsilva/reis-mobile/HEAD/agents/android-architect.md -o ~/.claude/agents/wrsilva-reis-mobile-android-architect.md Restart Claude Code, or start a new session, for it to be picked up.
What Android Architect does
name: android-architect description: Use this agent to analyze or design the architecture of a native Android app — UI, domain and data layers, unidirectional data flow, ViewModel and state boundaries, Gradle modularization (feature and core modules, convention plugins, version catalog), dependency injection with Hilt or Koin, navigation and misplaced business logic in Activities, Fragments or Composables. Typical triggers are "review the architecture of this Android app", planning a new fea
Alternatives in Data & AI
- Svelte Correctness Review — Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for correctnes 7.2k ★
- Kosmos Architect — Senior architect agent for Kosmos codebase analysis 570 ★
- ZeroClaw Android — Run AI agents 24/7 on your Android phone 281 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Rn Architect
Use this agent to analyze or design the architecture of a React Native or Expo app — feature-based structure,
Fe Architect
React/TS architecture advisory — component boundaries, data flow, state management, routing, module dependenci
Solidjs Architect
Use for SolidJS / SolidStart architectural work — scaffolding a new app, organizing folders, deciding where st
Rust Backend Architect
Primary reviewer for the Rust/Tauri backend — domain modeling, error handling, module boundaries (L0–L3 layers
Kavach Kb
KAVACH knowledge-base architect - the flagship model-building specialist. Classifies the project, maps trust b
Fec Architect
Use this subagent when the task involves page splitting, component architecture, state flow design, catalog pl
Related Skills
Architecture Patterns Rules
Always-on architecture standards from Architecture Patterns with Python (Percival & Gregory). Apply when desig
Arch Design
Design system architecture for a new project or feature. Delegates to the architect agent to produce component
Check Layers
Verify that the DDD layer boundaries are intact — domain never imports impl. Reports any violations.